Shades of Purple Taupe #584554
Tints of Purple Taupe #584554
RGB
CMYK
RGB Variations
Color information
#584554 (or 0x584554) is known color: Purple Taupe. HEX triplet: 58, 45 and 54. RGB value is (88,69,84). Sum of RGB (Red+Green+Blue) = 88+69+84=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #584554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584554 is #A7BAAB. Grayscale: #4C4C4C. Windows color (decimal): -10992300 or 5522776. OLE color: 5522776.
HSL color Cylindrical-coordinate representation of color #584554: hue angle of 312.63º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #584554 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 84 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.65 |
| HSL | 312.63º | 0.12% | 0.31% | - |
| HSV(B) | 312.63º | 0.22% | 0.35% | - |
| XYZ | 7.75 | 6.97 | 9.32 | - |
| YUV | 76.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 84 | 0 | 0.22 | 0.05 | 0.65 | 312.63 | 0.12 | 0.31 |
| Hex | 58 | 45 | 54 | 0 | 16 | 5 | 41 | 139 | C | 1F |
| Octal | 130 | 105 | 124 | 0 | 26 | 5 | 101 | 471 | 14 | 37 |
| Binary | 1011000 | 1000101 | 1010100 | 0 | 10110 | 101 | 1000001 | 100111001 | 1100 | 11111 |
Color Harmonies of #584554
Complementary color
Monochromatic Colors of #584554
Black with #584554
Text Example
Text Example
White with #584554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584554; }
p { color: rgb(88,69,84); }
H1.HeaderClassName
{
color: #584554;
}
.AnyTagClassName
{
color: #584554;
}
</style>
background-color css
<style>
a { background-color: #584554; }
a { background-color: rgb(88,69,84); }
div.DivClassName
{
background-color: #584554;
}
.BgClassName
{
background-color: #584554;
}
</style>
border-color css
<style>
span { border-color: #584554; }
span { border-color: rgb(88,69,84); }
td.TdClassName
{
border-color: #584554;
}
.TagClassName
{
border-color: #584554;
}
</style>