Shades of Purple Taupe #553852
Tints of Purple Taupe #553852
RGB
CMYK
RGB Variations
Color information
#553852 (or 0x553852) is known color: Purple Taupe. HEX triplet: 55, 38 and 52. RGB value is (85,56,82). Sum of RGB (Red+Green+Blue) = 85+56+82=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553852 is #AAC7AD. Grayscale: #434343. Windows color (decimal): -11192238 or 5388373. OLE color: 5388373.
HSL color Cylindrical-coordinate representation of color #553852: hue angle of 306.21º 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 #553852 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 82 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.67 |
| HSL | 306.21º | 0.21% | 0.28% | - |
| HSV(B) | 306.21º | 0.34% | 0.33% | - |
| XYZ | 6.68 | 5.37 | 8.67 | - |
| YUV | 67.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 82 | 0 | 0.34 | 0.04 | 0.67 | 306.21 | 0.21 | 0.28 |
| Hex | 55 | 38 | 52 | 0 | 22 | 4 | 43 | 132 | 15 | 1C |
| Octal | 125 | 70 | 122 | 0 | 42 | 4 | 103 | 462 | 25 | 34 |
| Binary | 1010101 | 111000 | 1010010 | 0 | 100010 | 100 | 1000011 | 100110010 | 10101 | 11100 |
Color Harmonies of #553852
Complementary color
Monochromatic Colors of #553852
Black with #553852
Text Example
Text Example
White with #553852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553852; }
p { color: rgb(85,56,82); }
H1.HeaderClassName
{
color: #553852;
}
.AnyTagClassName
{
color: #553852;
}
</style>
background-color css
<style>
a { background-color: #553852; }
a { background-color: rgb(85,56,82); }
div.DivClassName
{
background-color: #553852;
}
.BgClassName
{
background-color: #553852;
}
</style>
border-color css
<style>
span { border-color: #553852; }
span { border-color: rgb(85,56,82); }
td.TdClassName
{
border-color: #553852;
}
.TagClassName
{
border-color: #553852;
}
</style>