Shades of Liver #58454F
Tints of Liver #58454F
RGB
CMYK
RGB Variations
Color information
#58454F (or 0x58454F) is known color: Liver. HEX triplet: 58, 45 and 4F. RGB value is (88,69,79). Sum of RGB (Red+Green+Blue) = 88+69+79=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58454F is #A7BAB0. Grayscale: #4B4B4B. Windows color (decimal): -10992305 or 5195096. OLE color: 5195096.
HSL color Cylindrical-coordinate representation of color #58454F: hue angle of 328.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58454F is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 79 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.65 |
| HSL | 328.42º | 0.12% | 0.31% | - |
| HSV(B) | 328.42º | 0.22% | 0.35% | - |
| XYZ | 7.56 | 6.9 | 8.33 | - |
| YUV | 75.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 79 | 0 | 0.22 | 0.10 | 0.65 | 328.42 | 0.12 | 0.31 |
| Hex | 58 | 45 | 4F | 0 | 16 | A | 41 | 148 | C | 1F |
| Octal | 130 | 105 | 117 | 0 | 26 | 12 | 101 | 510 | 14 | 37 |
| Binary | 1011000 | 1000101 | 1001111 | 0 | 10110 | 1010 | 1000001 | 101001000 | 1100 | 11111 |
Color Harmonies of #58454F
Complementary color
Monochromatic Colors of #58454F
Black with #58454F
Text Example
Text Example
White with #58454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58454F; }
p { color: rgb(88,69,79); }
H1.HeaderClassName
{
color: #58454F;
}
.AnyTagClassName
{
color: #58454F;
}
</style>
background-color css
<style>
a { background-color: #58454F; }
a { background-color: rgb(88,69,79); }
div.DivClassName
{
background-color: #58454F;
}
.BgClassName
{
background-color: #58454F;
}
</style>
border-color css
<style>
span { border-color: #58454F; }
span { border-color: rgb(88,69,79); }
td.TdClassName
{
border-color: #58454F;
}
.TagClassName
{
border-color: #58454F;
}
</style>