#16566C

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

Shades of Orient #16566C

Tints of Orient #16566C

Color information

#16566C (or 0x16566C) is unknown color: approx Orient. HEX triplet: 16, 56 and 6C. RGB value is (22,86,108). Sum of RGB (Red+Green+Blue) = 22+86+108=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #16566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16566C is #E9A993. Grayscale: #454545. Windows color (decimal): -15313300 or 7099926. OLE color: 7099926.

HSL color Cylindrical-coordinate representation of color #16566C: hue angle of 195.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16566C is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2286108-
CMYK0.800.2000.58
HSL195.35º66.15%25.49%-
HSV(B)195.35º79.63%42.35%-
XYZ6.377.9115.38-
YUV69.37149.894.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 108 (42.58% from 255) = 50%
R=10.19%
G=39.81%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22861080.800.2000.58195.3566.1525.49
Hex16566C501403Ac34219
Octal261261541202407230310231
Binary1011010101101101100101000010100011101011000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16566C; }

 p { color: rgb(22,86,108); }

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

<style>
 a { background-color: #16566C; }

 a { background-color: rgb(22,86,108); }

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

<style>
 span { border-color: #16566C; }

 span { border-color: rgb(22,86,108); }

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