Shades of Liver #584D52
Tints of Liver #584D52
RGB
CMYK
RGB Variations
Color information
#584D52 (or 0x584D52) is known color: Liver. HEX triplet: 58, 4D and 52. RGB value is (88,77,82). Sum of RGB (Red+Green+Blue) = 88+77+82=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #584D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D52 is #A7B2AD. Grayscale: #505050. Windows color (decimal): -10990254 or 5393752. OLE color: 5393752.
HSL color Cylindrical-coordinate representation of color #584D52: hue angle of 332.73º 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 #584D52 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 82 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.65 |
| HSL | 332.73º | 0.07% | 0.32% | - |
| HSV(B) | 332.73º | 0.13% | 0.35% | - |
| XYZ | 8.2 | 7.99 | 9.09 | - |
| YUV | 80.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 82 | 0 | 0.12 | 0.07 | 0.65 | 332.73 | 0.07 | 0.32 |
| Hex | 58 | 4D | 52 | 0 | C | 7 | 41 | 14D | 7 | 20 |
| Octal | 130 | 115 | 122 | 0 | 14 | 7 | 101 | 515 | 7 | 40 |
| Binary | 1011000 | 1001101 | 1010010 | 0 | 1100 | 111 | 1000001 | 101001101 | 111 | 100000 |
Color Harmonies of #584D52
Complementary color
Monochromatic Colors of #584D52
Black with #584D52
Text Example
Text Example
White with #584D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D52; }
p { color: rgb(88,77,82); }
H1.HeaderClassName
{
color: #584D52;
}
.AnyTagClassName
{
color: #584D52;
}
</style>
background-color css
<style>
a { background-color: #584D52; }
a { background-color: rgb(88,77,82); }
div.DivClassName
{
background-color: #584D52;
}
.BgClassName
{
background-color: #584D52;
}
</style>
border-color css
<style>
span { border-color: #584D52; }
span { border-color: rgb(88,77,82); }
td.TdClassName
{
border-color: #584D52;
}
.TagClassName
{
border-color: #584D52;
}
</style>