#165576

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

Shades of Orient #165576

Tints of Orient #165576

Color information

#165576 (or 0x165576) is unknown color: approx Orient. HEX triplet: 16, 55 and 76. RGB value is (22,85,118). Sum of RGB (Red+Green+Blue) = 22+85+118=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #165576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165576 is #E9AA89. Grayscale: #454545. Windows color (decimal): -15313546 or 7755030. OLE color: 7755030.

HSL color Cylindrical-coordinate representation of color #165576: hue angle of 200.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165576 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2285118-
CMYK0.810.2800.54
HSL200.62º68.57%27.45%-
HSV(B)200.62º81.36%46.27%-
XYZ6.857.9818.32-
YUV69.92155.1393.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=9.78%
G=37.78%
B=52.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22851180.810.2800.54200.6268.5727.45
Hex165576511C036c9451b
Octal261251661213406631110533
Binary1011010101011110110101000111100011011011001001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165576; }

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

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

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

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

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

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

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

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