Shades of Liver #573F4C
Tints of Liver #573F4C
RGB
CMYK
RGB Variations
Color information
#573F4C (or 0x573F4C) is known color: Liver. HEX triplet: 57, 3F and 4C. RGB value is (87,63,76). Sum of RGB (Red+Green+Blue) = 87+63+76=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #573F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F4C is #A8C0B3. Grayscale: #474747. Windows color (decimal): -11059380 or 4996951. OLE color: 4996951.
HSL color Cylindrical-coordinate representation of color #573F4C: hue angle of 327.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 #573F4C is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 76 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.66 |
| HSL | 327.5º | 0.16% | 0.29% | - |
| HSV(B) | 327.5º | 0.28% | 0.34% | - |
| XYZ | 7.01 | 6.1 | 7.65 | - |
| YUV | 71.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 76 | 0 | 0.28 | 0.13 | 0.66 | 327.5 | 0.16 | 0.29 |
| Hex | 57 | 3F | 4C | 0 | 1C | D | 42 | 148 | 10 | 1D |
| Octal | 127 | 77 | 114 | 0 | 34 | 15 | 102 | 510 | 20 | 35 |
| Binary | 1010111 | 111111 | 1001100 | 0 | 11100 | 1101 | 1000010 | 101001000 | 10000 | 11101 |
Color Harmonies of #573F4C
Complementary color
Monochromatic Colors of #573F4C
Black with #573F4C
Text Example
Text Example
White with #573F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F4C; }
p { color: rgb(87,63,76); }
H1.HeaderClassName
{
color: #573F4C;
}
.AnyTagClassName
{
color: #573F4C;
}
</style>
background-color css
<style>
a { background-color: #573F4C; }
a { background-color: rgb(87,63,76); }
div.DivClassName
{
background-color: #573F4C;
}
.BgClassName
{
background-color: #573F4C;
}
</style>
border-color css
<style>
span { border-color: #573F4C; }
span { border-color: rgb(87,63,76); }
td.TdClassName
{
border-color: #573F4C;
}
.TagClassName
{
border-color: #573F4C;
}
</style>