Shades of Purple Taupe #534550
Tints of Purple Taupe #534550
RGB
CMYK
RGB Variations
Color information
#534550 (or 0x534550) is known color: Purple Taupe. HEX triplet: 53, 45 and 50. RGB value is (83,69,80). Sum of RGB (Red+Green+Blue) = 83+69+80=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534550 is #ACBAAF. Grayscale: #4A4A4A. Windows color (decimal): -11319984 or 5260627. OLE color: 5260627.
HSL color Cylindrical-coordinate representation of color #534550: hue angle of 312.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534550 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 80 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.67 |
| HSL | 312.86º | 0.09% | 0.3% | - |
| HSV(B) | 312.86º | 0.17% | 0.33% | - |
| XYZ | 7.14 | 6.67 | 8.5 | - |
| YUV | 74.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 80 | 0 | 0.17 | 0.04 | 0.67 | 312.86 | 0.09 | 0.3 |
| Hex | 53 | 45 | 50 | 0 | 11 | 4 | 43 | 139 | 9 | 1E |
| Octal | 123 | 105 | 120 | 0 | 21 | 4 | 103 | 471 | 11 | 36 |
| Binary | 1010011 | 1000101 | 1010000 | 0 | 10001 | 100 | 1000011 | 100111001 | 1001 | 11110 |
Color Harmonies of #534550
Complementary color
Monochromatic Colors of #534550
Black with #534550
Text Example
Text Example
White with #534550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534550; }
p { color: rgb(83,69,80); }
H1.HeaderClassName
{
color: #534550;
}
.AnyTagClassName
{
color: #534550;
}
</style>
background-color css
<style>
a { background-color: #534550; }
a { background-color: rgb(83,69,80); }
div.DivClassName
{
background-color: #534550;
}
.BgClassName
{
background-color: #534550;
}
</style>
border-color css
<style>
span { border-color: #534550; }
span { border-color: rgb(83,69,80); }
td.TdClassName
{
border-color: #534550;
}
.TagClassName
{
border-color: #534550;
}
</style>