Shades of Purple Taupe #554351
Tints of Purple Taupe #554351
RGB
CMYK
RGB Variations
Color information
#554351 (or 0x554351) is known color: Purple Taupe. HEX triplet: 55, 43 and 51. RGB value is (85,67,81). Sum of RGB (Red+Green+Blue) = 85+67+81=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554351 is #AABCAE. Grayscale: #494949. Windows color (decimal): -11189423 or 5325653. OLE color: 5325653.
HSL color Cylindrical-coordinate representation of color #554351: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554351 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 81 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.67 |
| HSL | 313.33º | 0.12% | 0.3% | - |
| HSV(B) | 313.33º | 0.21% | 0.33% | - |
| XYZ | 7.24 | 6.54 | 8.67 | - |
| YUV | 73.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 81 | 0 | 0.21 | 0.05 | 0.67 | 313.33 | 0.12 | 0.3 |
| Hex | 55 | 43 | 51 | 0 | 15 | 5 | 43 | 139 | C | 1E |
| Octal | 125 | 103 | 121 | 0 | 25 | 5 | 103 | 471 | 14 | 36 |
| Binary | 1010101 | 1000011 | 1010001 | 0 | 10101 | 101 | 1000011 | 100111001 | 1100 | 11110 |
Color Harmonies of #554351
Complementary color
Monochromatic Colors of #554351
Black with #554351
Text Example
Text Example
White with #554351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554351; }
p { color: rgb(85,67,81); }
H1.HeaderClassName
{
color: #554351;
}
.AnyTagClassName
{
color: #554351;
}
</style>
background-color css
<style>
a { background-color: #554351; }
a { background-color: rgb(85,67,81); }
div.DivClassName
{
background-color: #554351;
}
.BgClassName
{
background-color: #554351;
}
</style>
border-color css
<style>
span { border-color: #554351; }
span { border-color: rgb(85,67,81); }
td.TdClassName
{
border-color: #554351;
}
.TagClassName
{
border-color: #554351;
}
</style>