#17566B

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

Shades of Orient #17566B

Tints of Orient #17566B

Color information

#17566B (or 0x17566B) is unknown color: approx Orient. HEX triplet: 17, 56 and 6B. RGB value is (23,86,107). Sum of RGB (Red+Green+Blue) = 23+86+107=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #17566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17566B is #E8A994. Grayscale: #454545. Windows color (decimal): -15247765 or 7034391. OLE color: 7034391.

HSL color Cylindrical-coordinate representation of color #17566B: hue angle of 195º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17566B is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2386107-
CMYK0.790.2000.58
HSL195º64.62%25.49%-
HSV(B)195º78.5%41.96%-
XYZ6.337.915.1-
YUV69.56149.1394.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=10.65%
G=39.81%
B=49.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23861070.790.2000.5819564.6225.49
Hex17566B4F1403Ac34119
Octal271261531172407230310131
Binary1011110101101101011100111110100011101011000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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