Shades of Purple Taupe #553D54
Tints of Purple Taupe #553D54
RGB
CMYK
RGB Variations
Color information
#553D54 (or 0x553D54) is known color: Purple Taupe. HEX triplet: 55, 3D and 54. RGB value is (85,61,84). Sum of RGB (Red+Green+Blue) = 85+61+84=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #553D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D54 is #AAC2AB. Grayscale: #464646. Windows color (decimal): -11190956 or 5520725. OLE color: 5520725.
HSL color Cylindrical-coordinate representation of color #553D54: hue angle of 302.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D54 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 84 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.67 |
| HSL | 302.5º | 0.16% | 0.29% | - |
| HSV(B) | 302.5º | 0.28% | 0.33% | - |
| XYZ | 7.02 | 5.91 | 9.16 | - |
| YUV | 70.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 84 | 0 | 0.28 | 0.01 | 0.67 | 302.5 | 0.16 | 0.29 |
| Hex | 55 | 3D | 54 | 0 | 1C | 1 | 43 | 12E | 10 | 1D |
| Octal | 125 | 75 | 124 | 0 | 34 | 1 | 103 | 456 | 20 | 35 |
| Binary | 1010101 | 111101 | 1010100 | 0 | 11100 | 1 | 1000011 | 100101110 | 10000 | 11101 |
Color Harmonies of #553D54
Complementary color
Monochromatic Colors of #553D54
Black with #553D54
Text Example
Text Example
White with #553D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D54; }
p { color: rgb(85,61,84); }
H1.HeaderClassName
{
color: #553D54;
}
.AnyTagClassName
{
color: #553D54;
}
</style>
background-color css
<style>
a { background-color: #553D54; }
a { background-color: rgb(85,61,84); }
div.DivClassName
{
background-color: #553D54;
}
.BgClassName
{
background-color: #553D54;
}
</style>
border-color css
<style>
span { border-color: #553D54; }
span { border-color: rgb(85,61,84); }
td.TdClassName
{
border-color: #553D54;
}
.TagClassName
{
border-color: #553D54;
}
</style>