#56534F

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

Shades of Masala #56534F

Tints of Masala #56534F

Color information

#56534F (or 0x56534F) is unknown color: approx Masala. HEX triplet: 56, 53 and 4F. RGB value is (86,83,79). Sum of RGB (Red+Green+Blue) = 86+83+79=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #56534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56534F is #A9ACB0. Grayscale: #535353. Windows color (decimal): -11119793 or 5198678. OLE color: 5198678.

HSL color Cylindrical-coordinate representation of color #56534F: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56534F is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB868379-
CMYK00.030.080.66
HSL34.29º4.24%32.35%-
HSV(B)34.29º8.14%33.73%-
XYZ8.348.738.64-
YUV83.44125.49129.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=34.68%
G=33.47%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86837900.030.080.6634.294.2432.35
Hex56534F0384222420
Octal126123117031010242440
Binary10101101010011100111101110001000010100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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