Shades of Purple Taupe #5B3A56
Tints of Purple Taupe #5B3A56
RGB
CMYK
RGB Variations
Color information
#5B3A56 (or 0x5B3A56) is known color: Purple Taupe. HEX triplet: 5B, 3A and 56. RGB value is (91,58,86). Sum of RGB (Red+Green+Blue) = 91+58+86=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A56 is #A4C5A9. Grayscale: #464646. Windows color (decimal): -10798506 or 5651035. OLE color: 5651035.
HSL color Cylindrical-coordinate representation of color #5B3A56: hue angle of 309.09º 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 #5B3A56 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 86 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.64 |
| HSL | 309.09º | 0.22% | 0.29% | - |
| HSV(B) | 309.09º | 0.36% | 0.36% | - |
| XYZ | 7.51 | 5.92 | 9.55 | - |
| YUV | 71.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 86 | 0 | 0.36 | 0.05 | 0.64 | 309.09 | 0.22 | 0.29 |
| Hex | 5B | 3A | 56 | 0 | 24 | 5 | 40 | 135 | 16 | 1D |
| Octal | 133 | 72 | 126 | 0 | 44 | 5 | 100 | 465 | 26 | 35 |
| Binary | 1011011 | 111010 | 1010110 | 0 | 100100 | 101 | 1000000 | 100110101 | 10110 | 11101 |
Color Harmonies of #5B3A56
Complementary color
Monochromatic Colors of #5B3A56
Black with #5B3A56
Text Example
Text Example
White with #5B3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A56; }
p { color: rgb(91,58,86); }
H1.HeaderClassName
{
color: #5B3A56;
}
.AnyTagClassName
{
color: #5B3A56;
}
</style>
background-color css
<style>
a { background-color: #5B3A56; }
a { background-color: rgb(91,58,86); }
div.DivClassName
{
background-color: #5B3A56;
}
.BgClassName
{
background-color: #5B3A56;
}
</style>
border-color css
<style>
span { border-color: #5B3A56; }
span { border-color: rgb(91,58,86); }
td.TdClassName
{
border-color: #5B3A56;
}
.TagClassName
{
border-color: #5B3A56;
}
</style>