Shades of Purple Taupe #523550
Tints of Purple Taupe #523550
RGB
CMYK
RGB Variations
Color information
#523550 (or 0x523550) is known color: Purple Taupe. HEX triplet: 52, 35 and 50. RGB value is (82,53,80). Sum of RGB (Red+Green+Blue) = 82+53+80=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #523550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523550 is #ADCAAF. Grayscale: #404040. Windows color (decimal): -11389616 or 5256530. OLE color: 5256530.
HSL color Cylindrical-coordinate representation of color #523550: hue angle of 304.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523550 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 53 | 80 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.68 |
| HSL | 304.14º | 0.21% | 0.26% | - |
| HSV(B) | 304.14º | 0.35% | 0.32% | - |
| XYZ | 6.2 | 4.92 | 8.21 | - |
| YUV | 64.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 80 | 0 | 0.35 | 0.02 | 0.68 | 304.14 | 0.21 | 0.26 |
| Hex | 52 | 35 | 50 | 0 | 23 | 2 | 44 | 130 | 15 | 1A |
| Octal | 122 | 65 | 120 | 0 | 43 | 2 | 104 | 460 | 25 | 32 |
| Binary | 1010010 | 110101 | 1010000 | 0 | 100011 | 10 | 1000100 | 100110000 | 10101 | 11010 |
Color Harmonies of #523550
Complementary color
Monochromatic Colors of #523550
Black with #523550
Text Example
Text Example
White with #523550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523550; }
p { color: rgb(82,53,80); }
H1.HeaderClassName
{
color: #523550;
}
.AnyTagClassName
{
color: #523550;
}
</style>
background-color css
<style>
a { background-color: #523550; }
a { background-color: rgb(82,53,80); }
div.DivClassName
{
background-color: #523550;
}
.BgClassName
{
background-color: #523550;
}
</style>
border-color css
<style>
span { border-color: #523550; }
span { border-color: rgb(82,53,80); }
td.TdClassName
{
border-color: #523550;
}
.TagClassName
{
border-color: #523550;
}
</style>