Shades of Liver #58434B
Tints of Liver #58434B
RGB
CMYK
RGB Variations
Color information
#58434B (or 0x58434B) is known color: Liver. HEX triplet: 58, 43 and 4B. RGB value is (88,67,75). Sum of RGB (Red+Green+Blue) = 88+67+75=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58434B is #A7BCB4. Grayscale: #4A4A4A. Windows color (decimal): -10992821 or 4932440. OLE color: 4932440.
HSL color Cylindrical-coordinate representation of color #58434B: hue angle of 337.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58434B is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 75 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.65 |
| HSL | 337.14º | 0.14% | 0.3% | - |
| HSV(B) | 337.14º | 0.24% | 0.35% | - |
| XYZ | 7.3 | 6.6 | 7.55 | - |
| YUV | 74.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 75 | 0 | 0.24 | 0.15 | 0.65 | 337.14 | 0.14 | 0.3 |
| Hex | 58 | 43 | 4B | 0 | 18 | F | 41 | 151 | E | 1E |
| Octal | 130 | 103 | 113 | 0 | 30 | 17 | 101 | 521 | 16 | 36 |
| Binary | 1011000 | 1000011 | 1001011 | 0 | 11000 | 1111 | 1000001 | 101010001 | 1110 | 11110 |
Color Harmonies of #58434B
Complementary color
Monochromatic Colors of #58434B
Black with #58434B
Text Example
Text Example
White with #58434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58434B; }
p { color: rgb(88,67,75); }
H1.HeaderClassName
{
color: #58434B;
}
.AnyTagClassName
{
color: #58434B;
}
</style>
background-color css
<style>
a { background-color: #58434B; }
a { background-color: rgb(88,67,75); }
div.DivClassName
{
background-color: #58434B;
}
.BgClassName
{
background-color: #58434B;
}
</style>
border-color css
<style>
span { border-color: #58434B; }
span { border-color: rgb(88,67,75); }
td.TdClassName
{
border-color: #58434B;
}
.TagClassName
{
border-color: #58434B;
}
</style>