Shades of Liver #5D4F59
Tints of Liver #5D4F59
RGB
CMYK
RGB Variations
Color information
#5D4F59 (or 0x5D4F59) is known color: Liver. HEX triplet: 5D, 4F and 59. RGB value is (93,79,89). Sum of RGB (Red+Green+Blue) = 93+79+89=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4F59 is #A2B0A6. Grayscale: #545454. Windows color (decimal): -10662055 or 5853021. OLE color: 5853021.
HSL color Cylindrical-coordinate representation of color #5D4F59: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D4F59 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 79 | 89 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.64 |
| HSL | 317.14º | 0.08% | 0.34% | - |
| HSV(B) | 317.14º | 0.15% | 0.36% | - |
| XYZ | 9.11 | 8.64 | 10.64 | - |
| YUV | 84.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 89 | 0 | 0.15 | 0.04 | 0.64 | 317.14 | 0.08 | 0.34 |
| Hex | 5D | 4F | 59 | 0 | F | 4 | 40 | 13D | 8 | 22 |
| Octal | 135 | 117 | 131 | 0 | 17 | 4 | 100 | 475 | 10 | 42 |
| Binary | 1011101 | 1001111 | 1011001 | 0 | 1111 | 100 | 1000000 | 100111101 | 1000 | 100010 |
Color Harmonies of #5D4F59
Complementary color
Monochromatic Colors of #5D4F59
Black with #5D4F59
Text Example
Text Example
White with #5D4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4F59; }
p { color: rgb(93,79,89); }
H1.HeaderClassName
{
color: #5D4F59;
}
.AnyTagClassName
{
color: #5D4F59;
}
</style>
background-color css
<style>
a { background-color: #5D4F59; }
a { background-color: rgb(93,79,89); }
div.DivClassName
{
background-color: #5D4F59;
}
.BgClassName
{
background-color: #5D4F59;
}
</style>
border-color css
<style>
span { border-color: #5D4F59; }
span { border-color: rgb(93,79,89); }
td.TdClassName
{
border-color: #5D4F59;
}
.TagClassName
{
border-color: #5D4F59;
}
</style>