Color Hex Logo

#56805e Color Hex

#56805E
(86,128,94)
0 Favorites   0 Comments

Color spaces of #56805e

RGB 8612894
HSL0.370.200.42
HSV131°33°50°
CMYK 0.330.000.27   0.50
XYZ13.577318.224913.3918
Yxy18.22490.30040.4033
Hunter Lab42.6906-17.938611.2845
CIE-Lab49.7678-22.108113.9309

#56805e color RGB value is (86,128,94).

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

The process color (four color CMYK) of #56805e color hex is 0.33, 0.00, 0.27, 0.50. Web safe color of #56805e is #669966. Color #56805e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000000 01011110
Octal 126 200 136
Decimal 86 128 94
Hex 56 80 5E

RGB Percentages of Color #56805e

%27.92
%41.56
%30.52

CMYK Percentages of Color #56805e

%33
%0
%27
%50

Triadic Colors of #56805e

#56805e #5e5680 #805e56

Analogous Colors of #56805e

#56805e #568073 #638056

Monochromatic Colors of #56805e

#56805e

Complementary Color

#56805e #805678

#56805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56805e Color CSS Codes

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

#56805e Text Font Color

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

This sample text font color is #56805e
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.


#56805e Background Color

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

This div background color is #56805e


#56805e Border Color

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

This div border color is #56805e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,128,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 #56805e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56805e


Comments

No comments written yet.

Please login to write comment.