Shades of Purple Taupe #523D51
Tints of Purple Taupe #523D51
RGB
CMYK
RGB Variations
Color information
#523D51 (or 0x523D51) is known color: Purple Taupe. HEX triplet: 52, 3D and 51. RGB value is (82,61,81). Sum of RGB (Red+Green+Blue) = 82+61+81=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #523D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D51 is #ADC2AE. Grayscale: #454545. Windows color (decimal): -11387567 or 5324114. OLE color: 5324114.
HSL color Cylindrical-coordinate representation of color #523D51: hue angle of 302.86º 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 #523D51 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 81 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.68 |
| HSL | 302.86º | 0.15% | 0.28% | - |
| HSV(B) | 302.86º | 0.26% | 0.32% | - |
| XYZ | 6.63 | 5.73 | 8.54 | - |
| YUV | 69.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 81 | 0 | 0.26 | 0.01 | 0.68 | 302.86 | 0.15 | 0.28 |
| Hex | 52 | 3D | 51 | 0 | 1A | 1 | 44 | 12F | F | 1C |
| Octal | 122 | 75 | 121 | 0 | 32 | 1 | 104 | 457 | 17 | 34 |
| Binary | 1010010 | 111101 | 1010001 | 0 | 11010 | 1 | 1000100 | 100101111 | 1111 | 11100 |
Color Harmonies of #523D51
Complementary color
Monochromatic Colors of #523D51
Black with #523D51
Text Example
Text Example
White with #523D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D51; }
p { color: rgb(82,61,81); }
H1.HeaderClassName
{
color: #523D51;
}
.AnyTagClassName
{
color: #523D51;
}
</style>
background-color css
<style>
a { background-color: #523D51; }
a { background-color: rgb(82,61,81); }
div.DivClassName
{
background-color: #523D51;
}
.BgClassName
{
background-color: #523D51;
}
</style>
border-color css
<style>
span { border-color: #523D51; }
span { border-color: rgb(82,61,81); }
td.TdClassName
{
border-color: #523D51;
}
.TagClassName
{
border-color: #523D51;
}
</style>