Shades of Purple Taupe #5A4B59
Tints of Purple Taupe #5A4B59
RGB
CMYK
RGB Variations
Color information
#5A4B59 (or 0x5A4B59) is known color: Purple Taupe. HEX triplet: 5A, 4B and 59. RGB value is (90,75,89). Sum of RGB (Red+Green+Blue) = 90+75+89=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4B59 is #A5B4A6. Grayscale: #515151. Windows color (decimal): -10859687 or 5851994. OLE color: 5851994.
HSL color Cylindrical-coordinate representation of color #5A4B59: hue angle of 304º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A4B59 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 89 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.65 |
| HSL | 304º | 0.09% | 0.32% | - |
| HSV(B) | 304º | 0.17% | 0.35% | - |
| XYZ | 8.54 | 7.93 | 10.53 | - |
| YUV | 81.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 89 | 0 | 0.17 | 0.01 | 0.65 | 304 | 0.09 | 0.32 |
| Hex | 5A | 4B | 59 | 0 | 11 | 1 | 41 | 130 | 9 | 20 |
| Octal | 132 | 113 | 131 | 0 | 21 | 1 | 101 | 460 | 11 | 40 |
| Binary | 1011010 | 1001011 | 1011001 | 0 | 10001 | 1 | 1000001 | 100110000 | 1001 | 100000 |
Color Harmonies of #5A4B59
Complementary color
Monochromatic Colors of #5A4B59
Black with #5A4B59
Text Example
Text Example
White with #5A4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B59; }
p { color: rgb(90,75,89); }
H1.HeaderClassName
{
color: #5A4B59;
}
.AnyTagClassName
{
color: #5A4B59;
}
</style>
background-color css
<style>
a { background-color: #5A4B59; }
a { background-color: rgb(90,75,89); }
div.DivClassName
{
background-color: #5A4B59;
}
.BgClassName
{
background-color: #5A4B59;
}
</style>
border-color css
<style>
span { border-color: #5A4B59; }
span { border-color: rgb(90,75,89); }
td.TdClassName
{
border-color: #5A4B59;
}
.TagClassName
{
border-color: #5A4B59;
}
</style>