Shades of Purple Taupe #553651
Tints of Purple Taupe #553651
RGB
CMYK
RGB Variations
Color information
#553651 (or 0x553651) is known color: Purple Taupe. HEX triplet: 55, 36 and 51. RGB value is (85,54,81). Sum of RGB (Red+Green+Blue) = 85+54+81=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553651 is #AAC9AE. Grayscale: #424242. Windows color (decimal): -11192751 or 5322325. OLE color: 5322325.
HSL color Cylindrical-coordinate representation of color #553651: hue angle of 307.74º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553651 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 81 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.67 |
| HSL | 307.74º | 0.22% | 0.27% | - |
| HSV(B) | 307.74º | 0.36% | 0.33% | - |
| XYZ | 6.55 | 5.16 | 8.44 | - |
| YUV | 66.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 81 | 0 | 0.36 | 0.05 | 0.67 | 307.74 | 0.22 | 0.27 |
| Hex | 55 | 36 | 51 | 0 | 24 | 5 | 43 | 134 | 16 | 1B |
| Octal | 125 | 66 | 121 | 0 | 44 | 5 | 103 | 464 | 26 | 33 |
| Binary | 1010101 | 110110 | 1010001 | 0 | 100100 | 101 | 1000011 | 100110100 | 10110 | 11011 |
Color Harmonies of #553651
Complementary color
Monochromatic Colors of #553651
Black with #553651
Text Example
Text Example
White with #553651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553651; }
p { color: rgb(85,54,81); }
H1.HeaderClassName
{
color: #553651;
}
.AnyTagClassName
{
color: #553651;
}
</style>
background-color css
<style>
a { background-color: #553651; }
a { background-color: rgb(85,54,81); }
div.DivClassName
{
background-color: #553651;
}
.BgClassName
{
background-color: #553651;
}
</style>
border-color css
<style>
span { border-color: #553651; }
span { border-color: rgb(85,54,81); }
td.TdClassName
{
border-color: #553651;
}
.TagClassName
{
border-color: #553651;
}
</style>