Shades of Liver #584D51
Tints of Liver #584D51
RGB
CMYK
RGB Variations
Color information
#584D51 (or 0x584D51) is known color: Liver. HEX triplet: 58, 4D and 51. RGB value is (88,77,81). Sum of RGB (Red+Green+Blue) = 88+77+81=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #584D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D51 is #A7B2AE. Grayscale: #505050. Windows color (decimal): -10990255 or 5328216. OLE color: 5328216.
HSL color Cylindrical-coordinate representation of color #584D51: hue angle of 338.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584D51 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 81 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.65 |
| HSL | 338.18º | 0.07% | 0.32% | - |
| HSV(B) | 338.18º | 0.13% | 0.35% | - |
| XYZ | 8.16 | 7.98 | 8.89 | - |
| YUV | 80.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 81 | 0 | 0.12 | 0.08 | 0.65 | 338.18 | 0.07 | 0.32 |
| Hex | 58 | 4D | 51 | 0 | C | 8 | 41 | 152 | 7 | 20 |
| Octal | 130 | 115 | 121 | 0 | 14 | 10 | 101 | 522 | 7 | 40 |
| Binary | 1011000 | 1001101 | 1010001 | 0 | 1100 | 1000 | 1000001 | 101010010 | 111 | 100000 |
Color Harmonies of #584D51
Complementary color
Monochromatic Colors of #584D51
Black with #584D51
Text Example
Text Example
White with #584D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D51; }
p { color: rgb(88,77,81); }
H1.HeaderClassName
{
color: #584D51;
}
.AnyTagClassName
{
color: #584D51;
}
</style>
background-color css
<style>
a { background-color: #584D51; }
a { background-color: rgb(88,77,81); }
div.DivClassName
{
background-color: #584D51;
}
.BgClassName
{
background-color: #584D51;
}
</style>
border-color css
<style>
span { border-color: #584D51; }
span { border-color: rgb(88,77,81); }
td.TdClassName
{
border-color: #584D51;
}
.TagClassName
{
border-color: #584D51;
}
</style>