Color Hex Logo

#56775e Color Hex

#56775E
(86,119,94)
0 Favorites   0 Comments

Color spaces of #56775e

RGB 8611994
HSL0.370.160.40
HSV135°28°47°
CMYK 0.280.000.21   0.53
XYZ12.455015.980213.0177
Yxy15.98020.30050.3855
Hunter Lab39.9752-14.34188.6752
CIE-Lab46.9485-17.366010.0050

#56775e color RGB value is (86,119,94).

#56775e hex color red value is 86, green value is 119 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #56775e hue: 0.37 , saturation: 0.16 and the lightness value of 56775e is 0.40.

The process color (four color CMYK) of #56775e color hex is 0.28, 0.00, 0.21, 0.53. Web safe color of #56775e is #666666. Color #56775e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110111 01011110
Octal 126 167 136
Decimal 86 119 94
Hex 56 77 5E

RGB Percentages of Color #56775e

%28.76
%39.80
%31.44

CMYK Percentages of Color #56775e

%28
%0
%21
%53

Triadic Colors of #56775e

#56775e #5e5677 #775e56

Analogous Colors of #56775e

#56775e #56776f #5f7756

Monochromatic Colors of #56775e

#56775e

Complementary Color

#56775e #77566f

#56775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56775e Color CSS Codes

.mybgcolor {background-color:#56775e; } 
.myforecolor {color:#56775e; }
.mybordercolor {border:3px solid #56775e; }

#56775e Text Font Color

<p style="color:#56775e">Text here</p>

This sample text font color is #56775e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#56775e Background Color

<div style="background-color:#56775e">
Div content here</div>

This div background color is #56775e


#56775e Border Color

<div style="border:3px solid #56775e">
Div here</div>

This div border color is #56775e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,119,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56775e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56775e;
  -webkit-box-shadow: 1px 1px 3px 2px #56775e;
  box-shadow:         1px 1px 3px 2px #56775e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,119,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #56775e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #56775e;
  -webkit-box-shadow: 1px 1px 3px 2px #56775e;
  box-shadow:         1px 1px 3px 2px #56775e;">
Div content here</div>

This div box has shadow with color #56775e


Comments

No comments written yet.

Please login to write comment.