#16566E

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

Shades of Orient #16566E

Tints of Orient #16566E

Color information

#16566E (or 0x16566E) is unknown color: approx Orient. HEX triplet: 16, 56 and 6E. RGB value is (22,86,110). Sum of RGB (Red+Green+Blue) = 22+86+110=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #16566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16566E is #E9A991. Grayscale: #454545. Windows color (decimal): -15313298 or 7230998. OLE color: 7230998.

HSL color Cylindrical-coordinate representation of color #16566E: hue angle of 196.36º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16566E is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2286110-
CMYK0.80.2200.57
HSL196.36º66.67%25.88%-
HSV(B)196.36º80%43.14%-
XYZ6.477.9515.95-
YUV69.6150.894.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=10.09%
G=39.45%
B=50.46%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22861100.80.2200.57196.3666.6725.88
Hex16566E5016039c4431a
Octal261261561202607130410332
Binary1011010101101101110101000010110011100111000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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