Shades of Purple Taupe #533C50
Tints of Purple Taupe #533C50
RGB
CMYK
RGB Variations
Color information
#533C50 (or 0x533C50) is known color: Purple Taupe. HEX triplet: 53, 3C and 50. RGB value is (83,60,80). Sum of RGB (Red+Green+Blue) = 83+60+80=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #533C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C50 is #ACC3AF. Grayscale: #454545. Windows color (decimal): -11322288 or 5258323. OLE color: 5258323.
HSL color Cylindrical-coordinate representation of color #533C50: hue angle of 307.83º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C50 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 80 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.67 |
| HSL | 307.83º | 0.16% | 0.28% | - |
| HSV(B) | 307.83º | 0.28% | 0.33% | - |
| XYZ | 6.63 | 5.65 | 8.33 | - |
| YUV | 69.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 80 | 0 | 0.28 | 0.04 | 0.67 | 307.83 | 0.16 | 0.28 |
| Hex | 53 | 3C | 50 | 0 | 1C | 4 | 43 | 134 | 10 | 1C |
| Octal | 123 | 74 | 120 | 0 | 34 | 4 | 103 | 464 | 20 | 34 |
| Binary | 1010011 | 111100 | 1010000 | 0 | 11100 | 100 | 1000011 | 100110100 | 10000 | 11100 |
Color Harmonies of #533C50
Complementary color
Monochromatic Colors of #533C50
Black with #533C50
Text Example
Text Example
White with #533C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C50; }
p { color: rgb(83,60,80); }
H1.HeaderClassName
{
color: #533C50;
}
.AnyTagClassName
{
color: #533C50;
}
</style>
background-color css
<style>
a { background-color: #533C50; }
a { background-color: rgb(83,60,80); }
div.DivClassName
{
background-color: #533C50;
}
.BgClassName
{
background-color: #533C50;
}
</style>
border-color css
<style>
span { border-color: #533C50; }
span { border-color: rgb(83,60,80); }
td.TdClassName
{
border-color: #533C50;
}
.TagClassName
{
border-color: #533C50;
}
</style>