#565249

Color #565249 Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #565249

Tints of Masala #565249

Color information

#565249 (or 0x565249) is unknown color: approx Masala. HEX triplet: 56, 52 and 49. RGB value is (86,82,73). Sum of RGB (Red+Green+Blue) = 86+82+73=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #565249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565249 is #A9ADB6. Grayscale: #525252. Windows color (decimal): -11120055 or 4805206. OLE color: 4805206.

HSL color Cylindrical-coordinate representation of color #565249: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #565249 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB868273-
CMYK00.050.150.66
HSL41.54º8.18%31.18%-
HSV(B)41.54º15.12%33.73%-
XYZ8.068.497.52-
YUV82.17122.83130.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=35.68%
G=34.02%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86827300.050.150.6641.548.1831.18
Hex56524905F422a81f
Octal1261221110517102521037
Binary101011010100101001001010111111000010101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565249; }

 p { color: rgb(86,82,73); }

 H1.HeaderClassName
 {
   color: #565249;
 }
 .AnyTagClassName
 {
   color: #565249;
 }
</style>
background-color css

<style>
 a { background-color: #565249; }

 a { background-color: rgb(86,82,73); }

 div.DivClassName
 {
   background-color: #565249;
 }
 .BgClassName
 {
   background-color: #565249;
 }
</style>
border-color css

<style>
 span { border-color: #565249; }

 span { border-color: rgb(86,82,73); }

 td.TdClassName
 {
   border-color: #565249;
 }
 .TagClassName
 {
   border-color: #565249;
 }
</style>