Shades of Purple Taupe #5A5359
Tints of Purple Taupe #5A5359
RGB
CMYK
RGB Variations
Color information
#5A5359 (or 0x5A5359) is known color: Purple Taupe. HEX triplet: 5A, 53 and 59. RGB value is (90,83,89). Sum of RGB (Red+Green+Blue) = 90+83+89=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5359 is #A5ACA6. Grayscale: #555555. Windows color (decimal): -10857639 or 5854042. OLE color: 5854042.
HSL color Cylindrical-coordinate representation of color #5A5359: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A5359 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 89 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.65 |
| HSL | 308.57º | 0.04% | 0.34% | - |
| HSV(B) | 308.57º | 0.08% | 0.35% | - |
| XYZ | 9.11 | 9.08 | 10.72 | - |
| YUV | 85.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 89 | 0 | 0.08 | 0.01 | 0.65 | 308.57 | 0.04 | 0.34 |
| Hex | 5A | 53 | 59 | 0 | 8 | 1 | 41 | 135 | 4 | 22 |
| Octal | 132 | 123 | 131 | 0 | 10 | 1 | 101 | 465 | 4 | 42 |
| Binary | 1011010 | 1010011 | 1011001 | 0 | 1000 | 1 | 1000001 | 100110101 | 100 | 100010 |
Color Harmonies of #5A5359
Complementary color
Monochromatic Colors of #5A5359
Black with #5A5359
Text Example
Text Example
White with #5A5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5359; }
p { color: rgb(90,83,89); }
H1.HeaderClassName
{
color: #5A5359;
}
.AnyTagClassName
{
color: #5A5359;
}
</style>
background-color css
<style>
a { background-color: #5A5359; }
a { background-color: rgb(90,83,89); }
div.DivClassName
{
background-color: #5A5359;
}
.BgClassName
{
background-color: #5A5359;
}
</style>
border-color css
<style>
span { border-color: #5A5359; }
span { border-color: rgb(90,83,89); }
td.TdClassName
{
border-color: #5A5359;
}
.TagClassName
{
border-color: #5A5359;
}
</style>