Shades of Liver #57484D
Tints of Liver #57484D
RGB
CMYK
RGB Variations
Color information
#57484D (or 0x57484D) is known color: Liver. HEX triplet: 57, 48 and 4D. RGB value is (87,72,77). Sum of RGB (Red+Green+Blue) = 87+72+77=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #57484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57484D is #A8B7B2. Grayscale: #4D4D4D. Windows color (decimal): -11057075 or 5064791. OLE color: 5064791.
HSL color Cylindrical-coordinate representation of color #57484D: hue angle of 340º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #57484D is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 77 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.66 |
| HSL | 340º | 0.09% | 0.31% | - |
| HSV(B) | 340º | 0.17% | 0.34% | - |
| XYZ | 7.59 | 7.2 | 8.01 | - |
| YUV | 77.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 77 | 0 | 0.17 | 0.11 | 0.66 | 340 | 0.09 | 0.31 |
| Hex | 57 | 48 | 4D | 0 | 11 | B | 42 | 154 | 9 | 1F |
| Octal | 127 | 110 | 115 | 0 | 21 | 13 | 102 | 524 | 11 | 37 |
| Binary | 1010111 | 1001000 | 1001101 | 0 | 10001 | 1011 | 1000010 | 101010100 | 1001 | 11111 |
Color Harmonies of #57484D
Complementary color
Monochromatic Colors of #57484D
Black with #57484D
Text Example
Text Example
White with #57484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57484D; }
p { color: rgb(87,72,77); }
H1.HeaderClassName
{
color: #57484D;
}
.AnyTagClassName
{
color: #57484D;
}
</style>
background-color css
<style>
a { background-color: #57484D; }
a { background-color: rgb(87,72,77); }
div.DivClassName
{
background-color: #57484D;
}
.BgClassName
{
background-color: #57484D;
}
</style>
border-color css
<style>
span { border-color: #57484D; }
span { border-color: rgb(87,72,77); }
td.TdClassName
{
border-color: #57484D;
}
.TagClassName
{
border-color: #57484D;
}
</style>