Shades of Purple Taupe #5A3455
Tints of Purple Taupe #5A3455
RGB
CMYK
RGB Variations
Color information
#5A3455 (or 0x5A3455) is known color: Purple Taupe. HEX triplet: 5A, 34 and 55. RGB value is (90,52,85). Sum of RGB (Red+Green+Blue) = 90+52+85=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3455 is #A5CBAA. Grayscale: #434343. Windows color (decimal): -10865579 or 5583962. OLE color: 5583962.
HSL color Cylindrical-coordinate representation of color #5A3455: hue angle of 307.89º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3455 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 85 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.65 |
| HSL | 307.89º | 0.27% | 0.28% | - |
| HSV(B) | 307.89º | 0.42% | 0.35% | - |
| XYZ | 7.08 | 5.29 | 9.24 | - |
| YUV | 67.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 85 | 0 | 0.42 | 0.06 | 0.65 | 307.89 | 0.27 | 0.28 |
| Hex | 5A | 34 | 55 | 0 | 2A | 6 | 41 | 134 | 1B | 1C |
| Octal | 132 | 64 | 125 | 0 | 52 | 6 | 101 | 464 | 33 | 34 |
| Binary | 1011010 | 110100 | 1010101 | 0 | 101010 | 110 | 1000001 | 100110100 | 11011 | 11100 |
Color Harmonies of #5A3455
Complementary color
Monochromatic Colors of #5A3455
Black with #5A3455
Text Example
Text Example
White with #5A3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3455; }
p { color: rgb(90,52,85); }
H1.HeaderClassName
{
color: #5A3455;
}
.AnyTagClassName
{
color: #5A3455;
}
</style>
background-color css
<style>
a { background-color: #5A3455; }
a { background-color: rgb(90,52,85); }
div.DivClassName
{
background-color: #5A3455;
}
.BgClassName
{
background-color: #5A3455;
}
</style>
border-color css
<style>
span { border-color: #5A3455; }
span { border-color: rgb(90,52,85); }
td.TdClassName
{
border-color: #5A3455;
}
.TagClassName
{
border-color: #5A3455;
}
</style>