Shades of Liver #58424E
Tints of Liver #58424E
RGB
CMYK
RGB Variations
Color information
#58424E (or 0x58424E) is known color: Liver. HEX triplet: 58, 42 and 4E. RGB value is (88,66,78). Sum of RGB (Red+Green+Blue) = 88+66+78=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #58424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58424E is #A7BDB1. Grayscale: #494949. Windows color (decimal): -10993074 or 5128792. OLE color: 5128792.
HSL color Cylindrical-coordinate representation of color #58424E: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58424E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 78 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.65 |
| HSL | 327.27º | 0.14% | 0.3% | - |
| HSV(B) | 327.27º | 0.25% | 0.35% | - |
| XYZ | 7.35 | 6.52 | 8.08 | - |
| YUV | 73.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 78 | 0 | 0.25 | 0.11 | 0.65 | 327.27 | 0.14 | 0.3 |
| Hex | 58 | 42 | 4E | 0 | 19 | B | 41 | 147 | E | 1E |
| Octal | 130 | 102 | 116 | 0 | 31 | 13 | 101 | 507 | 16 | 36 |
| Binary | 1011000 | 1000010 | 1001110 | 0 | 11001 | 1011 | 1000001 | 101000111 | 1110 | 11110 |
Color Harmonies of #58424E
Complementary color
Monochromatic Colors of #58424E
Black with #58424E
Text Example
Text Example
White with #58424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58424E; }
p { color: rgb(88,66,78); }
H1.HeaderClassName
{
color: #58424E;
}
.AnyTagClassName
{
color: #58424E;
}
</style>
background-color css
<style>
a { background-color: #58424E; }
a { background-color: rgb(88,66,78); }
div.DivClassName
{
background-color: #58424E;
}
.BgClassName
{
background-color: #58424E;
}
</style>
border-color css
<style>
span { border-color: #58424E; }
span { border-color: rgb(88,66,78); }
td.TdClassName
{
border-color: #58424E;
}
.TagClassName
{
border-color: #58424E;
}
</style>