Shades of Purple Taupe #554052
Tints of Purple Taupe #554052
RGB
CMYK
RGB Variations
Color information
#554052 (or 0x554052) is known color: Purple Taupe. HEX triplet: 55, 40 and 52. RGB value is (85,64,82). Sum of RGB (Red+Green+Blue) = 85+64+82=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554052 is #AABFAD. Grayscale: #484848. Windows color (decimal): -11190190 or 5390421. OLE color: 5390421.
HSL color Cylindrical-coordinate representation of color #554052: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554052 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 82 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.67 |
| HSL | 308.57º | 0.14% | 0.29% | - |
| HSV(B) | 308.57º | 0.25% | 0.33% | - |
| XYZ | 7.1 | 6.21 | 8.81 | - |
| YUV | 72.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 82 | 0 | 0.25 | 0.04 | 0.67 | 308.57 | 0.14 | 0.29 |
| Hex | 55 | 40 | 52 | 0 | 19 | 4 | 43 | 135 | E | 1D |
| Octal | 125 | 100 | 122 | 0 | 31 | 4 | 103 | 465 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1010010 | 0 | 11001 | 100 | 1000011 | 100110101 | 1110 | 11101 |
Color Harmonies of #554052
Complementary color
Monochromatic Colors of #554052
Black with #554052
Text Example
Text Example
White with #554052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554052; }
p { color: rgb(85,64,82); }
H1.HeaderClassName
{
color: #554052;
}
.AnyTagClassName
{
color: #554052;
}
</style>
background-color css
<style>
a { background-color: #554052; }
a { background-color: rgb(85,64,82); }
div.DivClassName
{
background-color: #554052;
}
.BgClassName
{
background-color: #554052;
}
</style>
border-color css
<style>
span { border-color: #554052; }
span { border-color: rgb(85,64,82); }
td.TdClassName
{
border-color: #554052;
}
.TagClassName
{
border-color: #554052;
}
</style>