Shades of Purple Taupe #5A3A59
Tints of Purple Taupe #5A3A59
RGB
CMYK
RGB Variations
Color information
#5A3A59 (or 0x5A3A59) is known color: Purple Taupe. HEX triplet: 5A, 3A and 59. RGB value is (90,58,89). Sum of RGB (Red+Green+Blue) = 90+58+89=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3A59 is #A5C5A6. Grayscale: #474747. Windows color (decimal): -10864039 or 5847642. OLE color: 5847642.
HSL color Cylindrical-coordinate representation of color #5A3A59: hue angle of 301.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3A59 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 89 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.65 |
| HSL | 301.88º | 0.22% | 0.29% | - |
| HSV(B) | 301.88º | 0.36% | 0.35% | - |
| XYZ | 7.53 | 5.92 | 10.2 | - |
| YUV | 71.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 89 | 0 | 0.36 | 0.01 | 0.65 | 301.88 | 0.22 | 0.29 |
| Hex | 5A | 3A | 59 | 0 | 24 | 1 | 41 | 12E | 16 | 1D |
| Octal | 132 | 72 | 131 | 0 | 44 | 1 | 101 | 456 | 26 | 35 |
| Binary | 1011010 | 111010 | 1011001 | 0 | 100100 | 1 | 1000001 | 100101110 | 10110 | 11101 |
Color Harmonies of #5A3A59
Complementary color
Monochromatic Colors of #5A3A59
Black with #5A3A59
Text Example
Text Example
White with #5A3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A59; }
p { color: rgb(90,58,89); }
H1.HeaderClassName
{
color: #5A3A59;
}
.AnyTagClassName
{
color: #5A3A59;
}
</style>
background-color css
<style>
a { background-color: #5A3A59; }
a { background-color: rgb(90,58,89); }
div.DivClassName
{
background-color: #5A3A59;
}
.BgClassName
{
background-color: #5A3A59;
}
</style>
border-color css
<style>
span { border-color: #5A3A59; }
span { border-color: rgb(90,58,89); }
td.TdClassName
{
border-color: #5A3A59;
}
.TagClassName
{
border-color: #5A3A59;
}
</style>