Shades of Purple Taupe #544552
Tints of Purple Taupe #544552
RGB
CMYK
RGB Variations
Color information
#544552 (or 0x544552) is known color: Purple Taupe. HEX triplet: 54, 45 and 52. RGB value is (84,69,82). Sum of RGB (Red+Green+Blue) = 84+69+82=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544552 is #ABBAAD. Grayscale: #4A4A4A. Windows color (decimal): -11254446 or 5391700. OLE color: 5391700.
HSL color Cylindrical-coordinate representation of color #544552: hue angle of 308º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #544552 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 82 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.67 |
| HSL | 308º | 0.1% | 0.3% | - |
| HSV(B) | 308º | 0.18% | 0.33% | - |
| XYZ | 7.31 | 6.75 | 8.9 | - |
| YUV | 74.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 82 | 0 | 0.18 | 0.02 | 0.67 | 308 | 0.1 | 0.3 |
| Hex | 54 | 45 | 52 | 0 | 12 | 2 | 43 | 134 | A | 1E |
| Octal | 124 | 105 | 122 | 0 | 22 | 2 | 103 | 464 | 12 | 36 |
| Binary | 1010100 | 1000101 | 1010010 | 0 | 10010 | 10 | 1000011 | 100110100 | 1010 | 11110 |
Color Harmonies of #544552
Complementary color
Monochromatic Colors of #544552
Black with #544552
Text Example
Text Example
White with #544552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544552; }
p { color: rgb(84,69,82); }
H1.HeaderClassName
{
color: #544552;
}
.AnyTagClassName
{
color: #544552;
}
</style>
background-color css
<style>
a { background-color: #544552; }
a { background-color: rgb(84,69,82); }
div.DivClassName
{
background-color: #544552;
}
.BgClassName
{
background-color: #544552;
}
</style>
border-color css
<style>
span { border-color: #544552; }
span { border-color: rgb(84,69,82); }
td.TdClassName
{
border-color: #544552;
}
.TagClassName
{
border-color: #544552;
}
</style>