Shades of Purple Taupe #554254
Tints of Purple Taupe #554254
RGB
CMYK
RGB Variations
Color information
#554254 (or 0x554254) is known color: Purple Taupe. HEX triplet: 55, 42 and 54. RGB value is (85,66,84). Sum of RGB (Red+Green+Blue) = 85+66+84=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554254 is #AABDAB. Grayscale: #494949. Windows color (decimal): -11189676 or 5522005. OLE color: 5522005.
HSL color Cylindrical-coordinate representation of color #554254: hue angle of 303.16º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554254 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 84 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.67 |
| HSL | 303.16º | 0.13% | 0.3% | - |
| HSV(B) | 303.16º | 0.22% | 0.33% | - |
| XYZ | 7.29 | 6.47 | 9.25 | - |
| YUV | 73.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 84 | 0 | 0.22 | 0.01 | 0.67 | 303.16 | 0.13 | 0.3 |
| Hex | 55 | 42 | 54 | 0 | 16 | 1 | 43 | 12F | D | 1E |
| Octal | 125 | 102 | 124 | 0 | 26 | 1 | 103 | 457 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1010100 | 0 | 10110 | 1 | 1000011 | 100101111 | 1101 | 11110 |
Color Harmonies of #554254
Complementary color
Monochromatic Colors of #554254
Black with #554254
Text Example
Text Example
White with #554254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554254; }
p { color: rgb(85,66,84); }
H1.HeaderClassName
{
color: #554254;
}
.AnyTagClassName
{
color: #554254;
}
</style>
background-color css
<style>
a { background-color: #554254; }
a { background-color: rgb(85,66,84); }
div.DivClassName
{
background-color: #554254;
}
.BgClassName
{
background-color: #554254;
}
</style>
border-color css
<style>
span { border-color: #554254; }
span { border-color: rgb(85,66,84); }
td.TdClassName
{
border-color: #554254;
}
.TagClassName
{
border-color: #554254;
}
</style>