Shades of Purple Taupe #583C56
Tints of Purple Taupe #583C56
RGB
CMYK
RGB Variations
Color information
#583C56 (or 0x583C56) is known color: Purple Taupe. HEX triplet: 58, 3C and 56. RGB value is (88,60,86). Sum of RGB (Red+Green+Blue) = 88+60+86=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #583C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583C56 is #A7C3A9. Grayscale: #474747. Windows color (decimal): -10994602 or 5651544. OLE color: 5651544.
HSL color Cylindrical-coordinate representation of color #583C56: hue angle of 304.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #583C56 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 86 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.65 |
| HSL | 304.29º | 0.19% | 0.29% | - |
| HSV(B) | 304.29º | 0.32% | 0.35% | - |
| XYZ | 7.32 | 5.98 | 9.57 | - |
| YUV | 71.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 86 | 0 | 0.32 | 0.02 | 0.65 | 304.29 | 0.19 | 0.29 |
| Hex | 58 | 3C | 56 | 0 | 20 | 2 | 41 | 130 | 13 | 1D |
| Octal | 130 | 74 | 126 | 0 | 40 | 2 | 101 | 460 | 23 | 35 |
| Binary | 1011000 | 111100 | 1010110 | 0 | 100000 | 10 | 1000001 | 100110000 | 10011 | 11101 |
Color Harmonies of #583C56
Complementary color
Monochromatic Colors of #583C56
Black with #583C56
Text Example
Text Example
White with #583C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C56; }
p { color: rgb(88,60,86); }
H1.HeaderClassName
{
color: #583C56;
}
.AnyTagClassName
{
color: #583C56;
}
</style>
background-color css
<style>
a { background-color: #583C56; }
a { background-color: rgb(88,60,86); }
div.DivClassName
{
background-color: #583C56;
}
.BgClassName
{
background-color: #583C56;
}
</style>
border-color css
<style>
span { border-color: #583C56; }
span { border-color: rgb(88,60,86); }
td.TdClassName
{
border-color: #583C56;
}
.TagClassName
{
border-color: #583C56;
}
</style>