Shades of Purple Taupe #5B3C55
Tints of Purple Taupe #5B3C55
RGB
CMYK
RGB Variations
Color information
#5B3C55 (or 0x5B3C55) is known color: Purple Taupe. HEX triplet: 5B, 3C and 55. RGB value is (91,60,85). Sum of RGB (Red+Green+Blue) = 91+60+85=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3C55 is #A4C3AA. Grayscale: #484848. Windows color (decimal): -10797995 or 5586011. OLE color: 5586011.
HSL color Cylindrical-coordinate representation of color #5B3C55: hue angle of 311.61º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B3C55 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 85 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.64 |
| HSL | 311.61º | 0.21% | 0.3% | - |
| HSV(B) | 311.61º | 0.34% | 0.36% | - |
| XYZ | 7.57 | 6.11 | 9.38 | - |
| YUV | 72.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 85 | 0 | 0.34 | 0.07 | 0.64 | 311.61 | 0.21 | 0.3 |
| Hex | 5B | 3C | 55 | 0 | 22 | 7 | 40 | 138 | 15 | 1E |
| Octal | 133 | 74 | 125 | 0 | 42 | 7 | 100 | 470 | 25 | 36 |
| Binary | 1011011 | 111100 | 1010101 | 0 | 100010 | 111 | 1000000 | 100111000 | 10101 | 11110 |
Color Harmonies of #5B3C55
Complementary color
Monochromatic Colors of #5B3C55
Black with #5B3C55
Text Example
Text Example
White with #5B3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C55; }
p { color: rgb(91,60,85); }
H1.HeaderClassName
{
color: #5B3C55;
}
.AnyTagClassName
{
color: #5B3C55;
}
</style>
background-color css
<style>
a { background-color: #5B3C55; }
a { background-color: rgb(91,60,85); }
div.DivClassName
{
background-color: #5B3C55;
}
.BgClassName
{
background-color: #5B3C55;
}
</style>
border-color css
<style>
span { border-color: #5B3C55; }
span { border-color: rgb(91,60,85); }
td.TdClassName
{
border-color: #5B3C55;
}
.TagClassName
{
border-color: #5B3C55;
}
</style>