Shades of Purple Taupe #544E53
Tints of Purple Taupe #544E53
RGB
CMYK
RGB Variations
Color information
#544E53 (or 0x544E53) is known color: Purple Taupe. HEX triplet: 54, 4E and 53. RGB value is (84,78,83). Sum of RGB (Red+Green+Blue) = 84+78+83=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 84 - color contains mainly: red. Hex color #544E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E53 is #ABB1AC. Grayscale: #505050. Windows color (decimal): -11252141 or 5459540. OLE color: 5459540.
HSL color Cylindrical-coordinate representation of color #544E53: hue angle of 310º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544E53 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 83 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.67 |
| HSL | 310º | 0.04% | 0.32% | - |
| HSV(B) | 310º | 0.07% | 0.33% | - |
| XYZ | 7.94 | 7.96 | 9.3 | - |
| YUV | 80.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 83 | 0 | 0.07 | 0.01 | 0.67 | 310 | 0.04 | 0.32 |
| Hex | 54 | 4E | 53 | 0 | 7 | 1 | 43 | 136 | 4 | 20 |
| Octal | 124 | 116 | 123 | 0 | 7 | 1 | 103 | 466 | 4 | 40 |
| Binary | 1010100 | 1001110 | 1010011 | 0 | 111 | 1 | 1000011 | 100110110 | 100 | 100000 |
Color Harmonies of #544E53
Complementary color
Monochromatic Colors of #544E53
Black with #544E53
Text Example
Text Example
White with #544E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E53; }
p { color: rgb(84,78,83); }
H1.HeaderClassName
{
color: #544E53;
}
.AnyTagClassName
{
color: #544E53;
}
</style>
background-color css
<style>
a { background-color: #544E53; }
a { background-color: rgb(84,78,83); }
div.DivClassName
{
background-color: #544E53;
}
.BgClassName
{
background-color: #544E53;
}
</style>
border-color css
<style>
span { border-color: #544E53; }
span { border-color: rgb(84,78,83); }
td.TdClassName
{
border-color: #544E53;
}
.TagClassName
{
border-color: #544E53;
}
</style>