#16556a

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

Shades of Orient #16556A

Tints of Orient #16556A

Color information

#16556A (or 0x16556A) is unknown color: approx Orient. HEX triplet: 16, 55 and 6A. RGB value is (22,85,106). Sum of RGB (Red+Green+Blue) = 22+85+106=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #16556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16556A is #E9AA95. Grayscale: #444444. Windows color (decimal): -15313558 or 6968598. OLE color: 6968598.

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

Color convert

RGB2285106-
CMYK0.790.2000.58
HSL195º65.62%25.1%-
HSV(B)195º79.25%41.57%-
XYZ6.187.7114.8-
YUV68.56149.1394.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=10.33%
G=39.91%
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
Decimal22851060.790.2000.5819565.6225.1
Hex16556A4F1403Ac34219
Octal261251521172407230310231
Binary1011010101011101010100111110100011101011000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16556a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16556a; }

 p { color: rgb(22,85,106); }

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

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

 a { background-color: rgb(22,85,106); }

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

<style>
 span { border-color: #16556a; }

 span { border-color: rgb(22,85,106); }

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