Shades of Purple Taupe #553A52
Tints of Purple Taupe #553A52
RGB
CMYK
RGB Variations
Color information
#553A52 (or 0x553A52) is known color: Purple Taupe. HEX triplet: 55, 3A and 52. RGB value is (85,58,82). Sum of RGB (Red+Green+Blue) = 85+58+82=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #553A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A52 is #AAC5AD. Grayscale: #444444. Windows color (decimal): -11191726 or 5388885. OLE color: 5388885.
HSL color Cylindrical-coordinate representation of color #553A52: hue angle of 306.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A52 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 82 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.67 |
| HSL | 306.67º | 0.19% | 0.28% | - |
| HSV(B) | 306.67º | 0.32% | 0.33% | - |
| XYZ | 6.78 | 5.57 | 8.7 | - |
| YUV | 68.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 82 | 0 | 0.32 | 0.04 | 0.67 | 306.67 | 0.19 | 0.28 |
| Hex | 55 | 3A | 52 | 0 | 20 | 4 | 43 | 133 | 13 | 1C |
| Octal | 125 | 72 | 122 | 0 | 40 | 4 | 103 | 463 | 23 | 34 |
| Binary | 1010101 | 111010 | 1010010 | 0 | 100000 | 100 | 1000011 | 100110011 | 10011 | 11100 |
Color Harmonies of #553A52
Complementary color
Monochromatic Colors of #553A52
Black with #553A52
Text Example
Text Example
White with #553A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A52; }
p { color: rgb(85,58,82); }
H1.HeaderClassName
{
color: #553A52;
}
.AnyTagClassName
{
color: #553A52;
}
</style>
background-color css
<style>
a { background-color: #553A52; }
a { background-color: rgb(85,58,82); }
div.DivClassName
{
background-color: #553A52;
}
.BgClassName
{
background-color: #553A52;
}
</style>
border-color css
<style>
span { border-color: #553A52; }
span { border-color: rgb(85,58,82); }
td.TdClassName
{
border-color: #553A52;
}
.TagClassName
{
border-color: #553A52;
}
</style>