Shades of Masala #565248
Tints of Masala #565248
RGB
CMYK
RGB Variations
Color information
#565248 (or 0x565248) is known color: Masala. HEX triplet: 56, 52 and 48. RGB value is (86,82,72). Sum of RGB (Red+Green+Blue) = 86+82+72=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #565248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565248 is #A9ADB7. Grayscale: #525252. Windows color (decimal): -11120056 or 4739670. OLE color: 4739670.
HSL color Cylindrical-coordinate representation of color #565248: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565248 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 72 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.66 |
| HSL | 42.86º | 0.09% | 0.31% | - |
| HSV(B) | 42.86º | 0.16% | 0.34% | - |
| XYZ | 8.02 | 8.48 | 7.34 | - |
| YUV | 82.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 72 | 0 | 0.05 | 0.16 | 0.66 | 42.86 | 0.09 | 0.31 |
| Hex | 56 | 52 | 48 | 0 | 5 | 10 | 42 | 2B | 9 | 1F |
| Octal | 126 | 122 | 110 | 0 | 5 | 20 | 102 | 53 | 11 | 37 |
| Binary | 1010110 | 1010010 | 1001000 | 0 | 101 | 10000 | 1000010 | 101011 | 1001 | 11111 |
Color Harmonies of #565248
Complementary color
Monochromatic Colors of #565248
Black with #565248
Text Example
Text Example
White with #565248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565248; }
p { color: rgb(86,82,72); }
H1.HeaderClassName
{
color: #565248;
}
.AnyTagClassName
{
color: #565248;
}
</style>
background-color css
<style>
a { background-color: #565248; }
a { background-color: rgb(86,82,72); }
div.DivClassName
{
background-color: #565248;
}
.BgClassName
{
background-color: #565248;
}
</style>
border-color css
<style>
span { border-color: #565248; }
span { border-color: rgb(86,82,72); }
td.TdClassName
{
border-color: #565248;
}
.TagClassName
{
border-color: #565248;
}
</style>