Shades of Purple Taupe #553E4E
Tints of Purple Taupe #553E4E
RGB
CMYK
RGB Variations
Color information
#553E4E (or 0x553E4E) is known color: Purple Taupe. HEX triplet: 55, 3E and 4E. RGB value is (85,62,78). Sum of RGB (Red+Green+Blue) = 85+62+78=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #553E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E4E is #AAC1B1. Grayscale: #464646. Windows color (decimal): -11190706 or 5127765. OLE color: 5127765.
HSL color Cylindrical-coordinate representation of color #553E4E: hue angle of 318.26º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E4E is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 78 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.67 |
| HSL | 318.26º | 0.16% | 0.29% | - |
| HSV(B) | 318.26º | 0.27% | 0.33% | - |
| XYZ | 6.84 | 5.93 | 7.99 | - |
| YUV | 70.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 78 | 0 | 0.27 | 0.08 | 0.67 | 318.26 | 0.16 | 0.29 |
| Hex | 55 | 3E | 4E | 0 | 1B | 8 | 43 | 13E | 10 | 1D |
| Octal | 125 | 76 | 116 | 0 | 33 | 10 | 103 | 476 | 20 | 35 |
| Binary | 1010101 | 111110 | 1001110 | 0 | 11011 | 1000 | 1000011 | 100111110 | 10000 | 11101 |
Color Harmonies of #553E4E
Complementary color
Monochromatic Colors of #553E4E
Black with #553E4E
Text Example
Text Example
White with #553E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E4E; }
p { color: rgb(85,62,78); }
H1.HeaderClassName
{
color: #553E4E;
}
.AnyTagClassName
{
color: #553E4E;
}
</style>
background-color css
<style>
a { background-color: #553E4E; }
a { background-color: rgb(85,62,78); }
div.DivClassName
{
background-color: #553E4E;
}
.BgClassName
{
background-color: #553E4E;
}
</style>
border-color css
<style>
span { border-color: #553E4E; }
span { border-color: rgb(85,62,78); }
td.TdClassName
{
border-color: #553E4E;
}
.TagClassName
{
border-color: #553E4E;
}
</style>