Shades of Purple Taupe #584855
Tints of Purple Taupe #584855
RGB
CMYK
RGB Variations
Color information
#584855 (or 0x584855) is known color: Purple Taupe. HEX triplet: 58, 48 and 55. RGB value is (88,72,85). Sum of RGB (Red+Green+Blue) = 88+72+85=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #584855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584855 is #A7B7AA. Grayscale: #4E4E4E. Windows color (decimal): -10991531 or 5589080. OLE color: 5589080.
HSL color Cylindrical-coordinate representation of color #584855: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #584855 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 85 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.65 |
| HSL | 311.25º | 0.1% | 0.31% | - |
| HSV(B) | 311.25º | 0.18% | 0.35% | - |
| XYZ | 7.98 | 7.37 | 9.6 | - |
| YUV | 78.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 85 | 0 | 0.18 | 0.03 | 0.65 | 311.25 | 0.1 | 0.31 |
| Hex | 58 | 48 | 55 | 0 | 12 | 3 | 41 | 137 | A | 1F |
| Octal | 130 | 110 | 125 | 0 | 22 | 3 | 101 | 467 | 12 | 37 |
| Binary | 1011000 | 1001000 | 1010101 | 0 | 10010 | 11 | 1000001 | 100110111 | 1010 | 11111 |
Color Harmonies of #584855
Complementary color
Monochromatic Colors of #584855
Black with #584855
Text Example
Text Example
White with #584855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584855; }
p { color: rgb(88,72,85); }
H1.HeaderClassName
{
color: #584855;
}
.AnyTagClassName
{
color: #584855;
}
</style>
background-color css
<style>
a { background-color: #584855; }
a { background-color: rgb(88,72,85); }
div.DivClassName
{
background-color: #584855;
}
.BgClassName
{
background-color: #584855;
}
</style>
border-color css
<style>
span { border-color: #584855; }
span { border-color: rgb(88,72,85); }
td.TdClassName
{
border-color: #584855;
}
.TagClassName
{
border-color: #584855;
}
</style>