Shades of Purple Taupe #5B3854
Tints of Purple Taupe #5B3854
RGB
CMYK
RGB Variations
Color information
#5B3854 (or 0x5B3854) is known color: Purple Taupe. HEX triplet: 5B, 38 and 54. RGB value is (91,56,84). Sum of RGB (Red+Green+Blue) = 91+56+84=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3854 is #A4C7AB. Grayscale: #454545. Windows color (decimal): -10799020 or 5519451. OLE color: 5519451.
HSL color Cylindrical-coordinate representation of color #5B3854: hue angle of 312º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B3854 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 84 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.64 |
| HSL | 312º | 0.24% | 0.29% | - |
| HSV(B) | 312º | 0.38% | 0.36% | - |
| XYZ | 7.33 | 5.69 | 9.1 | - |
| YUV | 69.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 84 | 0 | 0.38 | 0.08 | 0.64 | 312 | 0.24 | 0.29 |
| Hex | 5B | 38 | 54 | 0 | 26 | 8 | 40 | 138 | 18 | 1D |
| Octal | 133 | 70 | 124 | 0 | 46 | 10 | 100 | 470 | 30 | 35 |
| Binary | 1011011 | 111000 | 1010100 | 0 | 100110 | 1000 | 1000000 | 100111000 | 11000 | 11101 |
Color Harmonies of #5B3854
Complementary color
Monochromatic Colors of #5B3854
Black with #5B3854
Text Example
Text Example
White with #5B3854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3854; }
p { color: rgb(91,56,84); }
H1.HeaderClassName
{
color: #5B3854;
}
.AnyTagClassName
{
color: #5B3854;
}
</style>
background-color css
<style>
a { background-color: #5B3854; }
a { background-color: rgb(91,56,84); }
div.DivClassName
{
background-color: #5B3854;
}
.BgClassName
{
background-color: #5B3854;
}
</style>
border-color css
<style>
span { border-color: #5B3854; }
span { border-color: rgb(91,56,84); }
td.TdClassName
{
border-color: #5B3854;
}
.TagClassName
{
border-color: #5B3854;
}
</style>