Shades of Purple Taupe #554552
Tints of Purple Taupe #554552
RGB
CMYK
RGB Variations
Color information
#554552 (or 0x554552) is known color: Purple Taupe. HEX triplet: 55, 45 and 52. RGB value is (85,69,82). Sum of RGB (Red+Green+Blue) = 85+69+82=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554552 is #AABAAD. Grayscale: #4B4B4B. Windows color (decimal): -11188910 or 5391701. OLE color: 5391701.
HSL color Cylindrical-coordinate representation of color #554552: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554552 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 82 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.67 |
| HSL | 311.25º | 0.1% | 0.3% | - |
| HSV(B) | 311.25º | 0.19% | 0.33% | - |
| XYZ | 7.4 | 6.8 | 8.9 | - |
| YUV | 75.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 82 | 0 | 0.19 | 0.04 | 0.67 | 311.25 | 0.1 | 0.3 |
| Hex | 55 | 45 | 52 | 0 | 13 | 4 | 43 | 137 | A | 1E |
| Octal | 125 | 105 | 122 | 0 | 23 | 4 | 103 | 467 | 12 | 36 |
| Binary | 1010101 | 1000101 | 1010010 | 0 | 10011 | 100 | 1000011 | 100110111 | 1010 | 11110 |
Color Harmonies of #554552
Complementary color
Monochromatic Colors of #554552
Black with #554552
Text Example
Text Example
White with #554552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554552; }
p { color: rgb(85,69,82); }
H1.HeaderClassName
{
color: #554552;
}
.AnyTagClassName
{
color: #554552;
}
</style>
background-color css
<style>
a { background-color: #554552; }
a { background-color: rgb(85,69,82); }
div.DivClassName
{
background-color: #554552;
}
.BgClassName
{
background-color: #554552;
}
</style>
border-color css
<style>
span { border-color: #554552; }
span { border-color: rgb(85,69,82); }
td.TdClassName
{
border-color: #554552;
}
.TagClassName
{
border-color: #554552;
}
</style>