Shades of Liver #5D4F57
Tints of Liver #5D4F57
RGB
CMYK
RGB Variations
Color information
#5D4F57 (or 0x5D4F57) is known color: Liver. HEX triplet: 5D, 4F and 57. RGB value is (93,79,87). Sum of RGB (Red+Green+Blue) = 93+79+87=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4F57 is #A2B0A8. Grayscale: #545454. Windows color (decimal): -10662057 or 5721949. OLE color: 5721949.
HSL color Cylindrical-coordinate representation of color #5D4F57: hue angle of 325.71º 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 #5D4F57 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 79 | 87 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.64 |
| HSL | 325.71º | 0.08% | 0.34% | - |
| HSV(B) | 325.71º | 0.15% | 0.36% | - |
| XYZ | 9.03 | 8.61 | 10.2 | - |
| YUV | 84.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 87 | 0 | 0.15 | 0.06 | 0.64 | 325.71 | 0.08 | 0.34 |
| Hex | 5D | 4F | 57 | 0 | F | 6 | 40 | 146 | 8 | 22 |
| Octal | 135 | 117 | 127 | 0 | 17 | 6 | 100 | 506 | 10 | 42 |
| Binary | 1011101 | 1001111 | 1010111 | 0 | 1111 | 110 | 1000000 | 101000110 | 1000 | 100010 |
Color Harmonies of #5D4F57
Complementary color
Monochromatic Colors of #5D4F57
Black with #5D4F57
Text Example
Text Example
White with #5D4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4F57; }
p { color: rgb(93,79,87); }
H1.HeaderClassName
{
color: #5D4F57;
}
.AnyTagClassName
{
color: #5D4F57;
}
</style>
background-color css
<style>
a { background-color: #5D4F57; }
a { background-color: rgb(93,79,87); }
div.DivClassName
{
background-color: #5D4F57;
}
.BgClassName
{
background-color: #5D4F57;
}
</style>
border-color css
<style>
span { border-color: #5D4F57; }
span { border-color: rgb(93,79,87); }
td.TdClassName
{
border-color: #5D4F57;
}
.TagClassName
{
border-color: #5D4F57;
}
</style>