Shades of Purple Taupe #5A4659
Tints of Purple Taupe #5A4659
RGB
CMYK
RGB Variations
Color information
#5A4659 (or 0x5A4659) is known color: Purple Taupe. HEX triplet: 5A, 46 and 59. RGB value is (90,70,89). Sum of RGB (Red+Green+Blue) = 90+70+89=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4659 is #A5B9A6. Grayscale: #4E4E4E. Windows color (decimal): -10860967 or 5850714. OLE color: 5850714.
HSL color Cylindrical-coordinate representation of color #5A4659: hue angle of 303º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A4659 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 89 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.65 |
| HSL | 303º | 0.13% | 0.31% | - |
| HSV(B) | 303º | 0.22% | 0.35% | - |
| XYZ | 8.21 | 7.28 | 10.42 | - |
| YUV | 78.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 89 | 0 | 0.22 | 0.01 | 0.65 | 303 | 0.13 | 0.31 |
| Hex | 5A | 46 | 59 | 0 | 16 | 1 | 41 | 12F | C | 1F |
| Octal | 132 | 106 | 131 | 0 | 26 | 1 | 101 | 457 | 14 | 37 |
| Binary | 1011010 | 1000110 | 1011001 | 0 | 10110 | 1 | 1000001 | 100101111 | 1100 | 11111 |
Color Harmonies of #5A4659
Complementary color
Monochromatic Colors of #5A4659
Black with #5A4659
Text Example
Text Example
White with #5A4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4659; }
p { color: rgb(90,70,89); }
H1.HeaderClassName
{
color: #5A4659;
}
.AnyTagClassName
{
color: #5A4659;
}
</style>
background-color css
<style>
a { background-color: #5A4659; }
a { background-color: rgb(90,70,89); }
div.DivClassName
{
background-color: #5A4659;
}
.BgClassName
{
background-color: #5A4659;
}
</style>
border-color css
<style>
span { border-color: #5A4659; }
span { border-color: rgb(90,70,89); }
td.TdClassName
{
border-color: #5A4659;
}
.TagClassName
{
border-color: #5A4659;
}
</style>