Shades of Purple Taupe #533B51
Tints of Purple Taupe #533B51
RGB
CMYK
RGB Variations
Color information
#533B51 (or 0x533B51) is known color: Purple Taupe. HEX triplet: 53, 3B and 51. RGB value is (83,59,81). Sum of RGB (Red+Green+Blue) = 83+59+81=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #533B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B51 is #ACC4AE. Grayscale: #444444. Windows color (decimal): -11322543 or 5323603. OLE color: 5323603.
HSL color Cylindrical-coordinate representation of color #533B51: hue angle of 305º 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 #533B51 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 81 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.67 |
| HSL | 305º | 0.17% | 0.28% | - |
| HSV(B) | 305º | 0.29% | 0.33% | - |
| XYZ | 6.62 | 5.56 | 8.51 | - |
| YUV | 68.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 81 | 0 | 0.29 | 0.02 | 0.67 | 305 | 0.17 | 0.28 |
| Hex | 53 | 3B | 51 | 0 | 1D | 2 | 43 | 131 | 11 | 1C |
| Octal | 123 | 73 | 121 | 0 | 35 | 2 | 103 | 461 | 21 | 34 |
| Binary | 1010011 | 111011 | 1010001 | 0 | 11101 | 10 | 1000011 | 100110001 | 10001 | 11100 |
Color Harmonies of #533B51
Complementary color
Monochromatic Colors of #533B51
Black with #533B51
Text Example
Text Example
White with #533B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B51; }
p { color: rgb(83,59,81); }
H1.HeaderClassName
{
color: #533B51;
}
.AnyTagClassName
{
color: #533B51;
}
</style>
background-color css
<style>
a { background-color: #533B51; }
a { background-color: rgb(83,59,81); }
div.DivClassName
{
background-color: #533B51;
}
.BgClassName
{
background-color: #533B51;
}
</style>
border-color css
<style>
span { border-color: #533B51; }
span { border-color: rgb(83,59,81); }
td.TdClassName
{
border-color: #533B51;
}
.TagClassName
{
border-color: #533B51;
}
</style>