Shades of Purple Taupe #5B3956
Tints of Purple Taupe #5B3956
RGB
CMYK
RGB Variations
Color information
#5B3956 (or 0x5B3956) is known color: Purple Taupe. HEX triplet: 5B, 39 and 56. RGB value is (91,57,86). Sum of RGB (Red+Green+Blue) = 91+57+86=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3956 is #A4C6A9. Grayscale: #464646. Windows color (decimal): -10798762 or 5650779. OLE color: 5650779.
HSL color Cylindrical-coordinate representation of color #5B3956: hue angle of 308.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B3956 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 86 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.64 |
| HSL | 308.82º | 0.23% | 0.29% | - |
| HSV(B) | 308.82º | 0.37% | 0.36% | - |
| XYZ | 7.46 | 5.82 | 9.53 | - |
| YUV | 70.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 86 | 0 | 0.37 | 0.05 | 0.64 | 308.82 | 0.23 | 0.29 |
| Hex | 5B | 39 | 56 | 0 | 25 | 5 | 40 | 135 | 17 | 1D |
| Octal | 133 | 71 | 126 | 0 | 45 | 5 | 100 | 465 | 27 | 35 |
| Binary | 1011011 | 111001 | 1010110 | 0 | 100101 | 101 | 1000000 | 100110101 | 10111 | 11101 |
Color Harmonies of #5B3956
Complementary color
Monochromatic Colors of #5B3956
Black with #5B3956
Text Example
Text Example
White with #5B3956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3956; }
p { color: rgb(91,57,86); }
H1.HeaderClassName
{
color: #5B3956;
}
.AnyTagClassName
{
color: #5B3956;
}
</style>
background-color css
<style>
a { background-color: #5B3956; }
a { background-color: rgb(91,57,86); }
div.DivClassName
{
background-color: #5B3956;
}
.BgClassName
{
background-color: #5B3956;
}
</style>
border-color css
<style>
span { border-color: #5B3956; }
span { border-color: rgb(91,57,86); }
td.TdClassName
{
border-color: #5B3956;
}
.TagClassName
{
border-color: #5B3956;
}
</style>