Shades of Purple Taupe #555355
Tints of Purple Taupe #555355
RGB
CMYK
RGB Variations
Color information
#555355 (or 0x555355) is known color: Purple Taupe. HEX triplet: 55, 53 and 55. RGB value is (85,83,85). Sum of RGB (Red+Green+Blue) = 85+83+85=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #555355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555355 is #AAACAA. Grayscale: #535353. Windows color (decimal): -11185323 or 5591893. OLE color: 5591893.
HSL color Cylindrical-coordinate representation of color #555355: hue angle of 300º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #555355 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 85 | 83 | 85 | - |
CMYK | 0 | 0.02 | 0 | 0.67 |
HSL | 300º | 0.01% | 0.33% | - |
HSV(B) | 300º | 0.02% | 0.33% | - |
XYZ | 8.48 | 8.77 | 9.84 | - |
YUV | 83.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 83 | 85 | 0 | 0.02 | 0 | 0.67 | 300 | 0.01 | 0.33 |
Hex | 55 | 53 | 55 | 0 | 2 | 0 | 43 | 12C | 1 | 21 |
Octal | 125 | 123 | 125 | 0 | 2 | 0 | 103 | 454 | 1 | 41 |
Binary | 1010101 | 1010011 | 1010101 | 0 | 10 | 0 | 1000011 | 100101100 | 1 | 100001 |
Color Harmonies of #555355
Complementary color
Monochromatic Colors of #555355
Black with #555355
Text Example
Text Example
White with #555355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555355; }
p { color: rgb(85,83,85); }
H1.HeaderClassName
{
color: #555355;
}
.AnyTagClassName
{
color: #555355;
}
</style>
background-color css
<style>
a { background-color: #555355; }
a { background-color: rgb(85,83,85); }
div.DivClassName
{
background-color: #555355;
}
.BgClassName
{
background-color: #555355;
}
</style>
border-color css
<style>
span { border-color: #555355; }
span { border-color: rgb(85,83,85); }
td.TdClassName
{
border-color: #555355;
}
.TagClassName
{
border-color: #555355;
}
</style>