Shades of Purple Taupe #5A3A57
Tints of Purple Taupe #5A3A57
RGB
CMYK
RGB Variations
Color information
#5A3A57 (or 0x5A3A57) is known color: Purple Taupe. HEX triplet: 5A, 3A and 57. RGB value is (90,58,87). Sum of RGB (Red+Green+Blue) = 90+58+87=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3A57 is #A5C5A8. Grayscale: #464646. Windows color (decimal): -10864041 or 5716570. OLE color: 5716570.
HSL color Cylindrical-coordinate representation of color #5A3A57: hue angle of 305.62º 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 #5A3A57 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 87 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.65 |
| HSL | 305.63º | 0.22% | 0.29% | - |
| HSV(B) | 305.63º | 0.36% | 0.35% | - |
| XYZ | 7.45 | 5.89 | 9.76 | - |
| YUV | 70.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 87 | 0 | 0.36 | 0.03 | 0.65 | 305.63 | 0.22 | 0.29 |
| Hex | 5A | 3A | 57 | 0 | 24 | 3 | 41 | 132 | 16 | 1D |
| Octal | 132 | 72 | 127 | 0 | 44 | 3 | 101 | 462 | 26 | 35 |
| Binary | 1011010 | 111010 | 1010111 | 0 | 100100 | 11 | 1000001 | 100110010 | 10110 | 11101 |
Color Harmonies of #5A3A57
Complementary color
Monochromatic Colors of #5A3A57
Black with #5A3A57
Text Example
Text Example
White with #5A3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A57; }
p { color: rgb(90,58,87); }
H1.HeaderClassName
{
color: #5A3A57;
}
.AnyTagClassName
{
color: #5A3A57;
}
</style>
background-color css
<style>
a { background-color: #5A3A57; }
a { background-color: rgb(90,58,87); }
div.DivClassName
{
background-color: #5A3A57;
}
.BgClassName
{
background-color: #5A3A57;
}
</style>
border-color css
<style>
span { border-color: #5A3A57; }
span { border-color: rgb(90,58,87); }
td.TdClassName
{
border-color: #5A3A57;
}
.TagClassName
{
border-color: #5A3A57;
}
</style>