Shades of Liver #5E5056
Tints of Liver #5E5056
RGB
CMYK
RGB Variations
Color information
#5E5056 (or 0x5E5056) is known color: Liver. HEX triplet: 5E, 50 and 56. RGB value is (94,80,86). Sum of RGB (Red+Green+Blue) = 94+80+86=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5056 is #A1AFA9. Grayscale: #545454. Windows color (decimal): -10596266 or 5656670. OLE color: 5656670.
HSL color Cylindrical-coordinate representation of color #5E5056: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E5056 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 80 | 86 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.63 |
| HSL | 334.29º | 0.08% | 0.34% | - |
| HSV(B) | 334.29º | 0.15% | 0.37% | - |
| XYZ | 9.16 | 8.79 | 10.02 | - |
| YUV | 84.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 86 | 0 | 0.15 | 0.09 | 0.63 | 334.29 | 0.08 | 0.34 |
| Hex | 5E | 50 | 56 | 0 | F | 9 | 3F | 14E | 8 | 22 |
| Octal | 136 | 120 | 126 | 0 | 17 | 11 | 77 | 516 | 10 | 42 |
| Binary | 1011110 | 1010000 | 1010110 | 0 | 1111 | 1001 | 111111 | 101001110 | 1000 | 100010 |
Color Harmonies of #5E5056
Complementary color
Monochromatic Colors of #5E5056
Black with #5E5056
Text Example
Text Example
White with #5E5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5056; }
p { color: rgb(94,80,86); }
H1.HeaderClassName
{
color: #5E5056;
}
.AnyTagClassName
{
color: #5E5056;
}
</style>
background-color css
<style>
a { background-color: #5E5056; }
a { background-color: rgb(94,80,86); }
div.DivClassName
{
background-color: #5E5056;
}
.BgClassName
{
background-color: #5E5056;
}
</style>
border-color css
<style>
span { border-color: #5E5056; }
span { border-color: rgb(94,80,86); }
td.TdClassName
{
border-color: #5E5056;
}
.TagClassName
{
border-color: #5E5056;
}
</style>