Shades of Purple Taupe #533D50
Tints of Purple Taupe #533D50
RGB
CMYK
RGB Variations
Color information
#533D50 (or 0x533D50) is known color: Purple Taupe. HEX triplet: 53, 3D and 50. RGB value is (83,61,80). Sum of RGB (Red+Green+Blue) = 83+61+80=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #533D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D50 is #ACC2AF. Grayscale: #454545. Windows color (decimal): -11322032 or 5258579. OLE color: 5258579.
HSL color Cylindrical-coordinate representation of color #533D50: hue angle of 308.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D50 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 80 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.67 |
| HSL | 308.18º | 0.15% | 0.28% | - |
| HSV(B) | 308.18º | 0.27% | 0.33% | - |
| XYZ | 6.68 | 5.76 | 8.35 | - |
| YUV | 69.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 80 | 0 | 0.27 | 0.04 | 0.67 | 308.18 | 0.15 | 0.28 |
| Hex | 53 | 3D | 50 | 0 | 1B | 4 | 43 | 134 | F | 1C |
| Octal | 123 | 75 | 120 | 0 | 33 | 4 | 103 | 464 | 17 | 34 |
| Binary | 1010011 | 111101 | 1010000 | 0 | 11011 | 100 | 1000011 | 100110100 | 1111 | 11100 |
Color Harmonies of #533D50
Complementary color
Monochromatic Colors of #533D50
Black with #533D50
Text Example
Text Example
White with #533D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D50; }
p { color: rgb(83,61,80); }
H1.HeaderClassName
{
color: #533D50;
}
.AnyTagClassName
{
color: #533D50;
}
</style>
background-color css
<style>
a { background-color: #533D50; }
a { background-color: rgb(83,61,80); }
div.DivClassName
{
background-color: #533D50;
}
.BgClassName
{
background-color: #533D50;
}
</style>
border-color css
<style>
span { border-color: #533D50; }
span { border-color: rgb(83,61,80); }
td.TdClassName
{
border-color: #533D50;
}
.TagClassName
{
border-color: #533D50;
}
</style>