Shades of Purple Taupe #5B3950
Tints of Purple Taupe #5B3950
RGB
CMYK
RGB Variations
Color information
#5B3950 (or 0x5B3950) is known color: Purple Taupe. HEX triplet: 5B, 39 and 50. RGB value is (91,57,80). Sum of RGB (Red+Green+Blue) = 91+57+80=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3950 is #A4C6AF. Grayscale: #454545. Windows color (decimal): -10798768 or 5257563. OLE color: 5257563.
HSL color Cylindrical-coordinate representation of color #5B3950: hue angle of 319.41º 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 #5B3950 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 80 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.64 |
| HSL | 319.41º | 0.23% | 0.29% | - |
| HSV(B) | 319.41º | 0.37% | 0.36% | - |
| XYZ | 7.23 | 5.73 | 8.31 | - |
| YUV | 69.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 80 | 0 | 0.37 | 0.12 | 0.64 | 319.41 | 0.23 | 0.29 |
| Hex | 5B | 39 | 50 | 0 | 25 | C | 40 | 13F | 17 | 1D |
| Octal | 133 | 71 | 120 | 0 | 45 | 14 | 100 | 477 | 27 | 35 |
| Binary | 1011011 | 111001 | 1010000 | 0 | 100101 | 1100 | 1000000 | 100111111 | 10111 | 11101 |
Color Harmonies of #5B3950
Complementary color
Monochromatic Colors of #5B3950
Black with #5B3950
Text Example
Text Example
White with #5B3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3950; }
p { color: rgb(91,57,80); }
H1.HeaderClassName
{
color: #5B3950;
}
.AnyTagClassName
{
color: #5B3950;
}
</style>
background-color css
<style>
a { background-color: #5B3950; }
a { background-color: rgb(91,57,80); }
div.DivClassName
{
background-color: #5B3950;
}
.BgClassName
{
background-color: #5B3950;
}
</style>
border-color css
<style>
span { border-color: #5B3950; }
span { border-color: rgb(91,57,80); }
td.TdClassName
{
border-color: #5B3950;
}
.TagClassName
{
border-color: #5B3950;
}
</style>