Shades of Purple Taupe #553F52
Tints of Purple Taupe #553F52
RGB
CMYK
RGB Variations
Color information
#553F52 (or 0x553F52) is known color: Purple Taupe. HEX triplet: 55, 3F and 52. RGB value is (85,63,82). Sum of RGB (Red+Green+Blue) = 85+63+82=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #553F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F52 is #AAC0AD. Grayscale: #474747. Windows color (decimal): -11190446 or 5390165. OLE color: 5390165.
HSL color Cylindrical-coordinate representation of color #553F52: hue angle of 308.18º 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 #553F52 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 82 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.67 |
| HSL | 308.18º | 0.15% | 0.29% | - |
| HSV(B) | 308.18º | 0.26% | 0.33% | - |
| XYZ | 7.05 | 6.1 | 8.79 | - |
| YUV | 71.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 82 | 0 | 0.26 | 0.04 | 0.67 | 308.18 | 0.15 | 0.29 |
| Hex | 55 | 3F | 52 | 0 | 1A | 4 | 43 | 134 | F | 1D |
| Octal | 125 | 77 | 122 | 0 | 32 | 4 | 103 | 464 | 17 | 35 |
| Binary | 1010101 | 111111 | 1010010 | 0 | 11010 | 100 | 1000011 | 100110100 | 1111 | 11101 |
Color Harmonies of #553F52
Complementary color
Monochromatic Colors of #553F52
Black with #553F52
Text Example
Text Example
White with #553F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F52; }
p { color: rgb(85,63,82); }
H1.HeaderClassName
{
color: #553F52;
}
.AnyTagClassName
{
color: #553F52;
}
</style>
background-color css
<style>
a { background-color: #553F52; }
a { background-color: rgb(85,63,82); }
div.DivClassName
{
background-color: #553F52;
}
.BgClassName
{
background-color: #553F52;
}
</style>
border-color css
<style>
span { border-color: #553F52; }
span { border-color: rgb(85,63,82); }
td.TdClassName
{
border-color: #553F52;
}
.TagClassName
{
border-color: #553F52;
}
</style>