#16566B

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

Shades of Orient #16566B

Tints of Orient #16566B

Color information

#16566B (or 0x16566B) is unknown color: approx Orient. HEX triplet: 16, 56 and 6B. RGB value is (22,86,107). Sum of RGB (Red+Green+Blue) = 22+86+107=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #16566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16566B is #E9A994. Grayscale: #454545. Windows color (decimal): -15313301 or 7034390. OLE color: 7034390.

HSL color Cylindrical-coordinate representation of color #16566B: hue angle of 194.82º degrees, saturation: 0.66, 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 #16566B is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2286107-
CMYK0.790.2000.58
HSL194.82º65.89%25.29%-
HSV(B)194.82º79.44%41.96%-
XYZ6.317.8915.1-
YUV69.26149.394.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=10.23%
G=40%
B=49.77%

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
Decimal22861070.790.2000.58194.8265.8925.29
Hex16566B4F1403Ac34219
Octal261261531172407230310231
Binary1011010101101101011100111110100011101011000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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