Shades of Purple Taupe #554852
Tints of Purple Taupe #554852
RGB
CMYK
RGB Variations
Color information
#554852 (or 0x554852) is known color: Purple Taupe. HEX triplet: 55, 48 and 52. RGB value is (85,72,82). Sum of RGB (Red+Green+Blue) = 85+72+82=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554852 is #AAB7AD. Grayscale: #4C4C4C. Windows color (decimal): -11188142 or 5392469. OLE color: 5392469.
HSL color Cylindrical-coordinate representation of color #554852: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554852 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 82 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.67 |
| HSL | 313.85º | 0.08% | 0.31% | - |
| HSV(B) | 313.85º | 0.15% | 0.33% | - |
| XYZ | 7.59 | 7.18 | 8.97 | - |
| YUV | 77.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 82 | 0 | 0.15 | 0.04 | 0.67 | 313.85 | 0.08 | 0.31 |
| Hex | 55 | 48 | 52 | 0 | F | 4 | 43 | 13A | 8 | 1F |
| Octal | 125 | 110 | 122 | 0 | 17 | 4 | 103 | 472 | 10 | 37 |
| Binary | 1010101 | 1001000 | 1010010 | 0 | 1111 | 100 | 1000011 | 100111010 | 1000 | 11111 |
Color Harmonies of #554852
Complementary color
Monochromatic Colors of #554852
Black with #554852
Text Example
Text Example
White with #554852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554852; }
p { color: rgb(85,72,82); }
H1.HeaderClassName
{
color: #554852;
}
.AnyTagClassName
{
color: #554852;
}
</style>
background-color css
<style>
a { background-color: #554852; }
a { background-color: rgb(85,72,82); }
div.DivClassName
{
background-color: #554852;
}
.BgClassName
{
background-color: #554852;
}
</style>
border-color css
<style>
span { border-color: #554852; }
span { border-color: rgb(85,72,82); }
td.TdClassName
{
border-color: #554852;
}
.TagClassName
{
border-color: #554852;
}
</style>