Shades of Purple Taupe #554E54
Tints of Purple Taupe #554E54
RGB
CMYK
RGB Variations
Color information
#554E54 (or 0x554E54) is known color: Purple Taupe. HEX triplet: 55, 4E and 54. RGB value is (85,78,84). Sum of RGB (Red+Green+Blue) = 85+78+84=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 85 - color contains mainly: red. Hex color #554E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E54 is #AAB1AB. Grayscale: #505050. Windows color (decimal): -11186604 or 5525077. OLE color: 5525077.
HSL color Cylindrical-coordinate representation of color #554E54: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #554E54 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 84 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.67 |
| HSL | 308.57º | 0.04% | 0.32% | - |
| HSV(B) | 308.57º | 0.08% | 0.33% | - |
| XYZ | 8.07 | 8.02 | 9.51 | - |
| YUV | 80.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 84 | 0 | 0.08 | 0.01 | 0.67 | 308.57 | 0.04 | 0.32 |
| Hex | 55 | 4E | 54 | 0 | 8 | 1 | 43 | 135 | 4 | 20 |
| Octal | 125 | 116 | 124 | 0 | 10 | 1 | 103 | 465 | 4 | 40 |
| Binary | 1010101 | 1001110 | 1010100 | 0 | 1000 | 1 | 1000011 | 100110101 | 100 | 100000 |
Color Harmonies of #554E54
Complementary color
Monochromatic Colors of #554E54
Black with #554E54
Text Example
Text Example
White with #554E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E54; }
p { color: rgb(85,78,84); }
H1.HeaderClassName
{
color: #554E54;
}
.AnyTagClassName
{
color: #554E54;
}
</style>
background-color css
<style>
a { background-color: #554E54; }
a { background-color: rgb(85,78,84); }
div.DivClassName
{
background-color: #554E54;
}
.BgClassName
{
background-color: #554E54;
}
</style>
border-color css
<style>
span { border-color: #554E54; }
span { border-color: rgb(85,78,84); }
td.TdClassName
{
border-color: #554E54;
}
.TagClassName
{
border-color: #554E54;
}
</style>