Shades of Purple Taupe #5A3555
Tints of Purple Taupe #5A3555
RGB
CMYK
RGB Variations
Color information
#5A3555 (or 0x5A3555) is known color: Purple Taupe. HEX triplet: 5A, 35 and 55. RGB value is (90,53,85). Sum of RGB (Red+Green+Blue) = 90+53+85=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3555 is #A5CAAA. Grayscale: #434343. Windows color (decimal): -10865323 or 5584218. OLE color: 5584218.
HSL color Cylindrical-coordinate representation of color #5A3555: hue angle of 308.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3555 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 85 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.65 |
| HSL | 308.11º | 0.26% | 0.28% | - |
| HSV(B) | 308.11º | 0.41% | 0.35% | - |
| XYZ | 7.13 | 5.38 | 9.26 | - |
| YUV | 67.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 85 | 0 | 0.41 | 0.06 | 0.65 | 308.11 | 0.26 | 0.28 |
| Hex | 5A | 35 | 55 | 0 | 29 | 6 | 41 | 134 | 1A | 1C |
| Octal | 132 | 65 | 125 | 0 | 51 | 6 | 101 | 464 | 32 | 34 |
| Binary | 1011010 | 110101 | 1010101 | 0 | 101001 | 110 | 1000001 | 100110100 | 11010 | 11100 |
Color Harmonies of #5A3555
Complementary color
Monochromatic Colors of #5A3555
Black with #5A3555
Text Example
Text Example
White with #5A3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3555; }
p { color: rgb(90,53,85); }
H1.HeaderClassName
{
color: #5A3555;
}
.AnyTagClassName
{
color: #5A3555;
}
</style>
background-color css
<style>
a { background-color: #5A3555; }
a { background-color: rgb(90,53,85); }
div.DivClassName
{
background-color: #5A3555;
}
.BgClassName
{
background-color: #5A3555;
}
</style>
border-color css
<style>
span { border-color: #5A3555; }
span { border-color: rgb(90,53,85); }
td.TdClassName
{
border-color: #5A3555;
}
.TagClassName
{
border-color: #5A3555;
}
</style>