Shades of Purple Taupe #554253
Tints of Purple Taupe #554253
RGB
CMYK
RGB Variations
Color information
#554253 (or 0x554253) is known color: Purple Taupe. HEX triplet: 55, 42 and 53. RGB value is (85,66,83). Sum of RGB (Red+Green+Blue) = 85+66+83=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554253 is #AABDAC. Grayscale: #494949. Windows color (decimal): -11189677 or 5456469. OLE color: 5456469.
HSL color Cylindrical-coordinate representation of color #554253: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554253 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 83 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.67 |
| HSL | 306.32º | 0.13% | 0.3% | - |
| HSV(B) | 306.32º | 0.22% | 0.33% | - |
| XYZ | 7.26 | 6.45 | 9.05 | - |
| YUV | 73.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 83 | 0 | 0.22 | 0.02 | 0.67 | 306.32 | 0.13 | 0.3 |
| Hex | 55 | 42 | 53 | 0 | 16 | 2 | 43 | 132 | D | 1E |
| Octal | 125 | 102 | 123 | 0 | 26 | 2 | 103 | 462 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1010011 | 0 | 10110 | 10 | 1000011 | 100110010 | 1101 | 11110 |
Color Harmonies of #554253
Complementary color
Monochromatic Colors of #554253
Black with #554253
Text Example
Text Example
White with #554253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554253; }
p { color: rgb(85,66,83); }
H1.HeaderClassName
{
color: #554253;
}
.AnyTagClassName
{
color: #554253;
}
</style>
background-color css
<style>
a { background-color: #554253; }
a { background-color: rgb(85,66,83); }
div.DivClassName
{
background-color: #554253;
}
.BgClassName
{
background-color: #554253;
}
</style>
border-color css
<style>
span { border-color: #554253; }
span { border-color: rgb(85,66,83); }
td.TdClassName
{
border-color: #554253;
}
.TagClassName
{
border-color: #554253;
}
</style>