Shades of Allports #165F6F
Tints of Allports #165F6F
RGB
CMYK
RGB Variations
Color information
#165F6F (or 0x165F6F) is known color: Allports. HEX triplet: 16, 5F and 6F. RGB value is (22,95,111). Sum of RGB (Red+Green+Blue) = 22+95+111=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #165F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F6F is #E9A090. Grayscale: #4A4A4A. Windows color (decimal): -15310993 or 7298838. OLE color: 7298838.
HSL color Cylindrical-coordinate representation of color #165F6F: hue angle of 190.79º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165F6F is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 95 | 111 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.56 |
| HSL | 190.79º | 0.67% | 0.26% | - |
| HSV(B) | 190.79º | 0.8% | 0.44% | - |
| XYZ | 7.29 | 9.5 | 16.49 | - |
| YUV | 75 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 111 | 0.80 | 0.14 | 0 | 0.56 | 190.79 | 0.67 | 0.26 |
| Hex | 16 | 5F | 6F | 50 | E | 0 | 38 | BF | 43 | 1A |
| Octal | 26 | 137 | 157 | 120 | 16 | 0 | 70 | 277 | 103 | 32 |
| Binary | 10110 | 1011111 | 1101111 | 1010000 | 1110 | 0 | 111000 | 10111111 | 1000011 | 11010 |
Color Harmonies of #165F6F
Complementary color
Monochromatic Colors of #165F6F
Black with #165F6F
Text Example
Text Example
White with #165F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F6F; }
p { color: rgb(22,95,111); }
H1.HeaderClassName
{
color: #165F6F;
}
.AnyTagClassName
{
color: #165F6F;
}
</style>
background-color css
<style>
a { background-color: #165F6F; }
a { background-color: rgb(22,95,111); }
div.DivClassName
{
background-color: #165F6F;
}
.BgClassName
{
background-color: #165F6F;
}
</style>
border-color css
<style>
span { border-color: #165F6F; }
span { border-color: rgb(22,95,111); }
td.TdClassName
{
border-color: #165F6F;
}
.TagClassName
{
border-color: #165F6F;
}
</style>