Shades of Purple Taupe #554251
Tints of Purple Taupe #554251
RGB
CMYK
RGB Variations
Color information
#554251 (or 0x554251) is known color: Purple Taupe. HEX triplet: 55, 42 and 51. RGB value is (85,66,81). Sum of RGB (Red+Green+Blue) = 85+66+81=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #554251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554251 is #AABDAE. Grayscale: #494949. Windows color (decimal): -11189679 or 5325397. OLE color: 5325397.
HSL color Cylindrical-coordinate representation of color #554251: hue angle of 312.63º 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 #554251 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 81 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.67 |
| HSL | 312.63º | 0.13% | 0.3% | - |
| HSV(B) | 312.63º | 0.22% | 0.33% | - |
| XYZ | 7.18 | 6.42 | 8.65 | - |
| YUV | 73.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 81 | 0 | 0.22 | 0.05 | 0.67 | 312.63 | 0.13 | 0.3 |
| Hex | 55 | 42 | 51 | 0 | 16 | 5 | 43 | 139 | D | 1E |
| Octal | 125 | 102 | 121 | 0 | 26 | 5 | 103 | 471 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1010001 | 0 | 10110 | 101 | 1000011 | 100111001 | 1101 | 11110 |
Color Harmonies of #554251
Complementary color
Monochromatic Colors of #554251
Black with #554251
Text Example
Text Example
White with #554251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554251; }
p { color: rgb(85,66,81); }
H1.HeaderClassName
{
color: #554251;
}
.AnyTagClassName
{
color: #554251;
}
</style>
background-color css
<style>
a { background-color: #554251; }
a { background-color: rgb(85,66,81); }
div.DivClassName
{
background-color: #554251;
}
.BgClassName
{
background-color: #554251;
}
</style>
border-color css
<style>
span { border-color: #554251; }
span { border-color: rgb(85,66,81); }
td.TdClassName
{
border-color: #554251;
}
.TagClassName
{
border-color: #554251;
}
</style>