Shades of Purple Taupe #553F53
Tints of Purple Taupe #553F53
RGB
CMYK
RGB Variations
Color information
#553F53 (or 0x553F53) is known color: Purple Taupe. HEX triplet: 55, 3F and 53. RGB value is (85,63,83). Sum of RGB (Red+Green+Blue) = 85+63+83=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #553F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F53 is #AAC0AC. Grayscale: #474747. Windows color (decimal): -11190445 or 5455701. OLE color: 5455701.
HSL color Cylindrical-coordinate representation of color #553F53: hue angle of 305.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F53 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 83 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.67 |
| HSL | 305.45º | 0.15% | 0.29% | - |
| HSV(B) | 305.45º | 0.26% | 0.33% | - |
| XYZ | 7.09 | 6.11 | 8.99 | - |
| YUV | 71.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 83 | 0 | 0.26 | 0.02 | 0.67 | 305.45 | 0.15 | 0.29 |
| Hex | 55 | 3F | 53 | 0 | 1A | 2 | 43 | 131 | F | 1D |
| Octal | 125 | 77 | 123 | 0 | 32 | 2 | 103 | 461 | 17 | 35 |
| Binary | 1010101 | 111111 | 1010011 | 0 | 11010 | 10 | 1000011 | 100110001 | 1111 | 11101 |
Color Harmonies of #553F53
Complementary color
Monochromatic Colors of #553F53
Black with #553F53
Text Example
Text Example
White with #553F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F53; }
p { color: rgb(85,63,83); }
H1.HeaderClassName
{
color: #553F53;
}
.AnyTagClassName
{
color: #553F53;
}
</style>
background-color css
<style>
a { background-color: #553F53; }
a { background-color: rgb(85,63,83); }
div.DivClassName
{
background-color: #553F53;
}
.BgClassName
{
background-color: #553F53;
}
</style>
border-color css
<style>
span { border-color: #553F53; }
span { border-color: rgb(85,63,83); }
td.TdClassName
{
border-color: #553F53;
}
.TagClassName
{
border-color: #553F53;
}
</style>