Shades of Purple Taupe #553B4D
Tints of Purple Taupe #553B4D
RGB
CMYK
RGB Variations
Color information
#553B4D (or 0x553B4D) is known color: Purple Taupe. HEX triplet: 55, 3B and 4D. RGB value is (85,59,77). Sum of RGB (Red+Green+Blue) = 85+59+77=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #553B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B4D is #AAC4B2. Grayscale: #444444. Windows color (decimal): -11191475 or 5061461. OLE color: 5061461.
HSL color Cylindrical-coordinate representation of color #553B4D: hue angle of 318.46º 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 #553B4D is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 77 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.67 |
| HSL | 318.46º | 0.18% | 0.28% | - |
| HSV(B) | 318.46º | 0.31% | 0.33% | - |
| XYZ | 6.65 | 5.6 | 7.75 | - |
| YUV | 68.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 77 | 0 | 0.31 | 0.09 | 0.67 | 318.46 | 0.18 | 0.28 |
| Hex | 55 | 3B | 4D | 0 | 1F | 9 | 43 | 13E | 12 | 1C |
| Octal | 125 | 73 | 115 | 0 | 37 | 11 | 103 | 476 | 22 | 34 |
| Binary | 1010101 | 111011 | 1001101 | 0 | 11111 | 1001 | 1000011 | 100111110 | 10010 | 11100 |
Color Harmonies of #553B4D
Complementary color
Monochromatic Colors of #553B4D
Black with #553B4D
Text Example
Text Example
White with #553B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B4D; }
p { color: rgb(85,59,77); }
H1.HeaderClassName
{
color: #553B4D;
}
.AnyTagClassName
{
color: #553B4D;
}
</style>
background-color css
<style>
a { background-color: #553B4D; }
a { background-color: rgb(85,59,77); }
div.DivClassName
{
background-color: #553B4D;
}
.BgClassName
{
background-color: #553B4D;
}
</style>
border-color css
<style>
span { border-color: #553B4D; }
span { border-color: rgb(85,59,77); }
td.TdClassName
{
border-color: #553B4D;
}
.TagClassName
{
border-color: #553B4D;
}
</style>