#17526D

Color #17526D Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #17526D

Tints of Orient #17526D

Color information

#17526D (or 0x17526D) is unknown color: approx Orient. HEX triplet: 17, 52 and 6D. RGB value is (23,82,109). Sum of RGB (Red+Green+Blue) = 23+82+109=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #17526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17526D is #E8AD92. Grayscale: #434343. Windows color (decimal): -15248787 or 7164439. OLE color: 7164439.

HSL color Cylindrical-coordinate representation of color #17526D: hue angle of 198.84º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17526D is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2382109-
CMYK0.790.2500.57
HSL198.84º65.15%25.88%-
HSV(B)198.84º78.9%42.75%-
XYZ6.137.3215.56-
YUV67.44151.4596.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 10.75%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=10.75%
G=38.32%
B=50.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23821090.790.2500.57198.8465.1525.88
Hex17526D4F19039c7411a
Octal271221551173107130710132
Binary1011110100101101101100111111001011100111000111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17526D; }

 p { color: rgb(23,82,109); }

 H1.HeaderClassName
 {
   color: #17526D;
 }
 .AnyTagClassName
 {
   color: #17526D;
 }
</style>
background-color css

<style>
 a { background-color: #17526D; }

 a { background-color: rgb(23,82,109); }

 div.DivClassName
 {
   background-color: #17526D;
 }
 .BgClassName
 {
   background-color: #17526D;
 }
</style>
border-color css

<style>
 span { border-color: #17526D; }

 span { border-color: rgb(23,82,109); }

 td.TdClassName
 {
   border-color: #17526D;
 }
 .TagClassName
 {
   border-color: #17526D;
 }
</style>