Shades of Purple Taupe #554151
Tints of Purple Taupe #554151
RGB
CMYK
RGB Variations
Color information
#554151 (or 0x554151) is known color: Purple Taupe. HEX triplet: 55, 41 and 51. RGB value is (85,65,81). Sum of RGB (Red+Green+Blue) = 85+65+81=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554151 is #AABEAE. Grayscale: #484848. Windows color (decimal): -11189935 or 5325141. OLE color: 5325141.
HSL color Cylindrical-coordinate representation of color #554151: hue angle of 312º 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 #554151 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 81 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.67 |
| HSL | 312º | 0.13% | 0.29% | - |
| HSV(B) | 312º | 0.24% | 0.33% | - |
| XYZ | 7.12 | 6.31 | 8.63 | - |
| YUV | 72.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 81 | 0 | 0.24 | 0.05 | 0.67 | 312 | 0.13 | 0.29 |
| Hex | 55 | 41 | 51 | 0 | 18 | 5 | 43 | 138 | D | 1D |
| Octal | 125 | 101 | 121 | 0 | 30 | 5 | 103 | 470 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1010001 | 0 | 11000 | 101 | 1000011 | 100111000 | 1101 | 11101 |
Color Harmonies of #554151
Complementary color
Monochromatic Colors of #554151
Black with #554151
Text Example
Text Example
White with #554151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554151; }
p { color: rgb(85,65,81); }
H1.HeaderClassName
{
color: #554151;
}
.AnyTagClassName
{
color: #554151;
}
</style>
background-color css
<style>
a { background-color: #554151; }
a { background-color: rgb(85,65,81); }
div.DivClassName
{
background-color: #554151;
}
.BgClassName
{
background-color: #554151;
}
</style>
border-color css
<style>
span { border-color: #554151; }
span { border-color: rgb(85,65,81); }
td.TdClassName
{
border-color: #554151;
}
.TagClassName
{
border-color: #554151;
}
</style>