Shades of Purple Taupe #553B4B
Tints of Purple Taupe #553B4B
RGB
CMYK
RGB Variations
Color information
#553B4B (or 0x553B4B) is known color: Purple Taupe. HEX triplet: 55, 3B and 4B. RGB value is (85,59,75). Sum of RGB (Red+Green+Blue) = 85+59+75=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B4B is #AAC4B4. Grayscale: #444444. Windows color (decimal): -11191477 or 4930389. OLE color: 4930389.
HSL color Cylindrical-coordinate representation of color #553B4B: hue angle of 323.08º 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 #553B4B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 75 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.67 |
| HSL | 323.08º | 0.18% | 0.28% | - |
| HSV(B) | 323.08º | 0.31% | 0.33% | - |
| XYZ | 6.58 | 5.57 | 7.38 | - |
| YUV | 68.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 75 | 0 | 0.31 | 0.12 | 0.67 | 323.08 | 0.18 | 0.28 |
| Hex | 55 | 3B | 4B | 0 | 1F | C | 43 | 143 | 12 | 1C |
| Octal | 125 | 73 | 113 | 0 | 37 | 14 | 103 | 503 | 22 | 34 |
| Binary | 1010101 | 111011 | 1001011 | 0 | 11111 | 1100 | 1000011 | 101000011 | 10010 | 11100 |
Color Harmonies of #553B4B
Complementary color
Monochromatic Colors of #553B4B
Black with #553B4B
Text Example
Text Example
White with #553B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B4B; }
p { color: rgb(85,59,75); }
H1.HeaderClassName
{
color: #553B4B;
}
.AnyTagClassName
{
color: #553B4B;
}
</style>
background-color css
<style>
a { background-color: #553B4B; }
a { background-color: rgb(85,59,75); }
div.DivClassName
{
background-color: #553B4B;
}
.BgClassName
{
background-color: #553B4B;
}
</style>
border-color css
<style>
span { border-color: #553B4B; }
span { border-color: rgb(85,59,75); }
td.TdClassName
{
border-color: #553B4B;
}
.TagClassName
{
border-color: #553B4B;
}
</style>