Shades of Purple Taupe #554054
Tints of Purple Taupe #554054
RGB
CMYK
RGB Variations
Color information
#554054 (or 0x554054) is known color: Purple Taupe. HEX triplet: 55, 40 and 54. RGB value is (85,64,84). Sum of RGB (Red+Green+Blue) = 85+64+84=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554054 is #AABFAB. Grayscale: #484848. Windows color (decimal): -11190188 or 5521493. OLE color: 5521493.
HSL color Cylindrical-coordinate representation of color #554054: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554054 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 84 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.67 |
| HSL | 302.86º | 0.14% | 0.29% | - |
| HSV(B) | 302.86º | 0.25% | 0.33% | - |
| XYZ | 7.18 | 6.24 | 9.21 | - |
| YUV | 72.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 84 | 0 | 0.25 | 0.01 | 0.67 | 302.86 | 0.14 | 0.29 |
| Hex | 55 | 40 | 54 | 0 | 19 | 1 | 43 | 12F | E | 1D |
| Octal | 125 | 100 | 124 | 0 | 31 | 1 | 103 | 457 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1010100 | 0 | 11001 | 1 | 1000011 | 100101111 | 1110 | 11101 |
Color Harmonies of #554054
Complementary color
Monochromatic Colors of #554054
Black with #554054
Text Example
Text Example
White with #554054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554054; }
p { color: rgb(85,64,84); }
H1.HeaderClassName
{
color: #554054;
}
.AnyTagClassName
{
color: #554054;
}
</style>
background-color css
<style>
a { background-color: #554054; }
a { background-color: rgb(85,64,84); }
div.DivClassName
{
background-color: #554054;
}
.BgClassName
{
background-color: #554054;
}
</style>
border-color css
<style>
span { border-color: #554054; }
span { border-color: rgb(85,64,84); }
td.TdClassName
{
border-color: #554054;
}
.TagClassName
{
border-color: #554054;
}
</style>