Shades of Purple Taupe #5B3555
Tints of Purple Taupe #5B3555
RGB
CMYK
RGB Variations
Color information
#5B3555 (or 0x5B3555) is known color: Purple Taupe. HEX triplet: 5B, 35 and 55. RGB value is (91,53,85). Sum of RGB (Red+Green+Blue) = 91+53+85=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3555 is #A4CAAA. Grayscale: #434343. Windows color (decimal): -10799787 or 5584219. OLE color: 5584219.
HSL color Cylindrical-coordinate representation of color #5B3555: hue angle of 309.47º 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 #5B3555 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 85 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.64 |
| HSL | 309.47º | 0.26% | 0.28% | - |
| HSV(B) | 309.47º | 0.42% | 0.36% | - |
| XYZ | 7.23 | 5.43 | 9.26 | - |
| YUV | 68.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 85 | 0 | 0.42 | 0.07 | 0.64 | 309.47 | 0.26 | 0.28 |
| Hex | 5B | 35 | 55 | 0 | 2A | 7 | 40 | 135 | 1A | 1C |
| Octal | 133 | 65 | 125 | 0 | 52 | 7 | 100 | 465 | 32 | 34 |
| Binary | 1011011 | 110101 | 1010101 | 0 | 101010 | 111 | 1000000 | 100110101 | 11010 | 11100 |
Color Harmonies of #5B3555
Complementary color
Monochromatic Colors of #5B3555
Black with #5B3555
Text Example
Text Example
White with #5B3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3555; }
p { color: rgb(91,53,85); }
H1.HeaderClassName
{
color: #5B3555;
}
.AnyTagClassName
{
color: #5B3555;
}
</style>
background-color css
<style>
a { background-color: #5B3555; }
a { background-color: rgb(91,53,85); }
div.DivClassName
{
background-color: #5B3555;
}
.BgClassName
{
background-color: #5B3555;
}
</style>
border-color css
<style>
span { border-color: #5B3555; }
span { border-color: rgb(91,53,85); }
td.TdClassName
{
border-color: #5B3555;
}
.TagClassName
{
border-color: #5B3555;
}
</style>