Shades of Purple Taupe #554554
Tints of Purple Taupe #554554
RGB
CMYK
RGB Variations
Color information
#554554 (or 0x554554) is known color: Purple Taupe. HEX triplet: 55, 45 and 54. RGB value is (85,69,84). Sum of RGB (Red+Green+Blue) = 85+69+84=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554554 is #AABAAB. Grayscale: #4B4B4B. Windows color (decimal): -11188908 or 5522773. OLE color: 5522773.
HSL color Cylindrical-coordinate representation of color #554554: hue angle of 303.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554554 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 84 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.67 |
| HSL | 303.75º | 0.1% | 0.3% | - |
| HSV(B) | 303.75º | 0.19% | 0.33% | - |
| XYZ | 7.47 | 6.83 | 9.31 | - |
| YUV | 75.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 84 | 0 | 0.19 | 0.01 | 0.67 | 303.75 | 0.1 | 0.3 |
| Hex | 55 | 45 | 54 | 0 | 13 | 1 | 43 | 130 | A | 1E |
| Octal | 125 | 105 | 124 | 0 | 23 | 1 | 103 | 460 | 12 | 36 |
| Binary | 1010101 | 1000101 | 1010100 | 0 | 10011 | 1 | 1000011 | 100110000 | 1010 | 11110 |
Color Harmonies of #554554
Complementary color
Monochromatic Colors of #554554
Black with #554554
Text Example
Text Example
White with #554554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554554; }
p { color: rgb(85,69,84); }
H1.HeaderClassName
{
color: #554554;
}
.AnyTagClassName
{
color: #554554;
}
</style>
background-color css
<style>
a { background-color: #554554; }
a { background-color: rgb(85,69,84); }
div.DivClassName
{
background-color: #554554;
}
.BgClassName
{
background-color: #554554;
}
</style>
border-color css
<style>
span { border-color: #554554; }
span { border-color: rgb(85,69,84); }
td.TdClassName
{
border-color: #554554;
}
.TagClassName
{
border-color: #554554;
}
</style>