Shades of Liver #58494F
Tints of Liver #58494F
RGB
CMYK
RGB Variations
Color information
#58494F (or 0x58494F) is known color: Liver. HEX triplet: 58, 49 and 4F. RGB value is (88,73,79). Sum of RGB (Red+Green+Blue) = 88+73+79=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #58494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58494F is #A7B6B0. Grayscale: #4E4E4E. Windows color (decimal): -10991281 or 5196120. OLE color: 5196120.
HSL color Cylindrical-coordinate representation of color #58494F: hue angle of 336º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #58494F is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 79 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.65 |
| HSL | 336º | 0.09% | 0.32% | - |
| HSV(B) | 336º | 0.17% | 0.35% | - |
| XYZ | 7.82 | 7.4 | 8.41 | - |
| YUV | 78.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 79 | 0 | 0.17 | 0.10 | 0.65 | 336 | 0.09 | 0.32 |
| Hex | 58 | 49 | 4F | 0 | 11 | A | 41 | 150 | 9 | 20 |
| Octal | 130 | 111 | 117 | 0 | 21 | 12 | 101 | 520 | 11 | 40 |
| Binary | 1011000 | 1001001 | 1001111 | 0 | 10001 | 1010 | 1000001 | 101010000 | 1001 | 100000 |
Color Harmonies of #58494F
Complementary color
Monochromatic Colors of #58494F
Black with #58494F
Text Example
Text Example
White with #58494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58494F; }
p { color: rgb(88,73,79); }
H1.HeaderClassName
{
color: #58494F;
}
.AnyTagClassName
{
color: #58494F;
}
</style>
background-color css
<style>
a { background-color: #58494F; }
a { background-color: rgb(88,73,79); }
div.DivClassName
{
background-color: #58494F;
}
.BgClassName
{
background-color: #58494F;
}
</style>
border-color css
<style>
span { border-color: #58494F; }
span { border-color: rgb(88,73,79); }
td.TdClassName
{
border-color: #58494F;
}
.TagClassName
{
border-color: #58494F;
}
</style>