Shades of Allports #165E6E
Tints of Allports #165E6E
RGB
CMYK
RGB Variations
Color information
#165E6E (or 0x165E6E) is known color: Allports. HEX triplet: 16, 5E and 6E. RGB value is (22,94,110). Sum of RGB (Red+Green+Blue) = 22+94+110=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #165E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E6E is #E9A191. Grayscale: #4A4A4A. Windows color (decimal): -15311250 or 7233046. OLE color: 7233046.
HSL color Cylindrical-coordinate representation of color #165E6E: hue angle of 190.91º degrees, saturation: 0.67, 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 #165E6E is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 94 | 110 | - |
| CMYK | 0.8 | 0.15 | 0 | 0.57 |
| HSL | 190.91º | 0.67% | 0.26% | - |
| HSV(B) | 190.91º | 0.8% | 0.43% | - |
| XYZ | 7.15 | 9.3 | 16.17 | - |
| YUV | 74.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 110 | 0.8 | 0.15 | 0 | 0.57 | 190.91 | 0.67 | 0.26 |
| Hex | 16 | 5E | 6E | 50 | F | 0 | 39 | BF | 43 | 1A |
| Octal | 26 | 136 | 156 | 120 | 17 | 0 | 71 | 277 | 103 | 32 |
| Binary | 10110 | 1011110 | 1101110 | 1010000 | 1111 | 0 | 111001 | 10111111 | 1000011 | 11010 |
Color Harmonies of #165E6E
Complementary color
Monochromatic Colors of #165E6E
Black with #165E6E
Text Example
Text Example
White with #165E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E6E; }
p { color: rgb(22,94,110); }
H1.HeaderClassName
{
color: #165E6E;
}
.AnyTagClassName
{
color: #165E6E;
}
</style>
background-color css
<style>
a { background-color: #165E6E; }
a { background-color: rgb(22,94,110); }
div.DivClassName
{
background-color: #165E6E;
}
.BgClassName
{
background-color: #165E6E;
}
</style>
border-color css
<style>
span { border-color: #165E6E; }
span { border-color: rgb(22,94,110); }
td.TdClassName
{
border-color: #165E6E;
}
.TagClassName
{
border-color: #165E6E;
}
</style>