Shades of Purple Taupe #554E53
Tints of Purple Taupe #554E53
RGB
CMYK
RGB Variations
Color information
#554E53 (or 0x554E53) is known color: Purple Taupe. HEX triplet: 55, 4E and 53. RGB value is (85,78,83). Sum of RGB (Red+Green+Blue) = 85+78+83=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 85 - color contains mainly: red. Hex color #554E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E53 is #AAB1AC. Grayscale: #505050. Windows color (decimal): -11186605 or 5459541. OLE color: 5459541.
HSL color Cylindrical-coordinate representation of color #554E53: hue angle of 317.14º 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 #554E53 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 83 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.67 |
| HSL | 317.14º | 0.04% | 0.32% | - |
| HSV(B) | 317.14º | 0.08% | 0.33% | - |
| XYZ | 8.03 | 8 | 9.31 | - |
| YUV | 80.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 83 | 0 | 0.08 | 0.02 | 0.67 | 317.14 | 0.04 | 0.32 |
| Hex | 55 | 4E | 53 | 0 | 8 | 2 | 43 | 13D | 4 | 20 |
| Octal | 125 | 116 | 123 | 0 | 10 | 2 | 103 | 475 | 4 | 40 |
| Binary | 1010101 | 1001110 | 1010011 | 0 | 1000 | 10 | 1000011 | 100111101 | 100 | 100000 |
Color Harmonies of #554E53
Complementary color
Monochromatic Colors of #554E53
Black with #554E53
Text Example
Text Example
White with #554E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E53; }
p { color: rgb(85,78,83); }
H1.HeaderClassName
{
color: #554E53;
}
.AnyTagClassName
{
color: #554E53;
}
</style>
background-color css
<style>
a { background-color: #554E53; }
a { background-color: rgb(85,78,83); }
div.DivClassName
{
background-color: #554E53;
}
.BgClassName
{
background-color: #554E53;
}
</style>
border-color css
<style>
span { border-color: #554E53; }
span { border-color: rgb(85,78,83); }
td.TdClassName
{
border-color: #554E53;
}
.TagClassName
{
border-color: #554E53;
}
</style>