Shades of Liver #5D5156
Tints of Liver #5D5156
RGB
CMYK
RGB Variations
Color information
#5D5156 (or 0x5D5156) is known color: Liver. HEX triplet: 5D, 51 and 56. RGB value is (93,81,86). Sum of RGB (Red+Green+Blue) = 93+81+86=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5156 is #A2AEA9. Grayscale: #555555. Windows color (decimal): -10661546 or 5656925. OLE color: 5656925.
HSL color Cylindrical-coordinate representation of color #5D5156: hue angle of 335º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D5156 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 81 | 86 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.64 |
| HSL | 335º | 0.07% | 0.34% | - |
| HSV(B) | 335º | 0.13% | 0.36% | - |
| XYZ | 9.14 | 8.88 | 10.04 | - |
| YUV | 85.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 86 | 0 | 0.13 | 0.08 | 0.64 | 335 | 0.07 | 0.34 |
| Hex | 5D | 51 | 56 | 0 | D | 8 | 40 | 14F | 7 | 22 |
| Octal | 135 | 121 | 126 | 0 | 15 | 10 | 100 | 517 | 7 | 42 |
| Binary | 1011101 | 1010001 | 1010110 | 0 | 1101 | 1000 | 1000000 | 101001111 | 111 | 100010 |
Color Harmonies of #5D5156
Complementary color
Monochromatic Colors of #5D5156
Black with #5D5156
Text Example
Text Example
White with #5D5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5156; }
p { color: rgb(93,81,86); }
H1.HeaderClassName
{
color: #5D5156;
}
.AnyTagClassName
{
color: #5D5156;
}
</style>
background-color css
<style>
a { background-color: #5D5156; }
a { background-color: rgb(93,81,86); }
div.DivClassName
{
background-color: #5D5156;
}
.BgClassName
{
background-color: #5D5156;
}
</style>
border-color css
<style>
span { border-color: #5D5156; }
span { border-color: rgb(93,81,86); }
td.TdClassName
{
border-color: #5D5156;
}
.TagClassName
{
border-color: #5D5156;
}
</style>