Shades of Masala #555452
Tints of Masala #555452
RGB
CMYK
RGB Variations
Color information
#555452 (or 0x555452) is known color: Masala. HEX triplet: 55, 54 and 52. RGB value is (85,84,82). Sum of RGB (Red+Green+Blue) = 85+84+82=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 85 - color contains mainly: red. Hex color #555452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555452 is #AAABAD. Grayscale: #545454. Windows color (decimal): -11185070 or 5395541. OLE color: 5395541.
HSL color Cylindrical-coordinate representation of color #555452: hue angle of 40º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555452 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 82 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.67 |
| HSL | 40º | 0.02% | 0.33% | - |
| HSV(B) | 40º | 0.04% | 0.33% | - |
| XYZ | 8.44 | 8.88 | 9.25 | - |
| YUV | 84.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 82 | 0 | 0.01 | 0.04 | 0.67 | 40 | 0.02 | 0.33 |
| Hex | 55 | 54 | 52 | 0 | 1 | 4 | 43 | 28 | 2 | 21 |
| Octal | 125 | 124 | 122 | 0 | 1 | 4 | 103 | 50 | 2 | 41 |
| Binary | 1010101 | 1010100 | 1010010 | 0 | 1 | 100 | 1000011 | 101000 | 10 | 100001 |
Color Harmonies of #555452
Complementary color
Monochromatic Colors of #555452
Black with #555452
Text Example
Text Example
White with #555452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555452; }
p { color: rgb(85,84,82); }
H1.HeaderClassName
{
color: #555452;
}
.AnyTagClassName
{
color: #555452;
}
</style>
background-color css
<style>
a { background-color: #555452; }
a { background-color: rgb(85,84,82); }
div.DivClassName
{
background-color: #555452;
}
.BgClassName
{
background-color: #555452;
}
</style>
border-color css
<style>
span { border-color: #555452; }
span { border-color: rgb(85,84,82); }
td.TdClassName
{
border-color: #555452;
}
.TagClassName
{
border-color: #555452;
}
</style>