Shades of Purple Taupe #554050
Tints of Purple Taupe #554050
RGB
CMYK
RGB Variations
Color information
#554050 (or 0x554050) is known color: Purple Taupe. HEX triplet: 55, 40 and 50. RGB value is (85,64,80). Sum of RGB (Red+Green+Blue) = 85+64+80=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554050 is #AABFAF. Grayscale: #484848. Windows color (decimal): -11190192 or 5259349. OLE color: 5259349.
HSL color Cylindrical-coordinate representation of color #554050: hue angle of 314.29º 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 #554050 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 80 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.67 |
| HSL | 314.29º | 0.14% | 0.29% | - |
| HSV(B) | 314.29º | 0.25% | 0.33% | - |
| XYZ | 7.03 | 6.18 | 8.41 | - |
| YUV | 72.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 80 | 0 | 0.25 | 0.06 | 0.67 | 314.29 | 0.14 | 0.29 |
| Hex | 55 | 40 | 50 | 0 | 19 | 6 | 43 | 13A | E | 1D |
| Octal | 125 | 100 | 120 | 0 | 31 | 6 | 103 | 472 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1010000 | 0 | 11001 | 110 | 1000011 | 100111010 | 1110 | 11101 |
Color Harmonies of #554050
Complementary color
Monochromatic Colors of #554050
Black with #554050
Text Example
Text Example
White with #554050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554050; }
p { color: rgb(85,64,80); }
H1.HeaderClassName
{
color: #554050;
}
.AnyTagClassName
{
color: #554050;
}
</style>
background-color css
<style>
a { background-color: #554050; }
a { background-color: rgb(85,64,80); }
div.DivClassName
{
background-color: #554050;
}
.BgClassName
{
background-color: #554050;
}
</style>
border-color css
<style>
span { border-color: #554050; }
span { border-color: rgb(85,64,80); }
td.TdClassName
{
border-color: #554050;
}
.TagClassName
{
border-color: #554050;
}
</style>