#56524C

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

Shades of Masala #56524C

Tints of Masala #56524C

Color information

#56524C (or 0x56524C) is unknown color: approx Masala. HEX triplet: 56, 52 and 4C. RGB value is (86,82,76). Sum of RGB (Red+Green+Blue) = 86+82+76=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #56524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56524C is #A9ADB3. Grayscale: #525252. Windows color (decimal): -11120052 or 5001814. OLE color: 5001814.

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

Color convert

RGB868276-
CMYK00.050.120.66
HSL36º6.17%31.76%-
HSV(B)36º11.63%33.73%-
XYZ8.168.538.05-
YUV82.51124.33130.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=35.25%
G=33.61%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86827600.050.120.66366.1731.76
Hex56524C05C4224620
Octal126122114051410244640
Binary101011010100101001100010111001000010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56524C; }

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

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

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

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

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

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

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

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