Shades of Purple Taupe #553C4E
Tints of Purple Taupe #553C4E
RGB
CMYK
RGB Variations
Color information
#553C4E (or 0x553C4E) is known color: Purple Taupe. HEX triplet: 55, 3C and 4E. RGB value is (85,60,78). Sum of RGB (Red+Green+Blue) = 85+60+78=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C4E is #AAC3B1. Grayscale: #454545. Windows color (decimal): -11191218 or 5127253. OLE color: 5127253.
HSL color Cylindrical-coordinate representation of color #553C4E: hue angle of 316.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C4E is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 78 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.67 |
| HSL | 316.8º | 0.17% | 0.28% | - |
| HSV(B) | 316.8º | 0.29% | 0.33% | - |
| XYZ | 6.74 | 5.71 | 7.96 | - |
| YUV | 69.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 78 | 0 | 0.29 | 0.08 | 0.67 | 316.8 | 0.17 | 0.28 |
| Hex | 55 | 3C | 4E | 0 | 1D | 8 | 43 | 13D | 11 | 1C |
| Octal | 125 | 74 | 116 | 0 | 35 | 10 | 103 | 475 | 21 | 34 |
| Binary | 1010101 | 111100 | 1001110 | 0 | 11101 | 1000 | 1000011 | 100111101 | 10001 | 11100 |
Color Harmonies of #553C4E
Complementary color
Monochromatic Colors of #553C4E
Black with #553C4E
Text Example
Text Example
White with #553C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C4E; }
p { color: rgb(85,60,78); }
H1.HeaderClassName
{
color: #553C4E;
}
.AnyTagClassName
{
color: #553C4E;
}
</style>
background-color css
<style>
a { background-color: #553C4E; }
a { background-color: rgb(85,60,78); }
div.DivClassName
{
background-color: #553C4E;
}
.BgClassName
{
background-color: #553C4E;
}
</style>
border-color css
<style>
span { border-color: #553C4E; }
span { border-color: rgb(85,60,78); }
td.TdClassName
{
border-color: #553C4E;
}
.TagClassName
{
border-color: #553C4E;
}
</style>