#16556E

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

Shades of Orient #16556E

Tints of Orient #16556E

Color information

#16556E (or 0x16556E) is unknown color: approx Orient. HEX triplet: 16, 55 and 6E. RGB value is (22,85,110). Sum of RGB (Red+Green+Blue) = 22+85+110=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #16556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16556E is #E9AA91. Grayscale: #444444. Windows color (decimal): -15313554 or 7230742. OLE color: 7230742.

HSL color Cylindrical-coordinate representation of color #16556E: hue angle of 197.05º 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 #16556E is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2285110-
CMYK0.80.2300.57
HSL197.05º66.67%25.88%-
HSV(B)197.05º80%43.14%-
XYZ6.397.7915.92-
YUV69.01151.1394.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=10.14%
G=39.17%
B=50.69%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22851100.80.2300.57197.0566.6725.88
Hex16556E5017039c5431a
Octal261251561202707130510332
Binary1011010101011101110101000010111011100111000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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