Shades of Purple Taupe #584E57
Tints of Purple Taupe #584E57
RGB
CMYK
RGB Variations
Color information
#584E57 (or 0x584E57) is known color: Purple Taupe. HEX triplet: 58, 4E and 57. RGB value is (88,78,87). Sum of RGB (Red+Green+Blue) = 88+78+87=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #584E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E57 is #A7B1A8. Grayscale: #515151. Windows color (decimal): -10989993 or 5721688. OLE color: 5721688.
HSL color Cylindrical-coordinate representation of color #584E57: hue angle of 306º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #584E57 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 87 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.65 |
| HSL | 306º | 0.06% | 0.33% | - |
| HSV(B) | 306º | 0.11% | 0.35% | - |
| XYZ | 8.47 | 8.21 | 10.16 | - |
| YUV | 82.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 87 | 0 | 0.11 | 0.01 | 0.65 | 306 | 0.06 | 0.33 |
| Hex | 58 | 4E | 57 | 0 | B | 1 | 41 | 132 | 6 | 21 |
| Octal | 130 | 116 | 127 | 0 | 13 | 1 | 101 | 462 | 6 | 41 |
| Binary | 1011000 | 1001110 | 1010111 | 0 | 1011 | 1 | 1000001 | 100110010 | 110 | 100001 |
Color Harmonies of #584E57
Complementary color
Monochromatic Colors of #584E57
Black with #584E57
Text Example
Text Example
White with #584E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E57; }
p { color: rgb(88,78,87); }
H1.HeaderClassName
{
color: #584E57;
}
.AnyTagClassName
{
color: #584E57;
}
</style>
background-color css
<style>
a { background-color: #584E57; }
a { background-color: rgb(88,78,87); }
div.DivClassName
{
background-color: #584E57;
}
.BgClassName
{
background-color: #584E57;
}
</style>
border-color css
<style>
span { border-color: #584E57; }
span { border-color: rgb(88,78,87); }
td.TdClassName
{
border-color: #584E57;
}
.TagClassName
{
border-color: #584E57;
}
</style>