Shades of Purple Taupe #553851
Tints of Purple Taupe #553851
RGB
CMYK
RGB Variations
Color information
#553851 (or 0x553851) is known color: Purple Taupe. HEX triplet: 55, 38 and 51. RGB value is (85,56,81). Sum of RGB (Red+Green+Blue) = 85+56+81=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553851 is #AAC7AE. Grayscale: #434343. Windows color (decimal): -11192239 or 5322837. OLE color: 5322837.
HSL color Cylindrical-coordinate representation of color #553851: hue angle of 308.28º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553851 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 81 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.67 |
| HSL | 308.28º | 0.21% | 0.28% | - |
| HSV(B) | 308.28º | 0.34% | 0.33% | - |
| XYZ | 6.65 | 5.35 | 8.47 | - |
| YUV | 67.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 81 | 0 | 0.34 | 0.05 | 0.67 | 308.28 | 0.21 | 0.28 |
| Hex | 55 | 38 | 51 | 0 | 22 | 5 | 43 | 134 | 15 | 1C |
| Octal | 125 | 70 | 121 | 0 | 42 | 5 | 103 | 464 | 25 | 34 |
| Binary | 1010101 | 111000 | 1010001 | 0 | 100010 | 101 | 1000011 | 100110100 | 10101 | 11100 |
Color Harmonies of #553851
Complementary color
Monochromatic Colors of #553851
Black with #553851
Text Example
Text Example
White with #553851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553851; }
p { color: rgb(85,56,81); }
H1.HeaderClassName
{
color: #553851;
}
.AnyTagClassName
{
color: #553851;
}
</style>
background-color css
<style>
a { background-color: #553851; }
a { background-color: rgb(85,56,81); }
div.DivClassName
{
background-color: #553851;
}
.BgClassName
{
background-color: #553851;
}
</style>
border-color css
<style>
span { border-color: #553851; }
span { border-color: rgb(85,56,81); }
td.TdClassName
{
border-color: #553851;
}
.TagClassName
{
border-color: #553851;
}
</style>