Shades of Purple Taupe #5A5459
Tints of Purple Taupe #5A5459
RGB
CMYK
RGB Variations
Color information
#5A5459 (or 0x5A5459) is known color: Purple Taupe. HEX triplet: 5A, 54 and 59. RGB value is (90,84,89). Sum of RGB (Red+Green+Blue) = 90+84+89=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5459 is #A5ABA6. Grayscale: #565656. Windows color (decimal): -10857383 or 5854298. OLE color: 5854298.
HSL color Cylindrical-coordinate representation of color #5A5459: hue angle of 310º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5459 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 89 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.65 |
| HSL | 310º | 0.03% | 0.34% | - |
| HSV(B) | 310º | 0.07% | 0.35% | - |
| XYZ | 9.19 | 9.24 | 10.75 | - |
| YUV | 86.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 89 | 0 | 0.07 | 0.01 | 0.65 | 310 | 0.03 | 0.34 |
| Hex | 5A | 54 | 59 | 0 | 7 | 1 | 41 | 136 | 3 | 22 |
| Octal | 132 | 124 | 131 | 0 | 7 | 1 | 101 | 466 | 3 | 42 |
| Binary | 1011010 | 1010100 | 1011001 | 0 | 111 | 1 | 1000001 | 100110110 | 11 | 100010 |
Color Harmonies of #5A5459
Complementary color
Monochromatic Colors of #5A5459
Black with #5A5459
Text Example
Text Example
White with #5A5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5459; }
p { color: rgb(90,84,89); }
H1.HeaderClassName
{
color: #5A5459;
}
.AnyTagClassName
{
color: #5A5459;
}
</style>
background-color css
<style>
a { background-color: #5A5459; }
a { background-color: rgb(90,84,89); }
div.DivClassName
{
background-color: #5A5459;
}
.BgClassName
{
background-color: #5A5459;
}
</style>
border-color css
<style>
span { border-color: #5A5459; }
span { border-color: rgb(90,84,89); }
td.TdClassName
{
border-color: #5A5459;
}
.TagClassName
{
border-color: #5A5459;
}
</style>