Shades of Purple Taupe #524550
Tints of Purple Taupe #524550
RGB
CMYK
RGB Variations
Color information
#524550 (or 0x524550) is known color: Purple Taupe. HEX triplet: 52, 45 and 50. RGB value is (82,69,80). Sum of RGB (Red+Green+Blue) = 82+69+80=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524550 is #ADBAAF. Grayscale: #4A4A4A. Windows color (decimal): -11385520 or 5260626. OLE color: 5260626.
HSL color Cylindrical-coordinate representation of color #524550: hue angle of 309.23º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524550 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 80 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.68 |
| HSL | 309.23º | 0.09% | 0.3% | - |
| HSV(B) | 309.23º | 0.16% | 0.32% | - |
| XYZ | 7.06 | 6.63 | 8.5 | - |
| YUV | 74.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 80 | 0 | 0.16 | 0.02 | 0.68 | 309.23 | 0.09 | 0.3 |
| Hex | 52 | 45 | 50 | 0 | 10 | 2 | 44 | 135 | 9 | 1E |
| Octal | 122 | 105 | 120 | 0 | 20 | 2 | 104 | 465 | 11 | 36 |
| Binary | 1010010 | 1000101 | 1010000 | 0 | 10000 | 10 | 1000100 | 100110101 | 1001 | 11110 |
Color Harmonies of #524550
Complementary color
Monochromatic Colors of #524550
Black with #524550
Text Example
Text Example
White with #524550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524550; }
p { color: rgb(82,69,80); }
H1.HeaderClassName
{
color: #524550;
}
.AnyTagClassName
{
color: #524550;
}
</style>
background-color css
<style>
a { background-color: #524550; }
a { background-color: rgb(82,69,80); }
div.DivClassName
{
background-color: #524550;
}
.BgClassName
{
background-color: #524550;
}
</style>
border-color css
<style>
span { border-color: #524550; }
span { border-color: rgb(82,69,80); }
td.TdClassName
{
border-color: #524550;
}
.TagClassName
{
border-color: #524550;
}
</style>