Shades of Purple Taupe #5B3552
Tints of Purple Taupe #5B3552
RGB
CMYK
RGB Variations
Color information
#5B3552 (or 0x5B3552) is known color: Purple Taupe. HEX triplet: 5B, 35 and 52. RGB value is (91,53,82). Sum of RGB (Red+Green+Blue) = 91+53+82=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3552 is #A4CAAD. Grayscale: #434343. Windows color (decimal): -10799790 or 5387611. OLE color: 5387611.
HSL color Cylindrical-coordinate representation of color #5B3552: hue angle of 314.21º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B3552 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 82 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.64 |
| HSL | 314.21º | 0.26% | 0.28% | - |
| HSV(B) | 314.21º | 0.42% | 0.36% | - |
| XYZ | 7.11 | 5.38 | 8.65 | - |
| YUV | 67.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 82 | 0 | 0.42 | 0.10 | 0.64 | 314.21 | 0.26 | 0.28 |
| Hex | 5B | 35 | 52 | 0 | 2A | A | 40 | 13A | 1A | 1C |
| Octal | 133 | 65 | 122 | 0 | 52 | 12 | 100 | 472 | 32 | 34 |
| Binary | 1011011 | 110101 | 1010010 | 0 | 101010 | 1010 | 1000000 | 100111010 | 11010 | 11100 |
Color Harmonies of #5B3552
Complementary color
Monochromatic Colors of #5B3552
Black with #5B3552
Text Example
Text Example
White with #5B3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3552; }
p { color: rgb(91,53,82); }
H1.HeaderClassName
{
color: #5B3552;
}
.AnyTagClassName
{
color: #5B3552;
}
</style>
background-color css
<style>
a { background-color: #5B3552; }
a { background-color: rgb(91,53,82); }
div.DivClassName
{
background-color: #5B3552;
}
.BgClassName
{
background-color: #5B3552;
}
</style>
border-color css
<style>
span { border-color: #5B3552; }
span { border-color: rgb(91,53,82); }
td.TdClassName
{
border-color: #5B3552;
}
.TagClassName
{
border-color: #5B3552;
}
</style>