Shades of Liver #584E54
Tints of Liver #584E54
RGB
CMYK
RGB Variations
Color information
#584E54 (or 0x584E54) is known color: Liver. HEX triplet: 58, 4E and 54. RGB value is (88,78,84). Sum of RGB (Red+Green+Blue) = 88+78+84=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #584E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E54 is #A7B1AB. Grayscale: #515151. Windows color (decimal): -10989996 or 5525080. OLE color: 5525080.
HSL color Cylindrical-coordinate representation of color #584E54: hue angle of 324º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #584E54 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 84 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.65 |
| HSL | 324º | 0.06% | 0.33% | - |
| HSV(B) | 324º | 0.11% | 0.35% | - |
| XYZ | 8.35 | 8.16 | 9.52 | - |
| YUV | 81.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 84 | 0 | 0.11 | 0.05 | 0.65 | 324 | 0.06 | 0.33 |
| Hex | 58 | 4E | 54 | 0 | B | 5 | 41 | 144 | 6 | 21 |
| Octal | 130 | 116 | 124 | 0 | 13 | 5 | 101 | 504 | 6 | 41 |
| Binary | 1011000 | 1001110 | 1010100 | 0 | 1011 | 101 | 1000001 | 101000100 | 110 | 100001 |
Color Harmonies of #584E54
Complementary color
Monochromatic Colors of #584E54
Black with #584E54
Text Example
Text Example
White with #584E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E54; }
p { color: rgb(88,78,84); }
H1.HeaderClassName
{
color: #584E54;
}
.AnyTagClassName
{
color: #584E54;
}
</style>
background-color css
<style>
a { background-color: #584E54; }
a { background-color: rgb(88,78,84); }
div.DivClassName
{
background-color: #584E54;
}
.BgClassName
{
background-color: #584E54;
}
</style>
border-color css
<style>
span { border-color: #584E54; }
span { border-color: rgb(88,78,84); }
td.TdClassName
{
border-color: #584E54;
}
.TagClassName
{
border-color: #584E54;
}
</style>