Shades of Liver #5E4F58
Tints of Liver #5E4F58
RGB
CMYK
RGB Variations
Color information
#5E4F58 (or 0x5E4F58) is known color: Liver. HEX triplet: 5E, 4F and 58. RGB value is (94,79,88). Sum of RGB (Red+Green+Blue) = 94+79+88=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4F58 is #A1B0A7. Grayscale: #545454. Windows color (decimal): -10596520 or 5787486. OLE color: 5787486.
HSL color Cylindrical-coordinate representation of color #5E4F58: hue angle of 324º 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 #5E4F58 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 79 | 88 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.63 |
| HSL | 324º | 0.09% | 0.34% | - |
| HSV(B) | 324º | 0.16% | 0.37% | - |
| XYZ | 9.17 | 8.68 | 10.42 | - |
| YUV | 84.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 88 | 0 | 0.16 | 0.06 | 0.63 | 324 | 0.09 | 0.34 |
| Hex | 5E | 4F | 58 | 0 | 10 | 6 | 3F | 144 | 9 | 22 |
| Octal | 136 | 117 | 130 | 0 | 20 | 6 | 77 | 504 | 11 | 42 |
| Binary | 1011110 | 1001111 | 1011000 | 0 | 10000 | 110 | 111111 | 101000100 | 1001 | 100010 |
Color Harmonies of #5E4F58
Complementary color
Monochromatic Colors of #5E4F58
Black with #5E4F58
Text Example
Text Example
White with #5E4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F58; }
p { color: rgb(94,79,88); }
H1.HeaderClassName
{
color: #5E4F58;
}
.AnyTagClassName
{
color: #5E4F58;
}
</style>
background-color css
<style>
a { background-color: #5E4F58; }
a { background-color: rgb(94,79,88); }
div.DivClassName
{
background-color: #5E4F58;
}
.BgClassName
{
background-color: #5E4F58;
}
</style>
border-color css
<style>
span { border-color: #5E4F58; }
span { border-color: rgb(94,79,88); }
td.TdClassName
{
border-color: #5E4F58;
}
.TagClassName
{
border-color: #5E4F58;
}
</style>