Shades of Purple Taupe #5D495C
Tints of Purple Taupe #5D495C
RGB
CMYK
RGB Variations
Color information
#5D495C (or 0x5D495C) is known color: Purple Taupe. HEX triplet: 5D, 49 and 5C. RGB value is (93,73,92). Sum of RGB (Red+Green+Blue) = 93+73+92=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 93 - color contains mainly: red. Hex color #5D495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D495C is #A2B6A3. Grayscale: #515151. Windows color (decimal): -10663588 or 6048093. OLE color: 6048093.
HSL color Cylindrical-coordinate representation of color #5D495C: hue angle of 303º 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 #5D495C is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 92 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.64 |
| HSL | 303º | 0.12% | 0.33% | - |
| HSV(B) | 303º | 0.22% | 0.36% | - |
| XYZ | 8.83 | 7.86 | 11.18 | - |
| YUV | 81.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 92 | 0 | 0.22 | 0.01 | 0.64 | 303 | 0.12 | 0.33 |
| Hex | 5D | 49 | 5C | 0 | 16 | 1 | 40 | 12F | C | 21 |
| Octal | 135 | 111 | 134 | 0 | 26 | 1 | 100 | 457 | 14 | 41 |
| Binary | 1011101 | 1001001 | 1011100 | 0 | 10110 | 1 | 1000000 | 100101111 | 1100 | 100001 |
Color Harmonies of #5D495C
Complementary color
Monochromatic Colors of #5D495C
Black with #5D495C
Text Example
Text Example
White with #5D495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D495C; }
p { color: rgb(93,73,92); }
H1.HeaderClassName
{
color: #5D495C;
}
.AnyTagClassName
{
color: #5D495C;
}
</style>
background-color css
<style>
a { background-color: #5D495C; }
a { background-color: rgb(93,73,92); }
div.DivClassName
{
background-color: #5D495C;
}
.BgClassName
{
background-color: #5D495C;
}
</style>
border-color css
<style>
span { border-color: #5D495C; }
span { border-color: rgb(93,73,92); }
td.TdClassName
{
border-color: #5D495C;
}
.TagClassName
{
border-color: #5D495C;
}
</style>