#165879

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

Shades of Orient #165879

Tints of Orient #165879

Color information

#165879 (or 0x165879) is unknown color: approx Orient. HEX triplet: 16, 58 and 79. RGB value is (22,88,121). Sum of RGB (Red+Green+Blue) = 22+88+121=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #165879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165879 is #E9A786. Grayscale: #474747. Windows color (decimal): -15312775 or 7952406. OLE color: 7952406.

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

Color convert

RGB2288121-
CMYK0.820.2700.53
HSL200º69.23%28.04%-
HSV(B)200º81.82%47.45%-
XYZ7.278.5319.35-
YUV72.03155.6392.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=9.52%
G=38.10%
B=52.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22881210.820.2700.5320069.2328.04
Hex165879521B035c8451c
Octal261301711223306531010534
Binary1011010110001111001101001011011011010111001000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165879; }

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

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

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

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

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

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

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

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