Shades of Purple Taupe #595458
Tints of Purple Taupe #595458
RGB
CMYK
RGB Variations
Color information
#595458 (or 0x595458) is known color: Purple Taupe. HEX triplet: 59, 54 and 58. RGB value is (89,84,88). Sum of RGB (Red+Green+Blue) = 89+84+88=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 89 - color contains mainly: red. Hex color #595458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595458 is #A6ABA7. Grayscale: #555555. Windows color (decimal): -10922920 or 5788761. OLE color: 5788761.
HSL color Cylindrical-coordinate representation of color #595458: hue angle of 312º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595458 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 88 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.65 |
| HSL | 312º | 0.03% | 0.34% | - |
| HSV(B) | 312º | 0.06% | 0.35% | - |
| XYZ | 9.05 | 9.17 | 10.53 | - |
| YUV | 85.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 88 | 0 | 0.06 | 0.01 | 0.65 | 312 | 0.03 | 0.34 |
| Hex | 59 | 54 | 58 | 0 | 6 | 1 | 41 | 138 | 3 | 22 |
| Octal | 131 | 124 | 130 | 0 | 6 | 1 | 101 | 470 | 3 | 42 |
| Binary | 1011001 | 1010100 | 1011000 | 0 | 110 | 1 | 1000001 | 100111000 | 11 | 100010 |
Color Harmonies of #595458
Complementary color
Monochromatic Colors of #595458
Black with #595458
Text Example
Text Example
White with #595458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595458; }
p { color: rgb(89,84,88); }
H1.HeaderClassName
{
color: #595458;
}
.AnyTagClassName
{
color: #595458;
}
</style>
background-color css
<style>
a { background-color: #595458; }
a { background-color: rgb(89,84,88); }
div.DivClassName
{
background-color: #595458;
}
.BgClassName
{
background-color: #595458;
}
</style>
border-color css
<style>
span { border-color: #595458; }
span { border-color: rgb(89,84,88); }
td.TdClassName
{
border-color: #595458;
}
.TagClassName
{
border-color: #595458;
}
</style>