Shades of Purple Taupe #5B3650
Tints of Purple Taupe #5B3650
RGB
CMYK
RGB Variations
Color information
#5B3650 (or 0x5B3650) is known color: Purple Taupe. HEX triplet: 5B, 36 and 50. RGB value is (91,54,80). Sum of RGB (Red+Green+Blue) = 91+54+80=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3650 is #A4C9AF. Grayscale: #434343. Windows color (decimal): -10799536 or 5256795. OLE color: 5256795.
HSL color Cylindrical-coordinate representation of color #5B3650: hue angle of 317.84º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B3650 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 80 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.64 |
| HSL | 317.84º | 0.26% | 0.28% | - |
| HSV(B) | 317.84º | 0.41% | 0.36% | - |
| XYZ | 7.08 | 5.44 | 8.27 | - |
| YUV | 68.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 80 | 0 | 0.41 | 0.12 | 0.64 | 317.84 | 0.26 | 0.28 |
| Hex | 5B | 36 | 50 | 0 | 29 | C | 40 | 13E | 1A | 1C |
| Octal | 133 | 66 | 120 | 0 | 51 | 14 | 100 | 476 | 32 | 34 |
| Binary | 1011011 | 110110 | 1010000 | 0 | 101001 | 1100 | 1000000 | 100111110 | 11010 | 11100 |
Color Harmonies of #5B3650
Complementary color
Monochromatic Colors of #5B3650
Black with #5B3650
Text Example
Text Example
White with #5B3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3650; }
p { color: rgb(91,54,80); }
H1.HeaderClassName
{
color: #5B3650;
}
.AnyTagClassName
{
color: #5B3650;
}
</style>
background-color css
<style>
a { background-color: #5B3650; }
a { background-color: rgb(91,54,80); }
div.DivClassName
{
background-color: #5B3650;
}
.BgClassName
{
background-color: #5B3650;
}
</style>
border-color css
<style>
span { border-color: #5B3650; }
span { border-color: rgb(91,54,80); }
td.TdClassName
{
border-color: #5B3650;
}
.TagClassName
{
border-color: #5B3650;
}
</style>