Shades of Purple Taupe #5B3554
Tints of Purple Taupe #5B3554
RGB
CMYK
RGB Variations
Color information
#5B3554 (or 0x5B3554) is known color: Purple Taupe. HEX triplet: 5B, 35 and 54. RGB value is (91,53,84). Sum of RGB (Red+Green+Blue) = 91+53+84=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3554 is #A4CAAB. Grayscale: #434343. Windows color (decimal): -10799788 or 5518683. OLE color: 5518683.
HSL color Cylindrical-coordinate representation of color #5B3554: hue angle of 311.05º 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 #5B3554 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 84 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.64 |
| HSL | 311.05º | 0.26% | 0.28% | - |
| HSV(B) | 311.05º | 0.42% | 0.36% | - |
| XYZ | 7.19 | 5.41 | 9.05 | - |
| YUV | 67.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 84 | 0 | 0.42 | 0.08 | 0.64 | 311.05 | 0.26 | 0.28 |
| Hex | 5B | 35 | 54 | 0 | 2A | 8 | 40 | 137 | 1A | 1C |
| Octal | 133 | 65 | 124 | 0 | 52 | 10 | 100 | 467 | 32 | 34 |
| Binary | 1011011 | 110101 | 1010100 | 0 | 101010 | 1000 | 1000000 | 100110111 | 11010 | 11100 |
Color Harmonies of #5B3554
Complementary color
Monochromatic Colors of #5B3554
Black with #5B3554
Text Example
Text Example
White with #5B3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3554; }
p { color: rgb(91,53,84); }
H1.HeaderClassName
{
color: #5B3554;
}
.AnyTagClassName
{
color: #5B3554;
}
</style>
background-color css
<style>
a { background-color: #5B3554; }
a { background-color: rgb(91,53,84); }
div.DivClassName
{
background-color: #5B3554;
}
.BgClassName
{
background-color: #5B3554;
}
</style>
border-color css
<style>
span { border-color: #5B3554; }
span { border-color: rgb(91,53,84); }
td.TdClassName
{
border-color: #5B3554;
}
.TagClassName
{
border-color: #5B3554;
}
</style>