#56534C

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

Shades of Masala #56534C

Tints of Masala #56534C

Color information

#56534C (or 0x56534C) is unknown color: approx Masala. HEX triplet: 56, 53 and 4C. RGB value is (86,83,76). Sum of RGB (Red+Green+Blue) = 86+83+76=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #56534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56534C is #A9ACB3. Grayscale: #535353. Windows color (decimal): -11119796 or 5002070. OLE color: 5002070.

HSL color Cylindrical-coordinate representation of color #56534C: hue angle of 42º 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 #56534C is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB868376-
CMYK00.030.120.66
HSL42º6.17%31.76%-
HSV(B)42º11.63%33.73%-
XYZ8.248.698.08-
YUV83.1123.99130.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=35.10%
G=33.88%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86837600.030.120.66426.1731.76
Hex56534C03C422a620
Octal126123114031410252640
Binary10101101010011100110001111001000010101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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