Shades of Purple Taupe #5A3A56
Tints of Purple Taupe #5A3A56
RGB
CMYK
RGB Variations
Color information
#5A3A56 (or 0x5A3A56) is known color: Purple Taupe. HEX triplet: 5A, 3A and 56. RGB value is (90,58,86). Sum of RGB (Red+Green+Blue) = 90+58+86=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3A56 is #A5C5A9. Grayscale: #464646. Windows color (decimal): -10864042 or 5651034. OLE color: 5651034.
HSL color Cylindrical-coordinate representation of color #5A3A56: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3A56 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 86 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.65 |
| HSL | 307.5º | 0.22% | 0.29% | - |
| HSV(B) | 307.5º | 0.36% | 0.35% | - |
| XYZ | 7.41 | 5.87 | 9.55 | - |
| YUV | 70.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 86 | 0 | 0.36 | 0.04 | 0.65 | 307.5 | 0.22 | 0.29 |
| Hex | 5A | 3A | 56 | 0 | 24 | 4 | 41 | 134 | 16 | 1D |
| Octal | 132 | 72 | 126 | 0 | 44 | 4 | 101 | 464 | 26 | 35 |
| Binary | 1011010 | 111010 | 1010110 | 0 | 100100 | 100 | 1000001 | 100110100 | 10110 | 11101 |
Color Harmonies of #5A3A56
Complementary color
Monochromatic Colors of #5A3A56
Black with #5A3A56
Text Example
Text Example
White with #5A3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A56; }
p { color: rgb(90,58,86); }
H1.HeaderClassName
{
color: #5A3A56;
}
.AnyTagClassName
{
color: #5A3A56;
}
</style>
background-color css
<style>
a { background-color: #5A3A56; }
a { background-color: rgb(90,58,86); }
div.DivClassName
{
background-color: #5A3A56;
}
.BgClassName
{
background-color: #5A3A56;
}
</style>
border-color css
<style>
span { border-color: #5A3A56; }
span { border-color: rgb(90,58,86); }
td.TdClassName
{
border-color: #5A3A56;
}
.TagClassName
{
border-color: #5A3A56;
}
</style>