Shades of Purple Taupe #523D50
Tints of Purple Taupe #523D50
RGB
CMYK
RGB Variations
Color information
#523D50 (or 0x523D50) is known color: Purple Taupe. HEX triplet: 52, 3D and 50. RGB value is (82,61,80). Sum of RGB (Red+Green+Blue) = 82+61+80=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #523D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D50 is #ADC2AF. Grayscale: #454545. Windows color (decimal): -11387568 or 5258578. OLE color: 5258578.
HSL color Cylindrical-coordinate representation of color #523D50: hue angle of 305.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D50 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 80 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.68 |
| HSL | 305.71º | 0.15% | 0.28% | - |
| HSV(B) | 305.71º | 0.26% | 0.32% | - |
| XYZ | 6.6 | 5.71 | 8.34 | - |
| YUV | 69.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 80 | 0 | 0.26 | 0.02 | 0.68 | 305.71 | 0.15 | 0.28 |
| Hex | 52 | 3D | 50 | 0 | 1A | 2 | 44 | 132 | F | 1C |
| Octal | 122 | 75 | 120 | 0 | 32 | 2 | 104 | 462 | 17 | 34 |
| Binary | 1010010 | 111101 | 1010000 | 0 | 11010 | 10 | 1000100 | 100110010 | 1111 | 11100 |
Color Harmonies of #523D50
Complementary color
Monochromatic Colors of #523D50
Black with #523D50
Text Example
Text Example
White with #523D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D50; }
p { color: rgb(82,61,80); }
H1.HeaderClassName
{
color: #523D50;
}
.AnyTagClassName
{
color: #523D50;
}
</style>
background-color css
<style>
a { background-color: #523D50; }
a { background-color: rgb(82,61,80); }
div.DivClassName
{
background-color: #523D50;
}
.BgClassName
{
background-color: #523D50;
}
</style>
border-color css
<style>
span { border-color: #523D50; }
span { border-color: rgb(82,61,80); }
td.TdClassName
{
border-color: #523D50;
}
.TagClassName
{
border-color: #523D50;
}
</style>