Shades of Liver #57424C
Tints of Liver #57424C
RGB
CMYK
RGB Variations
Color information
#57424C (or 0x57424C) is known color: Liver. HEX triplet: 57, 42 and 4C. RGB value is (87,66,76). Sum of RGB (Red+Green+Blue) = 87+66+76=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #57424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57424C is #A8BDB3. Grayscale: #494949. Windows color (decimal): -11058612 or 4997719. OLE color: 4997719.
HSL color Cylindrical-coordinate representation of color #57424C: hue angle of 331.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57424C is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 66 | 76 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.66 |
| HSL | 331.43º | 0.14% | 0.3% | - |
| HSV(B) | 331.43º | 0.24% | 0.34% | - |
| XYZ | 7.18 | 6.44 | 7.7 | - |
| YUV | 73.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 76 | 0 | 0.24 | 0.13 | 0.66 | 331.43 | 0.14 | 0.3 |
| Hex | 57 | 42 | 4C | 0 | 18 | D | 42 | 14B | E | 1E |
| Octal | 127 | 102 | 114 | 0 | 30 | 15 | 102 | 513 | 16 | 36 |
| Binary | 1010111 | 1000010 | 1001100 | 0 | 11000 | 1101 | 1000010 | 101001011 | 1110 | 11110 |
Color Harmonies of #57424C
Complementary color
Monochromatic Colors of #57424C
Black with #57424C
Text Example
Text Example
White with #57424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57424C; }
p { color: rgb(87,66,76); }
H1.HeaderClassName
{
color: #57424C;
}
.AnyTagClassName
{
color: #57424C;
}
</style>
background-color css
<style>
a { background-color: #57424C; }
a { background-color: rgb(87,66,76); }
div.DivClassName
{
background-color: #57424C;
}
.BgClassName
{
background-color: #57424C;
}
</style>
border-color css
<style>
span { border-color: #57424C; }
span { border-color: rgb(87,66,76); }
td.TdClassName
{
border-color: #57424C;
}
.TagClassName
{
border-color: #57424C;
}
</style>