Shades of Masala #555350
Tints of Masala #555350
RGB
CMYK
RGB Variations
Color information
#555350 (or 0x555350) is known color: Masala. HEX triplet: 55, 53 and 50. RGB value is (85,83,80). Sum of RGB (Red+Green+Blue) = 85+83+80=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 85 - color contains mainly: red. Hex color #555350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555350 is #AAACAF. Grayscale: #535353. Windows color (decimal): -11185328 or 5264213. OLE color: 5264213.
HSL color Cylindrical-coordinate representation of color #555350: hue angle of 36º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555350 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 80 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.67 |
| HSL | 36º | 0.03% | 0.32% | - |
| HSV(B) | 36º | 0.06% | 0.33% | - |
| XYZ | 8.29 | 8.7 | 8.83 | - |
| YUV | 83.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 80 | 0 | 0.02 | 0.06 | 0.67 | 36 | 0.03 | 0.32 |
| Hex | 55 | 53 | 50 | 0 | 2 | 6 | 43 | 24 | 3 | 20 |
| Octal | 125 | 123 | 120 | 0 | 2 | 6 | 103 | 44 | 3 | 40 |
| Binary | 1010101 | 1010011 | 1010000 | 0 | 10 | 110 | 1000011 | 100100 | 11 | 100000 |
Color Harmonies of #555350
Complementary color
Monochromatic Colors of #555350
Black with #555350
Text Example
Text Example
White with #555350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555350; }
p { color: rgb(85,83,80); }
H1.HeaderClassName
{
color: #555350;
}
.AnyTagClassName
{
color: #555350;
}
</style>
background-color css
<style>
a { background-color: #555350; }
a { background-color: rgb(85,83,80); }
div.DivClassName
{
background-color: #555350;
}
.BgClassName
{
background-color: #555350;
}
</style>
border-color css
<style>
span { border-color: #555350; }
span { border-color: rgb(85,83,80); }
td.TdClassName
{
border-color: #555350;
}
.TagClassName
{
border-color: #555350;
}
</style>