#16576D

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

Shades of Orient #16576D

Tints of Orient #16576D

Color information

#16576D (or 0x16576D) is unknown color: approx Orient. HEX triplet: 16, 57 and 6D. RGB value is (22,87,109). Sum of RGB (Red+Green+Blue) = 22+87+109=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #16576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16576D is #E9A892. Grayscale: #454545. Windows color (decimal): -15313043 or 7165718. OLE color: 7165718.

HSL color Cylindrical-coordinate representation of color #16576D: hue angle of 195.17º degrees, saturation: 0.66, 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 #16576D is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2287109-
CMYK0.800.2000.57
HSL195.17º66.41%25.69%-
HSV(B)195.17º79.82%42.75%-
XYZ6.58.0915.69-
YUV70.07149.9793.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 109 (42.97% from 255) = 50%
R=10.09%
G=39.91%
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.57
SystemRedGreenBlueCMYKHSL
Decimal22871090.800.2000.57195.1766.4125.69
Hex16576D5014039c3421a
Octal261271551202407130310232
Binary1011010101111101101101000010100011100111000011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16576D; }

 p { color: rgb(22,87,109); }

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

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

 a { background-color: rgb(22,87,109); }

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

<style>
 span { border-color: #16576D; }

 span { border-color: rgb(22,87,109); }

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