Shades of Purple Taupe #5D495B
Tints of Purple Taupe #5D495B
RGB
CMYK
RGB Variations
Color information
#5D495B (or 0x5D495B) is known color: Purple Taupe. HEX triplet: 5D, 49 and 5B. RGB value is (93,73,91). Sum of RGB (Red+Green+Blue) = 93+73+91=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 93 - color contains mainly: red. Hex color #5D495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D495B is #A2B6A4. Grayscale: #505050. Windows color (decimal): -10663589 or 5982557. OLE color: 5982557.
HSL color Cylindrical-coordinate representation of color #5D495B: hue angle of 306º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D495B is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 91 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.64 |
| HSL | 306º | 0.12% | 0.33% | - |
| HSV(B) | 306º | 0.22% | 0.36% | - |
| XYZ | 8.79 | 7.85 | 10.95 | - |
| YUV | 81.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 91 | 0 | 0.22 | 0.02 | 0.64 | 306 | 0.12 | 0.33 |
| Hex | 5D | 49 | 5B | 0 | 16 | 2 | 40 | 132 | C | 21 |
| Octal | 135 | 111 | 133 | 0 | 26 | 2 | 100 | 462 | 14 | 41 |
| Binary | 1011101 | 1001001 | 1011011 | 0 | 10110 | 10 | 1000000 | 100110010 | 1100 | 100001 |
Color Harmonies of #5D495B
Complementary color
Monochromatic Colors of #5D495B
Black with #5D495B
Text Example
Text Example
White with #5D495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D495B; }
p { color: rgb(93,73,91); }
H1.HeaderClassName
{
color: #5D495B;
}
.AnyTagClassName
{
color: #5D495B;
}
</style>
background-color css
<style>
a { background-color: #5D495B; }
a { background-color: rgb(93,73,91); }
div.DivClassName
{
background-color: #5D495B;
}
.BgClassName
{
background-color: #5D495B;
}
</style>
border-color css
<style>
span { border-color: #5D495B; }
span { border-color: rgb(93,73,91); }
td.TdClassName
{
border-color: #5D495B;
}
.TagClassName
{
border-color: #5D495B;
}
</style>