#165571

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

Shades of Orient #165571

Tints of Orient #165571

Color information

#165571 (or 0x165571) is unknown color: approx Orient. HEX triplet: 16, 55 and 71. RGB value is (22,85,113). Sum of RGB (Red+Green+Blue) = 22+85+113=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #165571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165571 is #E9AA8E. Grayscale: #454545. Windows color (decimal): -15313551 or 7427350. OLE color: 7427350.

HSL color Cylindrical-coordinate representation of color #165571: hue angle of 198.46º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165571 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2285113-
CMYK0.810.2500.56
HSL198.46º67.41%26.47%-
HSV(B)198.46º80.53%44.31%-
XYZ6.567.8616.79-
YUV69.36152.6394.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=10%
G=38.64%
B=51.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22851130.810.2500.56198.4667.4126.47
Hex1655715119038c6431a
Octal261251611213107030610332
Binary1011010101011110001101000111001011100011000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165571; }

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

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

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

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

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

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

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

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