Shades of Liver #5D5257
Tints of Liver #5D5257
RGB
CMYK
RGB Variations
Color information
#5D5257 (or 0x5D5257) is known color: Liver. HEX triplet: 5D, 52 and 57. RGB value is (93,82,87). Sum of RGB (Red+Green+Blue) = 93+82+87=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5257 is #A2ADA8. Grayscale: #555555. Windows color (decimal): -10661289 or 5722717. OLE color: 5722717.
HSL color Cylindrical-coordinate representation of color #5D5257: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5257 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 87 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.64 |
| HSL | 332.73º | 0.06% | 0.34% | - |
| HSV(B) | 332.73º | 0.12% | 0.36% | - |
| XYZ | 9.25 | 9.05 | 10.28 | - |
| YUV | 85.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 87 | 0 | 0.12 | 0.06 | 0.64 | 332.73 | 0.06 | 0.34 |
| Hex | 5D | 52 | 57 | 0 | C | 6 | 40 | 14D | 6 | 22 |
| Octal | 135 | 122 | 127 | 0 | 14 | 6 | 100 | 515 | 6 | 42 |
| Binary | 1011101 | 1010010 | 1010111 | 0 | 1100 | 110 | 1000000 | 101001101 | 110 | 100010 |
Color Harmonies of #5D5257
Complementary color
Monochromatic Colors of #5D5257
Black with #5D5257
Text Example
Text Example
White with #5D5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5257; }
p { color: rgb(93,82,87); }
H1.HeaderClassName
{
color: #5D5257;
}
.AnyTagClassName
{
color: #5D5257;
}
</style>
background-color css
<style>
a { background-color: #5D5257; }
a { background-color: rgb(93,82,87); }
div.DivClassName
{
background-color: #5D5257;
}
.BgClassName
{
background-color: #5D5257;
}
</style>
border-color css
<style>
span { border-color: #5D5257; }
span { border-color: rgb(93,82,87); }
td.TdClassName
{
border-color: #5D5257;
}
.TagClassName
{
border-color: #5D5257;
}
</style>