Shades of Purple Taupe #544C53
Tints of Purple Taupe #544C53
RGB
CMYK
RGB Variations
Color information
#544C53 (or 0x544C53) is known color: Purple Taupe. HEX triplet: 54, 4C and 53. RGB value is (84,76,83). Sum of RGB (Red+Green+Blue) = 84+76+83=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 84 - color contains mainly: red. Hex color #544C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C53 is #ABB3AC. Grayscale: #4F4F4F. Windows color (decimal): -11252653 or 5459028. OLE color: 5459028.
HSL color Cylindrical-coordinate representation of color #544C53: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #544C53 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 83 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.67 |
| HSL | 307.5º | 0.05% | 0.31% | - |
| HSV(B) | 307.5º | 0.1% | 0.33% | - |
| XYZ | 7.8 | 7.68 | 9.25 | - |
| YUV | 79.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 83 | 0 | 0.10 | 0.01 | 0.67 | 307.5 | 0.05 | 0.31 |
| Hex | 54 | 4C | 53 | 0 | A | 1 | 43 | 134 | 5 | 1F |
| Octal | 124 | 114 | 123 | 0 | 12 | 1 | 103 | 464 | 5 | 37 |
| Binary | 1010100 | 1001100 | 1010011 | 0 | 1010 | 1 | 1000011 | 100110100 | 101 | 11111 |
Color Harmonies of #544C53
Complementary color
Monochromatic Colors of #544C53
Black with #544C53
Text Example
Text Example
White with #544C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C53; }
p { color: rgb(84,76,83); }
H1.HeaderClassName
{
color: #544C53;
}
.AnyTagClassName
{
color: #544C53;
}
</style>
background-color css
<style>
a { background-color: #544C53; }
a { background-color: rgb(84,76,83); }
div.DivClassName
{
background-color: #544C53;
}
.BgClassName
{
background-color: #544C53;
}
</style>
border-color css
<style>
span { border-color: #544C53; }
span { border-color: rgb(84,76,83); }
td.TdClassName
{
border-color: #544C53;
}
.TagClassName
{
border-color: #544C53;
}
</style>