Shades of Purple Taupe #553A54
Tints of Purple Taupe #553A54
RGB
CMYK
RGB Variations
Color information
#553A54 (or 0x553A54) is known color: Purple Taupe. HEX triplet: 55, 3A and 54. RGB value is (85,58,84). Sum of RGB (Red+Green+Blue) = 85+58+84=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #553A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A54 is #AAC5AB. Grayscale: #444444. Windows color (decimal): -11191724 or 5519957. OLE color: 5519957.
HSL color Cylindrical-coordinate representation of color #553A54: hue angle of 302.22º 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 #553A54 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 84 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.67 |
| HSL | 302.22º | 0.19% | 0.28% | - |
| HSV(B) | 302.22º | 0.32% | 0.33% | - |
| XYZ | 6.86 | 5.6 | 9.11 | - |
| YUV | 69.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 84 | 0 | 0.32 | 0.01 | 0.67 | 302.22 | 0.19 | 0.28 |
| Hex | 55 | 3A | 54 | 0 | 20 | 1 | 43 | 12E | 13 | 1C |
| Octal | 125 | 72 | 124 | 0 | 40 | 1 | 103 | 456 | 23 | 34 |
| Binary | 1010101 | 111010 | 1010100 | 0 | 100000 | 1 | 1000011 | 100101110 | 10011 | 11100 |
Color Harmonies of #553A54
Complementary color
Monochromatic Colors of #553A54
Black with #553A54
Text Example
Text Example
White with #553A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A54; }
p { color: rgb(85,58,84); }
H1.HeaderClassName
{
color: #553A54;
}
.AnyTagClassName
{
color: #553A54;
}
</style>
background-color css
<style>
a { background-color: #553A54; }
a { background-color: rgb(85,58,84); }
div.DivClassName
{
background-color: #553A54;
}
.BgClassName
{
background-color: #553A54;
}
</style>
border-color css
<style>
span { border-color: #553A54; }
span { border-color: rgb(85,58,84); }
td.TdClassName
{
border-color: #553A54;
}
.TagClassName
{
border-color: #553A54;
}
</style>