Shades of Purple Taupe #554154
Tints of Purple Taupe #554154
RGB
CMYK
RGB Variations
Color information
#554154 (or 0x554154) is known color: Purple Taupe. HEX triplet: 55, 41 and 54. RGB value is (85,65,84). Sum of RGB (Red+Green+Blue) = 85+65+84=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554154 is #AABEAB. Grayscale: #494949. Windows color (decimal): -11189932 or 5521749. OLE color: 5521749.
HSL color Cylindrical-coordinate representation of color #554154: hue angle of 303º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554154 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 84 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.67 |
| HSL | 303º | 0.13% | 0.29% | - |
| HSV(B) | 303º | 0.24% | 0.33% | - |
| XYZ | 7.24 | 6.35 | 9.23 | - |
| YUV | 73.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 84 | 0 | 0.24 | 0.01 | 0.67 | 303 | 0.13 | 0.29 |
| Hex | 55 | 41 | 54 | 0 | 18 | 1 | 43 | 12F | D | 1D |
| Octal | 125 | 101 | 124 | 0 | 30 | 1 | 103 | 457 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1010100 | 0 | 11000 | 1 | 1000011 | 100101111 | 1101 | 11101 |
Color Harmonies of #554154
Complementary color
Monochromatic Colors of #554154
Black with #554154
Text Example
Text Example
White with #554154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554154; }
p { color: rgb(85,65,84); }
H1.HeaderClassName
{
color: #554154;
}
.AnyTagClassName
{
color: #554154;
}
</style>
background-color css
<style>
a { background-color: #554154; }
a { background-color: rgb(85,65,84); }
div.DivClassName
{
background-color: #554154;
}
.BgClassName
{
background-color: #554154;
}
</style>
border-color css
<style>
span { border-color: #554154; }
span { border-color: rgb(85,65,84); }
td.TdClassName
{
border-color: #554154;
}
.TagClassName
{
border-color: #554154;
}
</style>