Shades of Liver #58404A
Tints of Liver #58404A
RGB
CMYK
RGB Variations
Color information
#58404A (or 0x58404A) is known color: Liver. HEX triplet: 58, 40 and 4A. RGB value is (88,64,74). Sum of RGB (Red+Green+Blue) = 88+64+74=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #58404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58404A is #A7BFB5. Grayscale: #484848. Windows color (decimal): -10993590 or 4866136. OLE color: 4866136.
HSL color Cylindrical-coordinate representation of color #58404A: hue angle of 335º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58404A is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 74 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.65 |
| HSL | 335º | 0.16% | 0.3% | - |
| HSV(B) | 335º | 0.27% | 0.35% | - |
| XYZ | 7.09 | 6.24 | 7.31 | - |
| YUV | 72.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 74 | 0 | 0.27 | 0.16 | 0.65 | 335 | 0.16 | 0.3 |
| Hex | 58 | 40 | 4A | 0 | 1B | 10 | 41 | 14F | 10 | 1E |
| Octal | 130 | 100 | 112 | 0 | 33 | 20 | 101 | 517 | 20 | 36 |
| Binary | 1011000 | 1000000 | 1001010 | 0 | 11011 | 10000 | 1000001 | 101001111 | 10000 | 11110 |
Color Harmonies of #58404A
Complementary color
Monochromatic Colors of #58404A
Black with #58404A
Text Example
Text Example
White with #58404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58404A; }
p { color: rgb(88,64,74); }
H1.HeaderClassName
{
color: #58404A;
}
.AnyTagClassName
{
color: #58404A;
}
</style>
background-color css
<style>
a { background-color: #58404A; }
a { background-color: rgb(88,64,74); }
div.DivClassName
{
background-color: #58404A;
}
.BgClassName
{
background-color: #58404A;
}
</style>
border-color css
<style>
span { border-color: #58404A; }
span { border-color: rgb(88,64,74); }
td.TdClassName
{
border-color: #58404A;
}
.TagClassName
{
border-color: #58404A;
}
</style>