#17566E

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

Shades of Orient #17566E

Tints of Orient #17566E

Color information

#17566E (or 0x17566E) is unknown color: approx Orient. HEX triplet: 17, 56 and 6E. RGB value is (23,86,110). Sum of RGB (Red+Green+Blue) = 23+86+110=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #17566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17566E is #E8A991. Grayscale: #454545. Windows color (decimal): -15247762 or 7230999. OLE color: 7230999.

HSL color Cylindrical-coordinate representation of color #17566E: hue angle of 196.55º 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 #17566E is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2386110-
CMYK0.790.2200.57
HSL196.55º65.41%26.08%-
HSV(B)196.55º79.09%43.14%-
XYZ6.57.9615.95-
YUV69.9150.6394.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.50%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=10.50%
G=39.27%
B=50.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23861100.790.2200.57196.5565.4126.08
Hex17566E4F16039c5411a
Octal271261561172607130510132
Binary1011110101101101110100111110110011100111000101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17566E; }

 p { color: rgb(23,86,110); }

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

<style>
 a { background-color: #17566E; }

 a { background-color: rgb(23,86,110); }

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

<style>
 span { border-color: #17566E; }

 span { border-color: rgb(23,86,110); }

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