Shades of Purple Taupe #5B3A59
Tints of Purple Taupe #5B3A59
RGB
CMYK
RGB Variations
Color information
#5B3A59 (or 0x5B3A59) is known color: Purple Taupe. HEX triplet: 5B, 3A and 59. RGB value is (91,58,89). Sum of RGB (Red+Green+Blue) = 91+58+89=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A59 is #A4C5A6. Grayscale: #474747. Windows color (decimal): -10798503 or 5847643. OLE color: 5847643.
HSL color Cylindrical-coordinate representation of color #5B3A59: hue angle of 303.64º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B3A59 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 89 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.64 |
| HSL | 303.64º | 0.22% | 0.29% | - |
| HSV(B) | 303.64º | 0.36% | 0.36% | - |
| XYZ | 7.63 | 5.97 | 10.2 | - |
| YUV | 71.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 89 | 0 | 0.36 | 0.02 | 0.64 | 303.64 | 0.22 | 0.29 |
| Hex | 5B | 3A | 59 | 0 | 24 | 2 | 40 | 130 | 16 | 1D |
| Octal | 133 | 72 | 131 | 0 | 44 | 2 | 100 | 460 | 26 | 35 |
| Binary | 1011011 | 111010 | 1011001 | 0 | 100100 | 10 | 1000000 | 100110000 | 10110 | 11101 |
Color Harmonies of #5B3A59
Complementary color
Monochromatic Colors of #5B3A59
Black with #5B3A59
Text Example
Text Example
White with #5B3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A59; }
p { color: rgb(91,58,89); }
H1.HeaderClassName
{
color: #5B3A59;
}
.AnyTagClassName
{
color: #5B3A59;
}
</style>
background-color css
<style>
a { background-color: #5B3A59; }
a { background-color: rgb(91,58,89); }
div.DivClassName
{
background-color: #5B3A59;
}
.BgClassName
{
background-color: #5B3A59;
}
</style>
border-color css
<style>
span { border-color: #5B3A59; }
span { border-color: rgb(91,58,89); }
td.TdClassName
{
border-color: #5B3A59;
}
.TagClassName
{
border-color: #5B3A59;
}
</style>