Shades of Purple Taupe #5B4554
Tints of Purple Taupe #5B4554
RGB
CMYK
RGB Variations
Color information
#5B4554 (or 0x5B4554) is known color: Purple Taupe. HEX triplet: 5B, 45 and 54. RGB value is (91,69,84). Sum of RGB (Red+Green+Blue) = 91+69+84=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4554 is #A4BAAB. Grayscale: #4D4D4D. Windows color (decimal): -10795692 or 5522779. OLE color: 5522779.
HSL color Cylindrical-coordinate representation of color #5B4554: hue angle of 319.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B4554 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 84 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.64 |
| HSL | 319.09º | 0.14% | 0.31% | - |
| HSV(B) | 319.09º | 0.24% | 0.36% | - |
| XYZ | 8.04 | 7.12 | 9.34 | - |
| YUV | 77.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 84 | 0 | 0.24 | 0.08 | 0.64 | 319.09 | 0.14 | 0.31 |
| Hex | 5B | 45 | 54 | 0 | 18 | 8 | 40 | 13F | E | 1F |
| Octal | 133 | 105 | 124 | 0 | 30 | 10 | 100 | 477 | 16 | 37 |
| Binary | 1011011 | 1000101 | 1010100 | 0 | 11000 | 1000 | 1000000 | 100111111 | 1110 | 11111 |
Color Harmonies of #5B4554
Complementary color
Monochromatic Colors of #5B4554
Black with #5B4554
Text Example
Text Example
White with #5B4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4554; }
p { color: rgb(91,69,84); }
H1.HeaderClassName
{
color: #5B4554;
}
.AnyTagClassName
{
color: #5B4554;
}
</style>
background-color css
<style>
a { background-color: #5B4554; }
a { background-color: rgb(91,69,84); }
div.DivClassName
{
background-color: #5B4554;
}
.BgClassName
{
background-color: #5B4554;
}
</style>
border-color css
<style>
span { border-color: #5B4554; }
span { border-color: rgb(91,69,84); }
td.TdClassName
{
border-color: #5B4554;
}
.TagClassName
{
border-color: #5B4554;
}
</style>