Shades of Liver #58404B
Tints of Liver #58404B
RGB
CMYK
RGB Variations
Color information
#58404B (or 0x58404B) is known color: Liver. HEX triplet: 58, 40 and 4B. RGB value is (88,64,75). Sum of RGB (Red+Green+Blue) = 88+64+75=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #58404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58404B is #A7BFB4. Grayscale: #484848. Windows color (decimal): -10993589 or 4931672. OLE color: 4931672.
HSL color Cylindrical-coordinate representation of color #58404B: hue angle of 332.5º 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 #58404B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 75 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.65 |
| HSL | 332.5º | 0.16% | 0.3% | - |
| HSV(B) | 332.5º | 0.27% | 0.35% | - |
| XYZ | 7.13 | 6.25 | 7.49 | - |
| YUV | 72.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 75 | 0 | 0.27 | 0.15 | 0.65 | 332.5 | 0.16 | 0.3 |
| Hex | 58 | 40 | 4B | 0 | 1B | F | 41 | 14C | 10 | 1E |
| Octal | 130 | 100 | 113 | 0 | 33 | 17 | 101 | 514 | 20 | 36 |
| Binary | 1011000 | 1000000 | 1001011 | 0 | 11011 | 1111 | 1000001 | 101001100 | 10000 | 11110 |
Color Harmonies of #58404B
Complementary color
Monochromatic Colors of #58404B
Black with #58404B
Text Example
Text Example
White with #58404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58404B; }
p { color: rgb(88,64,75); }
H1.HeaderClassName
{
color: #58404B;
}
.AnyTagClassName
{
color: #58404B;
}
</style>
background-color css
<style>
a { background-color: #58404B; }
a { background-color: rgb(88,64,75); }
div.DivClassName
{
background-color: #58404B;
}
.BgClassName
{
background-color: #58404B;
}
</style>
border-color css
<style>
span { border-color: #58404B; }
span { border-color: rgb(88,64,75); }
td.TdClassName
{
border-color: #58404B;
}
.TagClassName
{
border-color: #58404B;
}
</style>