Shades of Liver #584A4F
Tints of Liver #584A4F
RGB
CMYK
RGB Variations
Color information
#584A4F (or 0x584A4F) is known color: Liver. HEX triplet: 58, 4A and 4F. RGB value is (88,74,79). Sum of RGB (Red+Green+Blue) = 88+74+79=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A4F is #A7B5B0. Grayscale: #4E4E4E. Windows color (decimal): -10991025 or 5196376. OLE color: 5196376.
HSL color Cylindrical-coordinate representation of color #584A4F: hue angle of 338.57º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584A4F is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 79 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.65 |
| HSL | 338.57º | 0.09% | 0.32% | - |
| HSV(B) | 338.57º | 0.16% | 0.35% | - |
| XYZ | 7.88 | 7.54 | 8.44 | - |
| YUV | 78.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 79 | 0 | 0.16 | 0.10 | 0.65 | 338.57 | 0.09 | 0.32 |
| Hex | 58 | 4A | 4F | 0 | 10 | A | 41 | 153 | 9 | 20 |
| Octal | 130 | 112 | 117 | 0 | 20 | 12 | 101 | 523 | 11 | 40 |
| Binary | 1011000 | 1001010 | 1001111 | 0 | 10000 | 1010 | 1000001 | 101010011 | 1001 | 100000 |
Color Harmonies of #584A4F
Complementary color
Monochromatic Colors of #584A4F
Black with #584A4F
Text Example
Text Example
White with #584A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A4F; }
p { color: rgb(88,74,79); }
H1.HeaderClassName
{
color: #584A4F;
}
.AnyTagClassName
{
color: #584A4F;
}
</style>
background-color css
<style>
a { background-color: #584A4F; }
a { background-color: rgb(88,74,79); }
div.DivClassName
{
background-color: #584A4F;
}
.BgClassName
{
background-color: #584A4F;
}
</style>
border-color css
<style>
span { border-color: #584A4F; }
span { border-color: rgb(88,74,79); }
td.TdClassName
{
border-color: #584A4F;
}
.TagClassName
{
border-color: #584A4F;
}
</style>