Shades of Purple Taupe #553B4E
Tints of Purple Taupe #553B4E
RGB
CMYK
RGB Variations
Color information
#553B4E (or 0x553B4E) is known color: Purple Taupe. HEX triplet: 55, 3B and 4E. RGB value is (85,59,78). Sum of RGB (Red+Green+Blue) = 85+59+78=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B4E is #AAC4B1. Grayscale: #444444. Windows color (decimal): -11191474 or 5126997. OLE color: 5126997.
HSL color Cylindrical-coordinate representation of color #553B4E: hue angle of 316.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553B4E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 78 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.67 |
| HSL | 316.15º | 0.18% | 0.28% | - |
| HSV(B) | 316.15º | 0.31% | 0.33% | - |
| XYZ | 6.69 | 5.61 | 7.94 | - |
| YUV | 68.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 78 | 0 | 0.31 | 0.08 | 0.67 | 316.15 | 0.18 | 0.28 |
| Hex | 55 | 3B | 4E | 0 | 1F | 8 | 43 | 13C | 12 | 1C |
| Octal | 125 | 73 | 116 | 0 | 37 | 10 | 103 | 474 | 22 | 34 |
| Binary | 1010101 | 111011 | 1001110 | 0 | 11111 | 1000 | 1000011 | 100111100 | 10010 | 11100 |
Color Harmonies of #553B4E
Complementary color
Monochromatic Colors of #553B4E
Black with #553B4E
Text Example
Text Example
White with #553B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B4E; }
p { color: rgb(85,59,78); }
H1.HeaderClassName
{
color: #553B4E;
}
.AnyTagClassName
{
color: #553B4E;
}
</style>
background-color css
<style>
a { background-color: #553B4E; }
a { background-color: rgb(85,59,78); }
div.DivClassName
{
background-color: #553B4E;
}
.BgClassName
{
background-color: #553B4E;
}
</style>
border-color css
<style>
span { border-color: #553B4E; }
span { border-color: rgb(85,59,78); }
td.TdClassName
{
border-color: #553B4E;
}
.TagClassName
{
border-color: #553B4E;
}
</style>