Shades of Purple Taupe #554853
Tints of Purple Taupe #554853
RGB
CMYK
RGB Variations
Color information
#554853 (or 0x554853) is known color: Purple Taupe. HEX triplet: 55, 48 and 53. RGB value is (85,72,83). Sum of RGB (Red+Green+Blue) = 85+72+83=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554853 is #AAB7AC. Grayscale: #4D4D4D. Windows color (decimal): -11188141 or 5458005. OLE color: 5458005.
HSL color Cylindrical-coordinate representation of color #554853: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554853 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 83 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.67 |
| HSL | 309.23º | 0.08% | 0.31% | - |
| HSV(B) | 309.23º | 0.15% | 0.33% | - |
| XYZ | 7.63 | 7.19 | 9.17 | - |
| YUV | 77.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 83 | 0 | 0.15 | 0.02 | 0.67 | 309.23 | 0.08 | 0.31 |
| Hex | 55 | 48 | 53 | 0 | F | 2 | 43 | 135 | 8 | 1F |
| Octal | 125 | 110 | 123 | 0 | 17 | 2 | 103 | 465 | 10 | 37 |
| Binary | 1010101 | 1001000 | 1010011 | 0 | 1111 | 10 | 1000011 | 100110101 | 1000 | 11111 |
Color Harmonies of #554853
Complementary color
Monochromatic Colors of #554853
Black with #554853
Text Example
Text Example
White with #554853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554853; }
p { color: rgb(85,72,83); }
H1.HeaderClassName
{
color: #554853;
}
.AnyTagClassName
{
color: #554853;
}
</style>
background-color css
<style>
a { background-color: #554853; }
a { background-color: rgb(85,72,83); }
div.DivClassName
{
background-color: #554853;
}
.BgClassName
{
background-color: #554853;
}
</style>
border-color css
<style>
span { border-color: #554853; }
span { border-color: rgb(85,72,83); }
td.TdClassName
{
border-color: #554853;
}
.TagClassName
{
border-color: #554853;
}
</style>