Shades of Purple Taupe #523E50
Tints of Purple Taupe #523E50
RGB
CMYK
RGB Variations
Color information
#523E50 (or 0x523E50) is known color: Purple Taupe. HEX triplet: 52, 3E and 50. RGB value is (82,62,80). Sum of RGB (Red+Green+Blue) = 82+62+80=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #523E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E50 is #ADC1AF. Grayscale: #454545. Windows color (decimal): -11387312 or 5258834. OLE color: 5258834.
HSL color Cylindrical-coordinate representation of color #523E50: hue angle of 306º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #523E50 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 80 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.68 |
| HSL | 306º | 0.14% | 0.28% | - |
| HSV(B) | 306º | 0.24% | 0.32% | - |
| XYZ | 6.65 | 5.82 | 8.36 | - |
| YUV | 70.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 80 | 0 | 0.24 | 0.02 | 0.68 | 306 | 0.14 | 0.28 |
| Hex | 52 | 3E | 50 | 0 | 18 | 2 | 44 | 132 | E | 1C |
| Octal | 122 | 76 | 120 | 0 | 30 | 2 | 104 | 462 | 16 | 34 |
| Binary | 1010010 | 111110 | 1010000 | 0 | 11000 | 10 | 1000100 | 100110010 | 1110 | 11100 |
Color Harmonies of #523E50
Complementary color
Monochromatic Colors of #523E50
Black with #523E50
Text Example
Text Example
White with #523E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E50; }
p { color: rgb(82,62,80); }
H1.HeaderClassName
{
color: #523E50;
}
.AnyTagClassName
{
color: #523E50;
}
</style>
background-color css
<style>
a { background-color: #523E50; }
a { background-color: rgb(82,62,80); }
div.DivClassName
{
background-color: #523E50;
}
.BgClassName
{
background-color: #523E50;
}
</style>
border-color css
<style>
span { border-color: #523E50; }
span { border-color: rgb(82,62,80); }
td.TdClassName
{
border-color: #523E50;
}
.TagClassName
{
border-color: #523E50;
}
</style>