Shades of Purple Taupe #584F56
Tints of Purple Taupe #584F56
RGB
CMYK
RGB Variations
Color information
#584F56 (or 0x584F56) is known color: Purple Taupe. HEX triplet: 58, 4F and 56. RGB value is (88,79,86). Sum of RGB (Red+Green+Blue) = 88+79+86=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #584F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F56 is #A7B0A9. Grayscale: #525252. Windows color (decimal): -10989738 or 5656408. OLE color: 5656408.
HSL color Cylindrical-coordinate representation of color #584F56: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #584F56 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 86 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.65 |
| HSL | 313.33º | 0.05% | 0.33% | - |
| HSV(B) | 313.33º | 0.1% | 0.35% | - |
| XYZ | 8.5 | 8.34 | 9.97 | - |
| YUV | 82.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 86 | 0 | 0.10 | 0.02 | 0.65 | 313.33 | 0.05 | 0.33 |
| Hex | 58 | 4F | 56 | 0 | A | 2 | 41 | 139 | 5 | 21 |
| Octal | 130 | 117 | 126 | 0 | 12 | 2 | 101 | 471 | 5 | 41 |
| Binary | 1011000 | 1001111 | 1010110 | 0 | 1010 | 10 | 1000001 | 100111001 | 101 | 100001 |
Color Harmonies of #584F56
Complementary color
Monochromatic Colors of #584F56
Black with #584F56
Text Example
Text Example
White with #584F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F56; }
p { color: rgb(88,79,86); }
H1.HeaderClassName
{
color: #584F56;
}
.AnyTagClassName
{
color: #584F56;
}
</style>
background-color css
<style>
a { background-color: #584F56; }
a { background-color: rgb(88,79,86); }
div.DivClassName
{
background-color: #584F56;
}
.BgClassName
{
background-color: #584F56;
}
</style>
border-color css
<style>
span { border-color: #584F56; }
span { border-color: rgb(88,79,86); }
td.TdClassName
{
border-color: #584F56;
}
.TagClassName
{
border-color: #584F56;
}
</style>