Shades of Allports #165E6D
Tints of Allports #165E6D
RGB
CMYK
RGB Variations
Color information
#165E6D (or 0x165E6D) is known color: 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
| RGB | 22 | 94 | 109 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.57 |
| HSL | 190.34º | 0.66% | 0.26% | - |
| HSV(B) | 190.34º | 0.8% | 0.43% | - |
| XYZ | 7.09 | 9.28 | 15.89 | - |
| YUV | 74.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 109 | 0.80 | 0.14 | 0 | 0.57 | 190.34 | 0.66 | 0.26 |
| Hex | 16 | 5E | 6D | 50 | E | 0 | 39 | BE | 42 | 1A |
| Octal | 26 | 136 | 155 | 120 | 16 | 0 | 71 | 276 | 102 | 32 |
| Binary | 10110 | 1011110 | 1101101 | 1010000 | 1110 | 0 | 111001 | 10111110 | 1000010 | 11010 |
Color Harmonies of #165E6D
Complementary color
Monochromatic Colors of #165E6D
Black with #165E6D
Text Example
Text Example
White with #165E6D
Text Example
Text Example
HTML Codes & Css Web 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>