#56544E

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

Shades of Masala #56544E

Tints of Masala #56544E

Color information

#56544E (or 0x56544E) is unknown color: approx Masala. HEX triplet: 56, 54 and 4E. RGB value is (86,84,78). Sum of RGB (Red+Green+Blue) = 86+84+78=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #56544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56544E is #A9ABB1. Grayscale: #535353. Windows color (decimal): -11119538 or 5133398. OLE color: 5133398.

HSL color Cylindrical-coordinate representation of color #56544E: hue angle of 45º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #56544E is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB868478-
CMYK00.020.090.66
HSL45º4.88%32.16%-
HSV(B)45º9.3%33.73%-
XYZ8.388.878.48-
YUV83.91124.66129.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=34.68%
G=33.87%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86847800.020.090.66454.8832.16
Hex56544E029422d520
Octal126124116021110255540
Binary10101101010100100111001010011000010101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56544E; }

 p { color: rgb(86,84,78); }

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

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

 a { background-color: rgb(86,84,78); }

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

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

 span { border-color: rgb(86,84,78); }

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