Shades of Purple Taupe #584D57
Tints of Purple Taupe #584D57
RGB
CMYK
RGB Variations
Color information
#584D57 (or 0x584D57) is known color: Purple Taupe. HEX triplet: 58, 4D and 57. RGB value is (88,77,87). Sum of RGB (Red+Green+Blue) = 88+77+87=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #584D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D57 is #A7B2A8. Grayscale: #515151. Windows color (decimal): -10990249 or 5721432. OLE color: 5721432.
HSL color Cylindrical-coordinate representation of color #584D57: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584D57 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 87 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.65 |
| HSL | 305.45º | 0.07% | 0.32% | - |
| HSV(B) | 305.45º | 0.13% | 0.35% | - |
| XYZ | 8.4 | 8.07 | 10.13 | - |
| YUV | 81.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 87 | 0 | 0.12 | 0.01 | 0.65 | 305.45 | 0.07 | 0.32 |
| Hex | 58 | 4D | 57 | 0 | C | 1 | 41 | 131 | 7 | 20 |
| Octal | 130 | 115 | 127 | 0 | 14 | 1 | 101 | 461 | 7 | 40 |
| Binary | 1011000 | 1001101 | 1010111 | 0 | 1100 | 1 | 1000001 | 100110001 | 111 | 100000 |
Color Harmonies of #584D57
Complementary color
Monochromatic Colors of #584D57
Black with #584D57
Text Example
Text Example
White with #584D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D57; }
p { color: rgb(88,77,87); }
H1.HeaderClassName
{
color: #584D57;
}
.AnyTagClassName
{
color: #584D57;
}
</style>
background-color css
<style>
a { background-color: #584D57; }
a { background-color: rgb(88,77,87); }
div.DivClassName
{
background-color: #584D57;
}
.BgClassName
{
background-color: #584D57;
}
</style>
border-color css
<style>
span { border-color: #584D57; }
span { border-color: rgb(88,77,87); }
td.TdClassName
{
border-color: #584D57;
}
.TagClassName
{
border-color: #584D57;
}
</style>