Shades of Purple Taupe #584A54
Tints of Purple Taupe #584A54
RGB
CMYK
RGB Variations
Color information
#584A54 (or 0x584A54) is known color: Purple Taupe. HEX triplet: 58, 4A and 54. RGB value is (88,74,84). Sum of RGB (Red+Green+Blue) = 88+74+84=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #584A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A54 is #A7B5AB. Grayscale: #4F4F4F. Windows color (decimal): -10991020 or 5524056. OLE color: 5524056.
HSL color Cylindrical-coordinate representation of color #584A54: hue angle of 317.14º 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 #584A54 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 84 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.65 |
| HSL | 317.14º | 0.09% | 0.32% | - |
| HSV(B) | 317.14º | 0.16% | 0.35% | - |
| XYZ | 8.07 | 7.61 | 9.43 | - |
| YUV | 79.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 84 | 0 | 0.16 | 0.05 | 0.65 | 317.14 | 0.09 | 0.32 |
| Hex | 58 | 4A | 54 | 0 | 10 | 5 | 41 | 13D | 9 | 20 |
| Octal | 130 | 112 | 124 | 0 | 20 | 5 | 101 | 475 | 11 | 40 |
| Binary | 1011000 | 1001010 | 1010100 | 0 | 10000 | 101 | 1000001 | 100111101 | 1001 | 100000 |
Color Harmonies of #584A54
Complementary color
Monochromatic Colors of #584A54
Black with #584A54
Text Example
Text Example
White with #584A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A54; }
p { color: rgb(88,74,84); }
H1.HeaderClassName
{
color: #584A54;
}
.AnyTagClassName
{
color: #584A54;
}
</style>
background-color css
<style>
a { background-color: #584A54; }
a { background-color: rgb(88,74,84); }
div.DivClassName
{
background-color: #584A54;
}
.BgClassName
{
background-color: #584A54;
}
</style>
border-color css
<style>
span { border-color: #584A54; }
span { border-color: rgb(88,74,84); }
td.TdClassName
{
border-color: #584A54;
}
.TagClassName
{
border-color: #584A54;
}
</style>