Shades of Purple Taupe #534D52
Tints of Purple Taupe #534D52
RGB
CMYK
RGB Variations
Color information
#534D52 (or 0x534D52) is known color: Purple Taupe. HEX triplet: 53, 4D and 52. RGB value is (83,77,82). Sum of RGB (Red+Green+Blue) = 83+77+82=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #534D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D52 is #ACB2AD. Grayscale: #4F4F4F. Windows color (decimal): -11317934 or 5393747. OLE color: 5393747.
HSL color Cylindrical-coordinate representation of color #534D52: hue angle of 310º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534D52 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 82 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.67 |
| HSL | 310º | 0.04% | 0.31% | - |
| HSV(B) | 310º | 0.07% | 0.33% | - |
| XYZ | 7.74 | 7.76 | 9.07 | - |
| YUV | 79.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 82 | 0 | 0.07 | 0.01 | 0.67 | 310 | 0.04 | 0.31 |
| Hex | 53 | 4D | 52 | 0 | 7 | 1 | 43 | 136 | 4 | 1F |
| Octal | 123 | 115 | 122 | 0 | 7 | 1 | 103 | 466 | 4 | 37 |
| Binary | 1010011 | 1001101 | 1010010 | 0 | 111 | 1 | 1000011 | 100110110 | 100 | 11111 |
Color Harmonies of #534D52
Complementary color
Monochromatic Colors of #534D52
Black with #534D52
Text Example
Text Example
White with #534D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D52; }
p { color: rgb(83,77,82); }
H1.HeaderClassName
{
color: #534D52;
}
.AnyTagClassName
{
color: #534D52;
}
</style>
background-color css
<style>
a { background-color: #534D52; }
a { background-color: rgb(83,77,82); }
div.DivClassName
{
background-color: #534D52;
}
.BgClassName
{
background-color: #534D52;
}
</style>
border-color css
<style>
span { border-color: #534D52; }
span { border-color: rgb(83,77,82); }
td.TdClassName
{
border-color: #534D52;
}
.TagClassName
{
border-color: #534D52;
}
</style>