Shades of Masala #565450
Tints of Masala #565450
RGB
CMYK
RGB Variations
Color information
#565450 (or 0x565450) is known color: Masala. HEX triplet: 56, 54 and 50. RGB value is (86,84,80). Sum of RGB (Red+Green+Blue) = 86+84+80=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 86 - color contains mainly: red. Hex color #565450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565450 is #A9ABAF. Grayscale: #545454. Windows color (decimal): -11119536 or 5264470. OLE color: 5264470.
HSL color Cylindrical-coordinate representation of color #565450: hue angle of 40º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565450 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 80 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.66 |
| HSL | 40º | 0.04% | 0.33% | - |
| HSV(B) | 40º | 0.07% | 0.34% | - |
| XYZ | 8.46 | 8.9 | 8.86 | - |
| YUV | 84.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 80 | 0 | 0.02 | 0.07 | 0.66 | 40 | 0.04 | 0.33 |
| Hex | 56 | 54 | 50 | 0 | 2 | 7 | 42 | 28 | 4 | 21 |
| Octal | 126 | 124 | 120 | 0 | 2 | 7 | 102 | 50 | 4 | 41 |
| Binary | 1010110 | 1010100 | 1010000 | 0 | 10 | 111 | 1000010 | 101000 | 100 | 100001 |
Color Harmonies of #565450
Complementary color
Monochromatic Colors of #565450
Black with #565450
Text Example
Text Example
White with #565450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565450; }
p { color: rgb(86,84,80); }
H1.HeaderClassName
{
color: #565450;
}
.AnyTagClassName
{
color: #565450;
}
</style>
background-color css
<style>
a { background-color: #565450; }
a { background-color: rgb(86,84,80); }
div.DivClassName
{
background-color: #565450;
}
.BgClassName
{
background-color: #565450;
}
</style>
border-color css
<style>
span { border-color: #565450; }
span { border-color: rgb(86,84,80); }
td.TdClassName
{
border-color: #565450;
}
.TagClassName
{
border-color: #565450;
}
</style>