Shades of Liver #57404B
Tints of Liver #57404B
RGB
CMYK
RGB Variations
Color information
#57404B (or 0x57404B) is known color: Liver. HEX triplet: 57, 40 and 4B. RGB value is (87,64,75). Sum of RGB (Red+Green+Blue) = 87+64+75=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #57404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57404B is #A8BFB4. Grayscale: #484848. Windows color (decimal): -11059125 or 4931671. OLE color: 4931671.
HSL color Cylindrical-coordinate representation of color #57404B: hue angle of 331.3º 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 #57404B is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 75 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.66 |
| HSL | 331.3º | 0.15% | 0.3% | - |
| HSV(B) | 331.3º | 0.26% | 0.34% | - |
| XYZ | 7.03 | 6.2 | 7.48 | - |
| YUV | 72.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 75 | 0 | 0.26 | 0.14 | 0.66 | 331.3 | 0.15 | 0.3 |
| Hex | 57 | 40 | 4B | 0 | 1A | E | 42 | 14B | F | 1E |
| Octal | 127 | 100 | 113 | 0 | 32 | 16 | 102 | 513 | 17 | 36 |
| Binary | 1010111 | 1000000 | 1001011 | 0 | 11010 | 1110 | 1000010 | 101001011 | 1111 | 11110 |
Color Harmonies of #57404B
Complementary color
Monochromatic Colors of #57404B
Black with #57404B
Text Example
Text Example
White with #57404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57404B; }
p { color: rgb(87,64,75); }
H1.HeaderClassName
{
color: #57404B;
}
.AnyTagClassName
{
color: #57404B;
}
</style>
background-color css
<style>
a { background-color: #57404B; }
a { background-color: rgb(87,64,75); }
div.DivClassName
{
background-color: #57404B;
}
.BgClassName
{
background-color: #57404B;
}
</style>
border-color css
<style>
span { border-color: #57404B; }
span { border-color: rgb(87,64,75); }
td.TdClassName
{
border-color: #57404B;
}
.TagClassName
{
border-color: #57404B;
}
</style>