Shades of Liver #583E4B
Tints of Liver #583E4B
RGB
CMYK
RGB Variations
Color information
#583E4B (or 0x583E4B) is known color: Liver. HEX triplet: 58, 3E and 4B. RGB value is (88,62,75). Sum of RGB (Red+Green+Blue) = 88+62+75=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #583E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583E4B is #A7C1B4. Grayscale: #474747. Windows color (decimal): -10994101 or 4931160. OLE color: 4931160.
HSL color Cylindrical-coordinate representation of color #583E4B: hue angle of 330º 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 #583E4B is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 75 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.65 |
| HSL | 330º | 0.17% | 0.29% | - |
| HSV(B) | 330º | 0.3% | 0.35% | - |
| XYZ | 7.02 | 6.03 | 7.45 | - |
| YUV | 71.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 75 | 0 | 0.30 | 0.15 | 0.65 | 330 | 0.17 | 0.29 |
| Hex | 58 | 3E | 4B | 0 | 1E | F | 41 | 14A | 11 | 1D |
| Octal | 130 | 76 | 113 | 0 | 36 | 17 | 101 | 512 | 21 | 35 |
| Binary | 1011000 | 111110 | 1001011 | 0 | 11110 | 1111 | 1000001 | 101001010 | 10001 | 11101 |
Color Harmonies of #583E4B
Complementary color
Monochromatic Colors of #583E4B
Black with #583E4B
Text Example
Text Example
White with #583E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E4B; }
p { color: rgb(88,62,75); }
H1.HeaderClassName
{
color: #583E4B;
}
.AnyTagClassName
{
color: #583E4B;
}
</style>
background-color css
<style>
a { background-color: #583E4B; }
a { background-color: rgb(88,62,75); }
div.DivClassName
{
background-color: #583E4B;
}
.BgClassName
{
background-color: #583E4B;
}
</style>
border-color css
<style>
span { border-color: #583E4B; }
span { border-color: rgb(88,62,75); }
td.TdClassName
{
border-color: #583E4B;
}
.TagClassName
{
border-color: #583E4B;
}
</style>