Shades of Liver #574E52
Tints of Liver #574E52
RGB
CMYK
RGB Variations
Color information
#574E52 (or 0x574E52) is known color: Liver. HEX triplet: 57, 4E and 52. RGB value is (87,78,82). Sum of RGB (Red+Green+Blue) = 87+78+82=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #574E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E52 is #A8B1AD. Grayscale: #515151. Windows color (decimal): -11055534 or 5394007. OLE color: 5394007.
HSL color Cylindrical-coordinate representation of color #574E52: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #574E52 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 82 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.66 |
| HSL | 333.33º | 0.05% | 0.32% | - |
| HSV(B) | 333.33º | 0.1% | 0.34% | - |
| XYZ | 8.18 | 8.08 | 9.11 | - |
| YUV | 81.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 82 | 0 | 0.10 | 0.06 | 0.66 | 333.33 | 0.05 | 0.32 |
| Hex | 57 | 4E | 52 | 0 | A | 6 | 42 | 14D | 5 | 20 |
| Octal | 127 | 116 | 122 | 0 | 12 | 6 | 102 | 515 | 5 | 40 |
| Binary | 1010111 | 1001110 | 1010010 | 0 | 1010 | 110 | 1000010 | 101001101 | 101 | 100000 |
Color Harmonies of #574E52
Complementary color
Monochromatic Colors of #574E52
Black with #574E52
Text Example
Text Example
White with #574E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E52; }
p { color: rgb(87,78,82); }
H1.HeaderClassName
{
color: #574E52;
}
.AnyTagClassName
{
color: #574E52;
}
</style>
background-color css
<style>
a { background-color: #574E52; }
a { background-color: rgb(87,78,82); }
div.DivClassName
{
background-color: #574E52;
}
.BgClassName
{
background-color: #574E52;
}
</style>
border-color css
<style>
span { border-color: #574E52; }
span { border-color: rgb(87,78,82); }
td.TdClassName
{
border-color: #574E52;
}
.TagClassName
{
border-color: #574E52;
}
</style>