Shades of Purple Taupe #554F54
Tints of Purple Taupe #554F54
RGB
CMYK
RGB Variations
Color information
#554F54 (or 0x554F54) is known color: Purple Taupe. HEX triplet: 55, 4F and 54. RGB value is (85,79,84). Sum of RGB (Red+Green+Blue) = 85+79+84=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 85 - color contains mainly: red. Hex color #554F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F54 is #AAB0AB. Grayscale: #515151. Windows color (decimal): -11186348 or 5525333. OLE color: 5525333.
HSL color Cylindrical-coordinate representation of color #554F54: hue angle of 310º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #554F54 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 84 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.67 |
| HSL | 310º | 0.04% | 0.32% | - |
| HSV(B) | 310º | 0.07% | 0.33% | - |
| XYZ | 8.14 | 8.16 | 9.53 | - |
| YUV | 81.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 84 | 0 | 0.07 | 0.01 | 0.67 | 310 | 0.04 | 0.32 |
| Hex | 55 | 4F | 54 | 0 | 7 | 1 | 43 | 136 | 4 | 20 |
| Octal | 125 | 117 | 124 | 0 | 7 | 1 | 103 | 466 | 4 | 40 |
| Binary | 1010101 | 1001111 | 1010100 | 0 | 111 | 1 | 1000011 | 100110110 | 100 | 100000 |
Color Harmonies of #554F54
Complementary color
Monochromatic Colors of #554F54
Black with #554F54
Text Example
Text Example
White with #554F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F54; }
p { color: rgb(85,79,84); }
H1.HeaderClassName
{
color: #554F54;
}
.AnyTagClassName
{
color: #554F54;
}
</style>
background-color css
<style>
a { background-color: #554F54; }
a { background-color: rgb(85,79,84); }
div.DivClassName
{
background-color: #554F54;
}
.BgClassName
{
background-color: #554F54;
}
</style>
border-color css
<style>
span { border-color: #554F54; }
span { border-color: rgb(85,79,84); }
td.TdClassName
{
border-color: #554F54;
}
.TagClassName
{
border-color: #554F54;
}
</style>