Shades of Purple Taupe #5A3B57
Tints of Purple Taupe #5A3B57
RGB
CMYK
RGB Variations
Color information
#5A3B57 (or 0x5A3B57) is known color: Purple Taupe. HEX triplet: 5A, 3B and 57. RGB value is (90,59,87). Sum of RGB (Red+Green+Blue) = 90+59+87=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3B57 is #A5C4A8. Grayscale: #474747. Windows color (decimal): -10863785 or 5716826. OLE color: 5716826.
HSL color Cylindrical-coordinate representation of color #5A3B57: hue angle of 305.81º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3B57 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 87 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.65 |
| HSL | 305.81º | 0.21% | 0.29% | - |
| HSV(B) | 305.81º | 0.34% | 0.35% | - |
| XYZ | 7.5 | 5.99 | 9.78 | - |
| YUV | 71.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 87 | 0 | 0.34 | 0.03 | 0.65 | 305.81 | 0.21 | 0.29 |
| Hex | 5A | 3B | 57 | 0 | 22 | 3 | 41 | 132 | 15 | 1D |
| Octal | 132 | 73 | 127 | 0 | 42 | 3 | 101 | 462 | 25 | 35 |
| Binary | 1011010 | 111011 | 1010111 | 0 | 100010 | 11 | 1000001 | 100110010 | 10101 | 11101 |
Color Harmonies of #5A3B57
Complementary color
Monochromatic Colors of #5A3B57
Black with #5A3B57
Text Example
Text Example
White with #5A3B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B57; }
p { color: rgb(90,59,87); }
H1.HeaderClassName
{
color: #5A3B57;
}
.AnyTagClassName
{
color: #5A3B57;
}
</style>
background-color css
<style>
a { background-color: #5A3B57; }
a { background-color: rgb(90,59,87); }
div.DivClassName
{
background-color: #5A3B57;
}
.BgClassName
{
background-color: #5A3B57;
}
</style>
border-color css
<style>
span { border-color: #5A3B57; }
span { border-color: rgb(90,59,87); }
td.TdClassName
{
border-color: #5A3B57;
}
.TagClassName
{
border-color: #5A3B57;
}
</style>