Shades of Purple Taupe #584C57
Tints of Purple Taupe #584C57
RGB
CMYK
RGB Variations
Color information
#584C57 (or 0x584C57) is known color: Purple Taupe. HEX triplet: 58, 4C and 57. RGB value is (88,76,87). Sum of RGB (Red+Green+Blue) = 88+76+87=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #584C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C57 is #A7B3A8. Grayscale: #505050. Windows color (decimal): -10990505 or 5721176. OLE color: 5721176.
HSL color Cylindrical-coordinate representation of color #584C57: hue angle of 305º 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 #584C57 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 87 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.65 |
| HSL | 305º | 0.07% | 0.32% | - |
| HSV(B) | 305º | 0.14% | 0.35% | - |
| XYZ | 8.33 | 7.93 | 10.11 | - |
| YUV | 80.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 87 | 0 | 0.14 | 0.01 | 0.65 | 305 | 0.07 | 0.32 |
| Hex | 58 | 4C | 57 | 0 | E | 1 | 41 | 131 | 7 | 20 |
| Octal | 130 | 114 | 127 | 0 | 16 | 1 | 101 | 461 | 7 | 40 |
| Binary | 1011000 | 1001100 | 1010111 | 0 | 1110 | 1 | 1000001 | 100110001 | 111 | 100000 |
Color Harmonies of #584C57
Complementary color
Monochromatic Colors of #584C57
Black with #584C57
Text Example
Text Example
White with #584C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C57; }
p { color: rgb(88,76,87); }
H1.HeaderClassName
{
color: #584C57;
}
.AnyTagClassName
{
color: #584C57;
}
</style>
background-color css
<style>
a { background-color: #584C57; }
a { background-color: rgb(88,76,87); }
div.DivClassName
{
background-color: #584C57;
}
.BgClassName
{
background-color: #584C57;
}
</style>
border-color css
<style>
span { border-color: #584C57; }
span { border-color: rgb(88,76,87); }
td.TdClassName
{
border-color: #584C57;
}
.TagClassName
{
border-color: #584C57;
}
</style>