Shades of Liver #583E4E
Tints of Liver #583E4E
RGB
CMYK
RGB Variations
Color information
#583E4E (or 0x583E4E) is known color: Liver. HEX triplet: 58, 3E and 4E. RGB value is (88,62,78). Sum of RGB (Red+Green+Blue) = 88+62+78=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #583E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583E4E is #A7C1B1. Grayscale: #474747. Windows color (decimal): -10994098 or 5127768. OLE color: 5127768.
HSL color Cylindrical-coordinate representation of color #583E4E: hue angle of 323.08º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #583E4E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 78 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.65 |
| HSL | 323.08º | 0.17% | 0.29% | - |
| HSV(B) | 323.08º | 0.3% | 0.35% | - |
| XYZ | 7.12 | 6.07 | 8 | - |
| YUV | 71.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 78 | 0 | 0.30 | 0.11 | 0.65 | 323.08 | 0.17 | 0.29 |
| Hex | 58 | 3E | 4E | 0 | 1E | B | 41 | 143 | 11 | 1D |
| Octal | 130 | 76 | 116 | 0 | 36 | 13 | 101 | 503 | 21 | 35 |
| Binary | 1011000 | 111110 | 1001110 | 0 | 11110 | 1011 | 1000001 | 101000011 | 10001 | 11101 |
Color Harmonies of #583E4E
Complementary color
Monochromatic Colors of #583E4E
Black with #583E4E
Text Example
Text Example
White with #583E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E4E; }
p { color: rgb(88,62,78); }
H1.HeaderClassName
{
color: #583E4E;
}
.AnyTagClassName
{
color: #583E4E;
}
</style>
background-color css
<style>
a { background-color: #583E4E; }
a { background-color: rgb(88,62,78); }
div.DivClassName
{
background-color: #583E4E;
}
.BgClassName
{
background-color: #583E4E;
}
</style>
border-color css
<style>
span { border-color: #583E4E; }
span { border-color: rgb(88,62,78); }
td.TdClassName
{
border-color: #583E4E;
}
.TagClassName
{
border-color: #583E4E;
}
</style>