Shades of Hemlock #5F5E50
Tints of Hemlock #5F5E50
RGB
CMYK
RGB Variations
Color information
#5F5E50 (or 0x5F5E50) is known color: Hemlock. HEX triplet: 5F, 5E and 50. RGB value is (95,94,80). Sum of RGB (Red+Green+Blue) = 95+94+80=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E50 is #A0A1AF. Grayscale: #5C5C5C. Windows color (decimal): -10527152 or 5267039. OLE color: 5267039.
HSL color Cylindrical-coordinate representation of color #5F5E50: hue angle of 56º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F5E50 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 94 | 80 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.63 |
| HSL | 56º | 0.09% | 0.34% | - |
| HSV(B) | 56º | 0.16% | 0.37% | - |
| XYZ | 10.17 | 11.02 | 9.18 | - |
| YUV | 92.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 80 | 0 | 0.01 | 0.16 | 0.63 | 56 | 0.09 | 0.34 |
| Hex | 5F | 5E | 50 | 0 | 1 | 10 | 3F | 38 | 9 | 22 |
| Octal | 137 | 136 | 120 | 0 | 1 | 20 | 77 | 70 | 11 | 42 |
| Binary | 1011111 | 1011110 | 1010000 | 0 | 1 | 10000 | 111111 | 111000 | 1001 | 100010 |
Color Harmonies of #5F5E50
Complementary color
Monochromatic Colors of #5F5E50
Black with #5F5E50
Text Example
Text Example
White with #5F5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5E50; }
p { color: rgb(95,94,80); }
H1.HeaderClassName
{
color: #5F5E50;
}
.AnyTagClassName
{
color: #5F5E50;
}
</style>
background-color css
<style>
a { background-color: #5F5E50; }
a { background-color: rgb(95,94,80); }
div.DivClassName
{
background-color: #5F5E50;
}
.BgClassName
{
background-color: #5F5E50;
}
</style>
border-color css
<style>
span { border-color: #5F5E50; }
span { border-color: rgb(95,94,80); }
td.TdClassName
{
border-color: #5F5E50;
}
.TagClassName
{
border-color: #5F5E50;
}
</style>