Shades of Liver #57444C
Tints of Liver #57444C
RGB
CMYK
RGB Variations
Color information
#57444C (or 0x57444C) is known color: Liver. HEX triplet: 57, 44 and 4C. RGB value is (87,68,76). Sum of RGB (Red+Green+Blue) = 87+68+76=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #57444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57444C is #A8BBB3. Grayscale: #4A4A4A. Windows color (decimal): -11058100 or 4998231. OLE color: 4998231.
HSL color Cylindrical-coordinate representation of color #57444C: hue angle of 334.74º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57444C is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 76 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.66 |
| HSL | 334.74º | 0.12% | 0.3% | - |
| HSV(B) | 334.74º | 0.22% | 0.34% | - |
| XYZ | 7.3 | 6.68 | 7.74 | - |
| YUV | 74.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 76 | 0 | 0.22 | 0.13 | 0.66 | 334.74 | 0.12 | 0.3 |
| Hex | 57 | 44 | 4C | 0 | 16 | D | 42 | 14F | C | 1E |
| Octal | 127 | 104 | 114 | 0 | 26 | 15 | 102 | 517 | 14 | 36 |
| Binary | 1010111 | 1000100 | 1001100 | 0 | 10110 | 1101 | 1000010 | 101001111 | 1100 | 11110 |
Color Harmonies of #57444C
Complementary color
Monochromatic Colors of #57444C
Black with #57444C
Text Example
Text Example
White with #57444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57444C; }
p { color: rgb(87,68,76); }
H1.HeaderClassName
{
color: #57444C;
}
.AnyTagClassName
{
color: #57444C;
}
</style>
background-color css
<style>
a { background-color: #57444C; }
a { background-color: rgb(87,68,76); }
div.DivClassName
{
background-color: #57444C;
}
.BgClassName
{
background-color: #57444C;
}
</style>
border-color css
<style>
span { border-color: #57444C; }
span { border-color: rgb(87,68,76); }
td.TdClassName
{
border-color: #57444C;
}
.TagClassName
{
border-color: #57444C;
}
</style>