Shades of Liver #57404E
Tints of Liver #57404E
RGB
CMYK
RGB Variations
Color information
#57404E (or 0x57404E) is known color: Liver. HEX triplet: 57, 40 and 4E. RGB value is (87,64,78). Sum of RGB (Red+Green+Blue) = 87+64+78=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #57404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57404E is #A8BFB1. Grayscale: #484848. Windows color (decimal): -11059122 or 5128279. OLE color: 5128279.
HSL color Cylindrical-coordinate representation of color #57404E: hue angle of 323.48º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57404E is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 78 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.66 |
| HSL | 323.48º | 0.15% | 0.3% | - |
| HSV(B) | 323.48º | 0.26% | 0.34% | - |
| XYZ | 7.14 | 6.24 | 8.04 | - |
| YUV | 72.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 78 | 0 | 0.26 | 0.10 | 0.66 | 323.48 | 0.15 | 0.3 |
| Hex | 57 | 40 | 4E | 0 | 1A | A | 42 | 143 | F | 1E |
| Octal | 127 | 100 | 116 | 0 | 32 | 12 | 102 | 503 | 17 | 36 |
| Binary | 1010111 | 1000000 | 1001110 | 0 | 11010 | 1010 | 1000010 | 101000011 | 1111 | 11110 |
Color Harmonies of #57404E
Complementary color
Monochromatic Colors of #57404E
Black with #57404E
Text Example
Text Example
White with #57404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57404E; }
p { color: rgb(87,64,78); }
H1.HeaderClassName
{
color: #57404E;
}
.AnyTagClassName
{
color: #57404E;
}
</style>
background-color css
<style>
a { background-color: #57404E; }
a { background-color: rgb(87,64,78); }
div.DivClassName
{
background-color: #57404E;
}
.BgClassName
{
background-color: #57404E;
}
</style>
border-color css
<style>
span { border-color: #57404E; }
span { border-color: rgb(87,64,78); }
td.TdClassName
{
border-color: #57404E;
}
.TagClassName
{
border-color: #57404E;
}
</style>