Shades of Purple Taupe #5D505B
Tints of Purple Taupe #5D505B
RGB
CMYK
RGB Variations
Color information
#5D505B (or 0x5D505B) is known color: Purple Taupe. HEX triplet: 5D, 50 and 5B. RGB value is (93,80,91). Sum of RGB (Red+Green+Blue) = 93+80+91=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 93 - color contains mainly: red. Hex color #5D505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D505B is #A2AFA4. Grayscale: #555555. Windows color (decimal): -10661797 or 5984349. OLE color: 5984349.
HSL color Cylindrical-coordinate representation of color #5D505B: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D505B is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 91 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.64 |
| HSL | 309.23º | 0.08% | 0.34% | - |
| HSV(B) | 309.23º | 0.14% | 0.36% | - |
| XYZ | 9.27 | 8.82 | 11.11 | - |
| YUV | 85.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 91 | 0 | 0.14 | 0.02 | 0.64 | 309.23 | 0.08 | 0.34 |
| Hex | 5D | 50 | 5B | 0 | E | 2 | 40 | 135 | 8 | 22 |
| Octal | 135 | 120 | 133 | 0 | 16 | 2 | 100 | 465 | 10 | 42 |
| Binary | 1011101 | 1010000 | 1011011 | 0 | 1110 | 10 | 1000000 | 100110101 | 1000 | 100010 |
Color Harmonies of #5D505B
Complementary color
Monochromatic Colors of #5D505B
Black with #5D505B
Text Example
Text Example
White with #5D505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D505B; }
p { color: rgb(93,80,91); }
H1.HeaderClassName
{
color: #5D505B;
}
.AnyTagClassName
{
color: #5D505B;
}
</style>
background-color css
<style>
a { background-color: #5D505B; }
a { background-color: rgb(93,80,91); }
div.DivClassName
{
background-color: #5D505B;
}
.BgClassName
{
background-color: #5D505B;
}
</style>
border-color css
<style>
span { border-color: #5D505B; }
span { border-color: rgb(93,80,91); }
td.TdClassName
{
border-color: #5D505B;
}
.TagClassName
{
border-color: #5D505B;
}
</style>