Shades of Purple Taupe #584A57
Tints of Purple Taupe #584A57
RGB
CMYK
RGB Variations
Color information
#584A57 (or 0x584A57) is known color: Purple Taupe. HEX triplet: 58, 4A and 57. RGB value is (88,74,87). Sum of RGB (Red+Green+Blue) = 88+74+87=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #584A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A57 is #A7B5A8. Grayscale: #4F4F4F. Windows color (decimal): -10991017 or 5720664. OLE color: 5720664.
HSL color Cylindrical-coordinate representation of color #584A57: hue angle of 304.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584A57 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 87 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.65 |
| HSL | 304.29º | 0.09% | 0.32% | - |
| HSV(B) | 304.29º | 0.16% | 0.35% | - |
| XYZ | 8.19 | 7.66 | 10.06 | - |
| YUV | 79.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 87 | 0 | 0.16 | 0.01 | 0.65 | 304.29 | 0.09 | 0.32 |
| Hex | 58 | 4A | 57 | 0 | 10 | 1 | 41 | 130 | 9 | 20 |
| Octal | 130 | 112 | 127 | 0 | 20 | 1 | 101 | 460 | 11 | 40 |
| Binary | 1011000 | 1001010 | 1010111 | 0 | 10000 | 1 | 1000001 | 100110000 | 1001 | 100000 |
Color Harmonies of #584A57
Complementary color
Monochromatic Colors of #584A57
Black with #584A57
Text Example
Text Example
White with #584A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A57; }
p { color: rgb(88,74,87); }
H1.HeaderClassName
{
color: #584A57;
}
.AnyTagClassName
{
color: #584A57;
}
</style>
background-color css
<style>
a { background-color: #584A57; }
a { background-color: rgb(88,74,87); }
div.DivClassName
{
background-color: #584A57;
}
.BgClassName
{
background-color: #584A57;
}
</style>
border-color css
<style>
span { border-color: #584A57; }
span { border-color: rgb(88,74,87); }
td.TdClassName
{
border-color: #584A57;
}
.TagClassName
{
border-color: #584A57;
}
</style>