Shades of Purple Taupe #533B50
Tints of Purple Taupe #533B50
RGB
CMYK
RGB Variations
Color information
#533B50 (or 0x533B50) is known color: Purple Taupe. HEX triplet: 53, 3B and 50. RGB value is (83,59,80). Sum of RGB (Red+Green+Blue) = 83+59+80=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #533B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B50 is #ACC4AF. Grayscale: #444444. Windows color (decimal): -11322544 or 5258067. OLE color: 5258067.
HSL color Cylindrical-coordinate representation of color #533B50: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B50 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 80 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.67 |
| HSL | 307.5º | 0.17% | 0.28% | - |
| HSV(B) | 307.5º | 0.29% | 0.33% | - |
| XYZ | 6.58 | 5.55 | 8.31 | - |
| YUV | 68.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 80 | 0 | 0.29 | 0.04 | 0.67 | 307.5 | 0.17 | 0.28 |
| Hex | 53 | 3B | 50 | 0 | 1D | 4 | 43 | 134 | 11 | 1C |
| Octal | 123 | 73 | 120 | 0 | 35 | 4 | 103 | 464 | 21 | 34 |
| Binary | 1010011 | 111011 | 1010000 | 0 | 11101 | 100 | 1000011 | 100110100 | 10001 | 11100 |
Color Harmonies of #533B50
Complementary color
Monochromatic Colors of #533B50
Black with #533B50
Text Example
Text Example
White with #533B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B50; }
p { color: rgb(83,59,80); }
H1.HeaderClassName
{
color: #533B50;
}
.AnyTagClassName
{
color: #533B50;
}
</style>
background-color css
<style>
a { background-color: #533B50; }
a { background-color: rgb(83,59,80); }
div.DivClassName
{
background-color: #533B50;
}
.BgClassName
{
background-color: #533B50;
}
</style>
border-color css
<style>
span { border-color: #533B50; }
span { border-color: rgb(83,59,80); }
td.TdClassName
{
border-color: #533B50;
}
.TagClassName
{
border-color: #533B50;
}
</style>