#165E79

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

Shades of Orient #165E79

Tints of Orient #165E79

Color information

#165E79 (or 0x165E79) is unknown color: approx Orient. HEX triplet: 16, 5E and 79. RGB value is (22,94,121). Sum of RGB (Red+Green+Blue) = 22+94+121=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #165E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E79 is #E9A186. Grayscale: #4B4B4B. Windows color (decimal): -15311239 or 7953942. OLE color: 7953942.

HSL color Cylindrical-coordinate representation of color #165E79: hue angle of 196.36º 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 #165E79 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2294121-
CMYK0.820.2200.53
HSL196.36º69.23%28.04%-
HSV(B)196.36º81.82%47.45%-
XYZ7.789.5619.52-
YUV75.55153.6589.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=9.28%
G=39.66%
B=51.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22941210.820.2200.53196.3669.2328.04
Hex165E795216035c4451c
Octal261361711222606530410534
Binary1011010111101111001101001010110011010111000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165E79; }

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

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

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

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

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

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

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

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