Shades of Purple Taupe #5A4759
Tints of Purple Taupe #5A4759
RGB
CMYK
RGB Variations
Color information
#5A4759 (or 0x5A4759) is known color: Purple Taupe. HEX triplet: 5A, 47 and 59. RGB value is (90,71,89). Sum of RGB (Red+Green+Blue) = 90+71+89=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4759 is #A5B8A6. Grayscale: #4E4E4E. Windows color (decimal): -10860711 or 5850970. OLE color: 5850970.
HSL color Cylindrical-coordinate representation of color #5A4759: hue angle of 303.16º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A4759 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 89 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.65 |
| HSL | 303.16º | 0.12% | 0.32% | - |
| HSV(B) | 303.16º | 0.21% | 0.35% | - |
| XYZ | 8.27 | 7.4 | 10.44 | - |
| YUV | 78.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 89 | 0 | 0.21 | 0.01 | 0.65 | 303.16 | 0.12 | 0.32 |
| Hex | 5A | 47 | 59 | 0 | 15 | 1 | 41 | 12F | C | 20 |
| Octal | 132 | 107 | 131 | 0 | 25 | 1 | 101 | 457 | 14 | 40 |
| Binary | 1011010 | 1000111 | 1011001 | 0 | 10101 | 1 | 1000001 | 100101111 | 1100 | 100000 |
Color Harmonies of #5A4759
Complementary color
Monochromatic Colors of #5A4759
Black with #5A4759
Text Example
Text Example
White with #5A4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4759; }
p { color: rgb(90,71,89); }
H1.HeaderClassName
{
color: #5A4759;
}
.AnyTagClassName
{
color: #5A4759;
}
</style>
background-color css
<style>
a { background-color: #5A4759; }
a { background-color: rgb(90,71,89); }
div.DivClassName
{
background-color: #5A4759;
}
.BgClassName
{
background-color: #5A4759;
}
</style>
border-color css
<style>
span { border-color: #5A4759; }
span { border-color: rgb(90,71,89); }
td.TdClassName
{
border-color: #5A4759;
}
.TagClassName
{
border-color: #5A4759;
}
</style>