Shades of Purple Taupe #584C56
Tints of Purple Taupe #584C56
RGB
CMYK
RGB Variations
Color information
#584C56 (or 0x584C56) is known color: Purple Taupe. HEX triplet: 58, 4C and 56. RGB value is (88,76,86). Sum of RGB (Red+Green+Blue) = 88+76+86=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #584C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C56 is #A7B3A9. Grayscale: #505050. Windows color (decimal): -10990506 or 5655640. OLE color: 5655640.
HSL color Cylindrical-coordinate representation of color #584C56: hue angle of 310º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #584C56 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 86 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.65 |
| HSL | 310º | 0.07% | 0.32% | - |
| HSV(B) | 310º | 0.14% | 0.35% | - |
| XYZ | 8.29 | 7.92 | 9.9 | - |
| YUV | 80.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 86 | 0 | 0.14 | 0.02 | 0.65 | 310 | 0.07 | 0.32 |
| Hex | 58 | 4C | 56 | 0 | E | 2 | 41 | 136 | 7 | 20 |
| Octal | 130 | 114 | 126 | 0 | 16 | 2 | 101 | 466 | 7 | 40 |
| Binary | 1011000 | 1001100 | 1010110 | 0 | 1110 | 10 | 1000001 | 100110110 | 111 | 100000 |
Color Harmonies of #584C56
Complementary color
Monochromatic Colors of #584C56
Black with #584C56
Text Example
Text Example
White with #584C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C56; }
p { color: rgb(88,76,86); }
H1.HeaderClassName
{
color: #584C56;
}
.AnyTagClassName
{
color: #584C56;
}
</style>
background-color css
<style>
a { background-color: #584C56; }
a { background-color: rgb(88,76,86); }
div.DivClassName
{
background-color: #584C56;
}
.BgClassName
{
background-color: #584C56;
}
</style>
border-color css
<style>
span { border-color: #584C56; }
span { border-color: rgb(88,76,86); }
td.TdClassName
{
border-color: #584C56;
}
.TagClassName
{
border-color: #584C56;
}
</style>