Shades of Liver #58474F
Tints of Liver #58474F
RGB
CMYK
RGB Variations
Color information
#58474F (or 0x58474F) is known color: Liver. HEX triplet: 58, 47 and 4F. RGB value is (88,71,79). Sum of RGB (Red+Green+Blue) = 88+71+79=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #58474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58474F is #A7B8B0. Grayscale: #4C4C4C. Windows color (decimal): -10991793 or 5195608. OLE color: 5195608.
HSL color Cylindrical-coordinate representation of color #58474F: hue angle of 331.76º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58474F is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 79 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.65 |
| HSL | 331.76º | 0.11% | 0.31% | - |
| HSV(B) | 331.76º | 0.19% | 0.35% | - |
| XYZ | 7.69 | 7.15 | 8.37 | - |
| YUV | 77 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 79 | 0 | 0.19 | 0.10 | 0.65 | 331.76 | 0.11 | 0.31 |
| Hex | 58 | 47 | 4F | 0 | 13 | A | 41 | 14C | B | 1F |
| Octal | 130 | 107 | 117 | 0 | 23 | 12 | 101 | 514 | 13 | 37 |
| Binary | 1011000 | 1000111 | 1001111 | 0 | 10011 | 1010 | 1000001 | 101001100 | 1011 | 11111 |
Color Harmonies of #58474F
Complementary color
Monochromatic Colors of #58474F
Black with #58474F
Text Example
Text Example
White with #58474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58474F; }
p { color: rgb(88,71,79); }
H1.HeaderClassName
{
color: #58474F;
}
.AnyTagClassName
{
color: #58474F;
}
</style>
background-color css
<style>
a { background-color: #58474F; }
a { background-color: rgb(88,71,79); }
div.DivClassName
{
background-color: #58474F;
}
.BgClassName
{
background-color: #58474F;
}
</style>
border-color css
<style>
span { border-color: #58474F; }
span { border-color: rgb(88,71,79); }
td.TdClassName
{
border-color: #58474F;
}
.TagClassName
{
border-color: #58474F;
}
</style>