COLOR #5EA556

HEX: #5EA556 RGB: (94,165,86)

Color info

#5EA556 contains mainly green color. Web safe color of #5EA556 is #669966 (or #696).

RGB color model

#5EA556 color RGB value is (94,165,86).

RGB: (94,165,86) (37%, 65%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 165 of 255 = 65%
B 86 of 255 = 34%

94
165
86

R + G + B ~ 45%. #5EA556 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 165 + 86 = 345 (100%)
R 94 of 345 ~ 27.25%
G 165 of 345 ~ 47.83%
B 86 of 345 ~ 24.93'%

%27.25
%47.83
%24.93

CMYK color model

#5EA556 color CMYK value is (43,0,48,35).

  • cyan value is 43.03%
  • magenta value is 0.00%
  • yellow value is 47.88%
  • key color value is 35.29%

CMYK: (43,0,48,35)
C43M0Y48K35 (43%, 0%, 48%, 35%)
(0.43 / 0.00 / 0.48 / 0.35)

CMYK percentages

%43.03
%0
%47.88
%35.29

Codes

Color #5EA556 in popluar color models

5E A5 56
RGB 94 165 86
HSL 114° 31.47% 49.22%
HSB/HSV 114° 47.88% 64.71%
CMYK 43.03% 0.00% 47.88%
35.29%

Color #5EA556 in popluar number systems.

HEX 5E A5 56
Decimal 94 165 86
Binary 1011110 10100101 1010110
Octal 136 245 126

Shades and tints

Shades of #5EA556

#5EA556
(94,165,86)
#56964F
(86,150,79)
#4E8748
(78,135,72)
#467841
(70,120,65)
#3E693A
(62,105,58)
#365A33
(54,90,51)
#2E4B2C
(46,75,44)
#263C25
(38,60,37)
#1E2D1E
(30,45,30)
#161E17
(22,30,23)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5EA556

#5EA556
(94,165,86)
#6CAD65
(108,173,101)
#7AB574
(122,181,116)
#88BD83
(136,189,131)
#96C592
(150,197,146)
#A4CDA1
(164,205,161)
#B2D5B0
(178,213,176)
#C0DDBF
(192,221,191)
#CEE5CE
(206,229,206)
#DCEDDD
(220,237,221)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA556 color. Also use rgb(94,165,86) instead hex code.

Text Font Color

.myTextColor { color: #5EA556; }

<p style="color:#5EA556">This sample text font color is #5EA556.</p>

This text font color is #5EA556.

Background Color

.myBgColor { background-color: #5EA556; }

<div style="background-color:#5EA556">Inner text</div>

This div background color is #5EA556.

Border color

.myBorderColor { border: 1px solid #5EA556; }

<div style="border:3px solid #5EA556">Div</div>

This div border color is #5EA556.

Opacity

.myOpacity80 { color: #5EA556; opacity: 0.8; }

<p style="color:#5EA556;opacity:0.8;">80%</p>

Text with #5EA556 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5EA556;}

<p style="text-shadow: 3px 3px 1px #5EA556">Text here.</p>

This text has shadow with #5EA556 color.


.textShadow {text-shadow: 3px 3px 1px #5EA556', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5EA556, 5px 5px 20px red">Text here.</p>

This text has shadow with #5EA556 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5EA556, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5EA556, Direction=45, Strength=4)">Text</p>

This text has shadow with #5EA556 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5EA556;
-webkit-box-shadow: 1px 1px 3px 2px #5EA556;
box-shadow: 1px 1px 3px 2px #5EA556;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5EA556; -webkit-box-shadow: 1px 1px 3px 2px #5EA556; box-shadow:1px 1px 3px 2px #5EA556;">
Div content here
</div>

This div box has shadow with color #5EA556.

Preview

Color preview on black background

This text has color #5EA556 on black background.


Color preview on white background

This text has color #5EA556 on white background.


Black color preview on #5EA556 background

This text has black color on #5EA556 background.


White color preview on #5EA556 background

This text has white color on #5EA556 background.


Related colors

Complementary color

Complementary color for #hex is #A15AA9.


I love getcolorcode.com

Triadic colors

1 #565EA5 and #A5565E with #5EA556 are triadic colors.

2 #56A55E and #A55E56 with #5EA556 are triadic colors.