Shades of Liver #583D4D
Tints of Liver #583D4D
RGB
CMYK
RGB Variations
Color information
#583D4D (or 0x583D4D) is known color: Liver. HEX triplet: 58, 3D and 4D. RGB value is (88,61,77). Sum of RGB (Red+Green+Blue) = 88+61+77=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #583D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583D4D is #A7C2B2. Grayscale: #464646. Windows color (decimal): -10994355 or 5061976. OLE color: 5061976.
HSL color Cylindrical-coordinate representation of color #583D4D: hue angle of 324.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #583D4D is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 61 | 77 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.65 |
| HSL | 324.44º | 0.18% | 0.29% | - |
| HSV(B) | 324.44º | 0.31% | 0.35% | - |
| XYZ | 7.03 | 5.95 | 7.8 | - |
| YUV | 70.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 77 | 0 | 0.31 | 0.12 | 0.65 | 324.44 | 0.18 | 0.29 |
| Hex | 58 | 3D | 4D | 0 | 1F | C | 41 | 144 | 12 | 1D |
| Octal | 130 | 75 | 115 | 0 | 37 | 14 | 101 | 504 | 22 | 35 |
| Binary | 1011000 | 111101 | 1001101 | 0 | 11111 | 1100 | 1000001 | 101000100 | 10010 | 11101 |
Color Harmonies of #583D4D
Complementary color
Monochromatic Colors of #583D4D
Black with #583D4D
Text Example
Text Example
White with #583D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583D4D; }
p { color: rgb(88,61,77); }
H1.HeaderClassName
{
color: #583D4D;
}
.AnyTagClassName
{
color: #583D4D;
}
</style>
background-color css
<style>
a { background-color: #583D4D; }
a { background-color: rgb(88,61,77); }
div.DivClassName
{
background-color: #583D4D;
}
.BgClassName
{
background-color: #583D4D;
}
</style>
border-color css
<style>
span { border-color: #583D4D; }
span { border-color: rgb(88,61,77); }
td.TdClassName
{
border-color: #583D4D;
}
.TagClassName
{
border-color: #583D4D;
}
</style>