Shades of Purple Taupe #583B55
Tints of Purple Taupe #583B55
RGB
CMYK
RGB Variations
Color information
#583B55 (or 0x583B55) is known color: Purple Taupe. HEX triplet: 58, 3B and 55. RGB value is (88,59,85). Sum of RGB (Red+Green+Blue) = 88+59+85=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #583B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583B55 is #A7C4AA. Grayscale: #464646. Windows color (decimal): -10994859 or 5585752. OLE color: 5585752.
HSL color Cylindrical-coordinate representation of color #583B55: hue angle of 306.21º 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 #583B55 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 85 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.65 |
| HSL | 306.21º | 0.2% | 0.29% | - |
| HSV(B) | 306.21º | 0.33% | 0.35% | - |
| XYZ | 7.23 | 5.86 | 9.34 | - |
| YUV | 70.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 85 | 0 | 0.33 | 0.03 | 0.65 | 306.21 | 0.2 | 0.29 |
| Hex | 58 | 3B | 55 | 0 | 21 | 3 | 41 | 132 | 14 | 1D |
| Octal | 130 | 73 | 125 | 0 | 41 | 3 | 101 | 462 | 24 | 35 |
| Binary | 1011000 | 111011 | 1010101 | 0 | 100001 | 11 | 1000001 | 100110010 | 10100 | 11101 |
Color Harmonies of #583B55
Complementary color
Monochromatic Colors of #583B55
Black with #583B55
Text Example
Text Example
White with #583B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B55; }
p { color: rgb(88,59,85); }
H1.HeaderClassName
{
color: #583B55;
}
.AnyTagClassName
{
color: #583B55;
}
</style>
background-color css
<style>
a { background-color: #583B55; }
a { background-color: rgb(88,59,85); }
div.DivClassName
{
background-color: #583B55;
}
.BgClassName
{
background-color: #583B55;
}
</style>
border-color css
<style>
span { border-color: #583B55; }
span { border-color: rgb(88,59,85); }
td.TdClassName
{
border-color: #583B55;
}
.TagClassName
{
border-color: #583B55;
}
</style>