Shades of Purple Taupe #554752
Tints of Purple Taupe #554752
RGB
CMYK
RGB Variations
Color information
#554752 (or 0x554752) is known color: Purple Taupe. HEX triplet: 55, 47 and 52. RGB value is (85,71,82). Sum of RGB (Red+Green+Blue) = 85+71+82=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554752 is #AAB8AD. Grayscale: #4C4C4C. Windows color (decimal): -11188398 or 5392213. OLE color: 5392213.
HSL color Cylindrical-coordinate representation of color #554752: hue angle of 312.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554752 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 82 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.67 |
| HSL | 312.86º | 0.09% | 0.31% | - |
| HSV(B) | 312.86º | 0.16% | 0.33% | - |
| XYZ | 7.52 | 7.05 | 8.95 | - |
| YUV | 76.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 82 | 0 | 0.16 | 0.04 | 0.67 | 312.86 | 0.09 | 0.31 |
| Hex | 55 | 47 | 52 | 0 | 10 | 4 | 43 | 139 | 9 | 1F |
| Octal | 125 | 107 | 122 | 0 | 20 | 4 | 103 | 471 | 11 | 37 |
| Binary | 1010101 | 1000111 | 1010010 | 0 | 10000 | 100 | 1000011 | 100111001 | 1001 | 11111 |
Color Harmonies of #554752
Complementary color
Monochromatic Colors of #554752
Black with #554752
Text Example
Text Example
White with #554752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554752; }
p { color: rgb(85,71,82); }
H1.HeaderClassName
{
color: #554752;
}
.AnyTagClassName
{
color: #554752;
}
</style>
background-color css
<style>
a { background-color: #554752; }
a { background-color: rgb(85,71,82); }
div.DivClassName
{
background-color: #554752;
}
.BgClassName
{
background-color: #554752;
}
</style>
border-color css
<style>
span { border-color: #554752; }
span { border-color: rgb(85,71,82); }
td.TdClassName
{
border-color: #554752;
}
.TagClassName
{
border-color: #554752;
}
</style>