#165E6D

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

Shades of Allports #165E6D

Tints of Allports #165E6D

Color information

#165E6D (or 0x165E6D) is unknown color: approx Allports. HEX triplet: 16, 5E and 6D. RGB value is (22,94,109). Sum of RGB (Red+Green+Blue) = 22+94+109=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #165E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E6D is #E9A192. Grayscale: #4A4A4A. Windows color (decimal): -15311251 or 7167510. OLE color: 7167510.

HSL color Cylindrical-coordinate representation of color #165E6D: hue angle of 190.34º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165E6D is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2294109-
CMYK0.800.1400.57
HSL190.34º66.41%25.69%-
HSV(B)190.34º79.82%42.75%-
XYZ7.099.2815.89-
YUV74.18147.6590.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=9.78%
G=41.78%
B=48.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22941090.800.1400.57190.3466.4125.69
Hex165E6D50E039be421a
Octal261361551201607127610232
Binary101101011110110110110100001110011100110111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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