Shades of Liver #573F4A
Tints of Liver #573F4A
RGB
CMYK
RGB Variations
Color information
#573F4A (or 0x573F4A) is known color: Liver. HEX triplet: 57, 3F and 4A. RGB value is (87,63,74). Sum of RGB (Red+Green+Blue) = 87+63+74=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #573F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F4A is #A8C0B5. Grayscale: #474747. Windows color (decimal): -11059382 or 4865879. OLE color: 4865879.
HSL color Cylindrical-coordinate representation of color #573F4A: hue angle of 332.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F4A is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 74 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.66 |
| HSL | 332.5º | 0.16% | 0.29% | - |
| HSV(B) | 332.5º | 0.28% | 0.34% | - |
| XYZ | 6.94 | 6.08 | 7.29 | - |
| YUV | 71.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 74 | 0 | 0.28 | 0.15 | 0.66 | 332.5 | 0.16 | 0.29 |
| Hex | 57 | 3F | 4A | 0 | 1C | F | 42 | 14C | 10 | 1D |
| Octal | 127 | 77 | 112 | 0 | 34 | 17 | 102 | 514 | 20 | 35 |
| Binary | 1010111 | 111111 | 1001010 | 0 | 11100 | 1111 | 1000010 | 101001100 | 10000 | 11101 |
Color Harmonies of #573F4A
Complementary color
Monochromatic Colors of #573F4A
Black with #573F4A
Text Example
Text Example
White with #573F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F4A; }
p { color: rgb(87,63,74); }
H1.HeaderClassName
{
color: #573F4A;
}
.AnyTagClassName
{
color: #573F4A;
}
</style>
background-color css
<style>
a { background-color: #573F4A; }
a { background-color: rgb(87,63,74); }
div.DivClassName
{
background-color: #573F4A;
}
.BgClassName
{
background-color: #573F4A;
}
</style>
border-color css
<style>
span { border-color: #573F4A; }
span { border-color: rgb(87,63,74); }
td.TdClassName
{
border-color: #573F4A;
}
.TagClassName
{
border-color: #573F4A;
}
</style>