Shades of Purple Taupe #5B3A55
Tints of Purple Taupe #5B3A55
RGB
CMYK
RGB Variations
Color information
#5B3A55 (or 0x5B3A55) is known color: Purple Taupe. HEX triplet: 5B, 3A and 55. RGB value is (91,58,85). Sum of RGB (Red+Green+Blue) = 91+58+85=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A55 is #A4C5AA. Grayscale: #464646. Windows color (decimal): -10798507 or 5585499. OLE color: 5585499.
HSL color Cylindrical-coordinate representation of color #5B3A55: hue angle of 310.91º 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 #5B3A55 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 85 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.64 |
| HSL | 310.91º | 0.22% | 0.29% | - |
| HSV(B) | 310.91º | 0.36% | 0.36% | - |
| XYZ | 7.47 | 5.91 | 9.34 | - |
| YUV | 70.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 85 | 0 | 0.36 | 0.07 | 0.64 | 310.91 | 0.22 | 0.29 |
| Hex | 5B | 3A | 55 | 0 | 24 | 7 | 40 | 137 | 16 | 1D |
| Octal | 133 | 72 | 125 | 0 | 44 | 7 | 100 | 467 | 26 | 35 |
| Binary | 1011011 | 111010 | 1010101 | 0 | 100100 | 111 | 1000000 | 100110111 | 10110 | 11101 |
Color Harmonies of #5B3A55
Complementary color
Monochromatic Colors of #5B3A55
Black with #5B3A55
Text Example
Text Example
White with #5B3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A55; }
p { color: rgb(91,58,85); }
H1.HeaderClassName
{
color: #5B3A55;
}
.AnyTagClassName
{
color: #5B3A55;
}
</style>
background-color css
<style>
a { background-color: #5B3A55; }
a { background-color: rgb(91,58,85); }
div.DivClassName
{
background-color: #5B3A55;
}
.BgClassName
{
background-color: #5B3A55;
}
</style>
border-color css
<style>
span { border-color: #5B3A55; }
span { border-color: rgb(91,58,85); }
td.TdClassName
{
border-color: #5B3A55;
}
.TagClassName
{
border-color: #5B3A55;
}
</style>