Shades of Liver #583B4B
Tints of Liver #583B4B
RGB
CMYK
RGB Variations
Color information
#583B4B (or 0x583B4B) is known color: Liver. HEX triplet: 58, 3B and 4B. RGB value is (88,59,75). Sum of RGB (Red+Green+Blue) = 88+59+75=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #583B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583B4B is #A7C4B4. Grayscale: #454545. Windows color (decimal): -10994869 or 4930392. OLE color: 4930392.
HSL color Cylindrical-coordinate representation of color #583B4B: hue angle of 326.9º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #583B4B is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 75 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.65 |
| HSL | 326.9º | 0.2% | 0.29% | - |
| HSV(B) | 326.9º | 0.33% | 0.35% | - |
| XYZ | 6.86 | 5.71 | 7.4 | - |
| YUV | 69.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 75 | 0 | 0.33 | 0.15 | 0.65 | 326.9 | 0.2 | 0.29 |
| Hex | 58 | 3B | 4B | 0 | 21 | F | 41 | 147 | 14 | 1D |
| Octal | 130 | 73 | 113 | 0 | 41 | 17 | 101 | 507 | 24 | 35 |
| Binary | 1011000 | 111011 | 1001011 | 0 | 100001 | 1111 | 1000001 | 101000111 | 10100 | 11101 |
Color Harmonies of #583B4B
Complementary color
Monochromatic Colors of #583B4B
Black with #583B4B
Text Example
Text Example
White with #583B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B4B; }
p { color: rgb(88,59,75); }
H1.HeaderClassName
{
color: #583B4B;
}
.AnyTagClassName
{
color: #583B4B;
}
</style>
background-color css
<style>
a { background-color: #583B4B; }
a { background-color: rgb(88,59,75); }
div.DivClassName
{
background-color: #583B4B;
}
.BgClassName
{
background-color: #583B4B;
}
</style>
border-color css
<style>
span { border-color: #583B4B; }
span { border-color: rgb(88,59,75); }
td.TdClassName
{
border-color: #583B4B;
}
.TagClassName
{
border-color: #583B4B;
}
</style>