Shades of Liver #57404A
Tints of Liver #57404A
RGB
CMYK
RGB Variations
Color information
#57404A (or 0x57404A) is known color: Liver. HEX triplet: 57, 40 and 4A. RGB value is (87,64,74). Sum of RGB (Red+Green+Blue) = 87+64+74=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #57404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57404A is #A8BFB5. Grayscale: #484848. Windows color (decimal): -11059126 or 4866135. OLE color: 4866135.
HSL color Cylindrical-coordinate representation of color #57404A: hue angle of 333.91º 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 #57404A is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 74 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.66 |
| HSL | 333.91º | 0.15% | 0.3% | - |
| HSV(B) | 333.91º | 0.26% | 0.34% | - |
| XYZ | 7 | 6.19 | 7.3 | - |
| YUV | 72.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 74 | 0 | 0.26 | 0.15 | 0.66 | 333.91 | 0.15 | 0.3 |
| Hex | 57 | 40 | 4A | 0 | 1A | F | 42 | 14E | F | 1E |
| Octal | 127 | 100 | 112 | 0 | 32 | 17 | 102 | 516 | 17 | 36 |
| Binary | 1010111 | 1000000 | 1001010 | 0 | 11010 | 1111 | 1000010 | 101001110 | 1111 | 11110 |
Color Harmonies of #57404A
Complementary color
Monochromatic Colors of #57404A
Black with #57404A
Text Example
Text Example
White with #57404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57404A; }
p { color: rgb(87,64,74); }
H1.HeaderClassName
{
color: #57404A;
}
.AnyTagClassName
{
color: #57404A;
}
</style>
background-color css
<style>
a { background-color: #57404A; }
a { background-color: rgb(87,64,74); }
div.DivClassName
{
background-color: #57404A;
}
.BgClassName
{
background-color: #57404A;
}
</style>
border-color css
<style>
span { border-color: #57404A; }
span { border-color: rgb(87,64,74); }
td.TdClassName
{
border-color: #57404A;
}
.TagClassName
{
border-color: #57404A;
}
</style>