Shades of Liver #58444C
Tints of Liver #58444C
RGB
CMYK
RGB Variations
Color information
#58444C (or 0x58444C) is known color: Liver. HEX triplet: 58, 44 and 4C. RGB value is (88,68,76). Sum of RGB (Red+Green+Blue) = 88+68+76=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #58444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58444C is #A7BBB3. Grayscale: #4A4A4A. Windows color (decimal): -10992564 or 4998232. OLE color: 4998232.
HSL color Cylindrical-coordinate representation of color #58444C: hue angle of 336º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58444C is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 76 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.65 |
| HSL | 336º | 0.13% | 0.31% | - |
| HSV(B) | 336º | 0.23% | 0.35% | - |
| XYZ | 7.4 | 6.73 | 7.75 | - |
| YUV | 74.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 76 | 0 | 0.23 | 0.14 | 0.65 | 336 | 0.13 | 0.31 |
| Hex | 58 | 44 | 4C | 0 | 17 | E | 41 | 150 | D | 1F |
| Octal | 130 | 104 | 114 | 0 | 27 | 16 | 101 | 520 | 15 | 37 |
| Binary | 1011000 | 1000100 | 1001100 | 0 | 10111 | 1110 | 1000001 | 101010000 | 1101 | 11111 |
Color Harmonies of #58444C
Complementary color
Monochromatic Colors of #58444C
Black with #58444C
Text Example
Text Example
White with #58444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58444C; }
p { color: rgb(88,68,76); }
H1.HeaderClassName
{
color: #58444C;
}
.AnyTagClassName
{
color: #58444C;
}
</style>
background-color css
<style>
a { background-color: #58444C; }
a { background-color: rgb(88,68,76); }
div.DivClassName
{
background-color: #58444C;
}
.BgClassName
{
background-color: #58444C;
}
</style>
border-color css
<style>
span { border-color: #58444C; }
span { border-color: rgb(88,68,76); }
td.TdClassName
{
border-color: #58444C;
}
.TagClassName
{
border-color: #58444C;
}
</style>