Shades of Liver #574951
Tints of Liver #574951
RGB
CMYK
RGB Variations
Color information
#574951 (or 0x574951) is known color: Liver. HEX triplet: 57, 49 and 51. RGB value is (87,73,81). Sum of RGB (Red+Green+Blue) = 87+73+81=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #574951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574951 is #A8B6AE. Grayscale: #4E4E4E. Windows color (decimal): -11056815 or 5327191. OLE color: 5327191.
HSL color Cylindrical-coordinate representation of color #574951: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574951 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 81 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.66 |
| HSL | 325.71º | 0.09% | 0.31% | - |
| HSV(B) | 325.71º | 0.16% | 0.34% | - |
| XYZ | 7.8 | 7.39 | 8.8 | - |
| YUV | 78.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 81 | 0 | 0.16 | 0.07 | 0.66 | 325.71 | 0.09 | 0.31 |
| Hex | 57 | 49 | 51 | 0 | 10 | 7 | 42 | 146 | 9 | 1F |
| Octal | 127 | 111 | 121 | 0 | 20 | 7 | 102 | 506 | 11 | 37 |
| Binary | 1010111 | 1001001 | 1010001 | 0 | 10000 | 111 | 1000010 | 101000110 | 1001 | 11111 |
Color Harmonies of #574951
Complementary color
Monochromatic Colors of #574951
Black with #574951
Text Example
Text Example
White with #574951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574951; }
p { color: rgb(87,73,81); }
H1.HeaderClassName
{
color: #574951;
}
.AnyTagClassName
{
color: #574951;
}
</style>
background-color css
<style>
a { background-color: #574951; }
a { background-color: rgb(87,73,81); }
div.DivClassName
{
background-color: #574951;
}
.BgClassName
{
background-color: #574951;
}
</style>
border-color css
<style>
span { border-color: #574951; }
span { border-color: rgb(87,73,81); }
td.TdClassName
{
border-color: #574951;
}
.TagClassName
{
border-color: #574951;
}
</style>