Shades of Purple Taupe #5A4559
Tints of Purple Taupe #5A4559
RGB
CMYK
RGB Variations
Color information
#5A4559 (or 0x5A4559) is known color: Purple Taupe. HEX triplet: 5A, 45 and 59. RGB value is (90,69,89). Sum of RGB (Red+Green+Blue) = 90+69+89=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4559 is #A5BAA6. Grayscale: #4D4D4D. Windows color (decimal): -10861223 or 5850458. OLE color: 5850458.
HSL color Cylindrical-coordinate representation of color #5A4559: hue angle of 302.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A4559 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 89 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.65 |
| HSL | 302.86º | 0.13% | 0.31% | - |
| HSV(B) | 302.86º | 0.23% | 0.35% | - |
| XYZ | 8.15 | 7.15 | 10.4 | - |
| YUV | 77.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 89 | 0 | 0.23 | 0.01 | 0.65 | 302.86 | 0.13 | 0.31 |
| Hex | 5A | 45 | 59 | 0 | 17 | 1 | 41 | 12F | D | 1F |
| Octal | 132 | 105 | 131 | 0 | 27 | 1 | 101 | 457 | 15 | 37 |
| Binary | 1011010 | 1000101 | 1011001 | 0 | 10111 | 1 | 1000001 | 100101111 | 1101 | 11111 |
Color Harmonies of #5A4559
Complementary color
Monochromatic Colors of #5A4559
Black with #5A4559
Text Example
Text Example
White with #5A4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4559; }
p { color: rgb(90,69,89); }
H1.HeaderClassName
{
color: #5A4559;
}
.AnyTagClassName
{
color: #5A4559;
}
</style>
background-color css
<style>
a { background-color: #5A4559; }
a { background-color: rgb(90,69,89); }
div.DivClassName
{
background-color: #5A4559;
}
.BgClassName
{
background-color: #5A4559;
}
</style>
border-color css
<style>
span { border-color: #5A4559; }
span { border-color: rgb(90,69,89); }
td.TdClassName
{
border-color: #5A4559;
}
.TagClassName
{
border-color: #5A4559;
}
</style>