Shades of Liver #584851
Tints of Liver #584851
RGB
CMYK
RGB Variations
Color information
#584851 (or 0x584851) is known color: Liver. HEX triplet: 58, 48 and 51. RGB value is (88,72,81). Sum of RGB (Red+Green+Blue) = 88+72+81=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584851 is #A7B7AE. Grayscale: #4D4D4D. Windows color (decimal): -10991535 or 5326936. OLE color: 5326936.
HSL color Cylindrical-coordinate representation of color #584851: hue angle of 326.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #584851 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 81 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.65 |
| HSL | 326.25º | 0.1% | 0.31% | - |
| HSV(B) | 326.25º | 0.18% | 0.35% | - |
| XYZ | 7.83 | 7.3 | 8.78 | - |
| YUV | 77.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 81 | 0 | 0.18 | 0.08 | 0.65 | 326.25 | 0.1 | 0.31 |
| Hex | 58 | 48 | 51 | 0 | 12 | 8 | 41 | 146 | A | 1F |
| Octal | 130 | 110 | 121 | 0 | 22 | 10 | 101 | 506 | 12 | 37 |
| Binary | 1011000 | 1001000 | 1010001 | 0 | 10010 | 1000 | 1000001 | 101000110 | 1010 | 11111 |
Color Harmonies of #584851
Complementary color
Monochromatic Colors of #584851
Black with #584851
Text Example
Text Example
White with #584851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584851; }
p { color: rgb(88,72,81); }
H1.HeaderClassName
{
color: #584851;
}
.AnyTagClassName
{
color: #584851;
}
</style>
background-color css
<style>
a { background-color: #584851; }
a { background-color: rgb(88,72,81); }
div.DivClassName
{
background-color: #584851;
}
.BgClassName
{
background-color: #584851;
}
</style>
border-color css
<style>
span { border-color: #584851; }
span { border-color: rgb(88,72,81); }
td.TdClassName
{
border-color: #584851;
}
.TagClassName
{
border-color: #584851;
}
</style>