Shades of Purple Taupe #534F52
Tints of Purple Taupe #534F52
RGB
CMYK
RGB Variations
Color information
#534F52 (or 0x534F52) is known color: Purple Taupe. HEX triplet: 53, 4F and 52. RGB value is (83,79,82). Sum of RGB (Red+Green+Blue) = 83+79+82=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #534F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F52 is #ACB0AD. Grayscale: #505050. Windows color (decimal): -11317422 or 5394259. OLE color: 5394259.
HSL color Cylindrical-coordinate representation of color #534F52: hue angle of 315º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #534F52 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 82 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.67 |
| HSL | 315º | 0.02% | 0.32% | - |
| HSV(B) | 315º | 0.05% | 0.33% | - |
| XYZ | 7.89 | 8.04 | 9.12 | - |
| YUV | 80.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 82 | 0 | 0.05 | 0.01 | 0.67 | 315 | 0.02 | 0.32 |
| Hex | 53 | 4F | 52 | 0 | 5 | 1 | 43 | 13B | 2 | 20 |
| Octal | 123 | 117 | 122 | 0 | 5 | 1 | 103 | 473 | 2 | 40 |
| Binary | 1010011 | 1001111 | 1010010 | 0 | 101 | 1 | 1000011 | 100111011 | 10 | 100000 |
Color Harmonies of #534F52
Complementary color
Monochromatic Colors of #534F52
Black with #534F52
Text Example
Text Example
White with #534F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F52; }
p { color: rgb(83,79,82); }
H1.HeaderClassName
{
color: #534F52;
}
.AnyTagClassName
{
color: #534F52;
}
</style>
background-color css
<style>
a { background-color: #534F52; }
a { background-color: rgb(83,79,82); }
div.DivClassName
{
background-color: #534F52;
}
.BgClassName
{
background-color: #534F52;
}
</style>
border-color css
<style>
span { border-color: #534F52; }
span { border-color: rgb(83,79,82); }
td.TdClassName
{
border-color: #534F52;
}
.TagClassName
{
border-color: #534F52;
}
</style>