#165871

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

Shades of Orient #165871

Tints of Orient #165871

Color information

#165871 (or 0x165871) is unknown color: approx Orient. HEX triplet: 16, 58 and 71. RGB value is (22,88,113). Sum of RGB (Red+Green+Blue) = 22+88+113=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #165871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165871 is #E9A78E. Grayscale: #464646. Windows color (decimal): -15312783 or 7428118. OLE color: 7428118.

HSL color Cylindrical-coordinate representation of color #165871: hue angle of 196.48º 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 #165871 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2288113-
CMYK0.810.2200.56
HSL196.48º67.41%26.47%-
HSV(B)196.48º80.53%44.31%-
XYZ6.88.3416.87-
YUV71.12151.6392.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=9.87%
G=39.46%
B=50.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22881130.810.2200.56196.4867.4126.47
Hex1658715116038c4431a
Octal261301611212607030410332
Binary1011010110001110001101000110110011100011000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165871; }

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

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

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

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

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

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

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

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