Shades of Purple Taupe #553E51
Tints of Purple Taupe #553E51
RGB
CMYK
RGB Variations
Color information
#553E51 (or 0x553E51) is known color: Purple Taupe. HEX triplet: 55, 3E and 51. RGB value is (85,62,81). Sum of RGB (Red+Green+Blue) = 85+62+81=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #553E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E51 is #AAC1AE. Grayscale: #464646. Windows color (decimal): -11190703 or 5324373. OLE color: 5324373.
HSL color Cylindrical-coordinate representation of color #553E51: hue angle of 310.43º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E51 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 81 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.67 |
| HSL | 310.43º | 0.16% | 0.29% | - |
| HSV(B) | 310.43º | 0.27% | 0.33% | - |
| XYZ | 6.95 | 5.97 | 8.57 | - |
| YUV | 71.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 81 | 0 | 0.27 | 0.05 | 0.67 | 310.43 | 0.16 | 0.29 |
| Hex | 55 | 3E | 51 | 0 | 1B | 5 | 43 | 136 | 10 | 1D |
| Octal | 125 | 76 | 121 | 0 | 33 | 5 | 103 | 466 | 20 | 35 |
| Binary | 1010101 | 111110 | 1010001 | 0 | 11011 | 101 | 1000011 | 100110110 | 10000 | 11101 |
Color Harmonies of #553E51
Complementary color
Monochromatic Colors of #553E51
Black with #553E51
Text Example
Text Example
White with #553E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E51; }
p { color: rgb(85,62,81); }
H1.HeaderClassName
{
color: #553E51;
}
.AnyTagClassName
{
color: #553E51;
}
</style>
background-color css
<style>
a { background-color: #553E51; }
a { background-color: rgb(85,62,81); }
div.DivClassName
{
background-color: #553E51;
}
.BgClassName
{
background-color: #553E51;
}
</style>
border-color css
<style>
span { border-color: #553E51; }
span { border-color: rgb(85,62,81); }
td.TdClassName
{
border-color: #553E51;
}
.TagClassName
{
border-color: #553E51;
}
</style>