COLOR #5EA594

HEX: #5EA594 RGB: (94,165,148)

Color info

#5EA594 contains mainly green and blue colors. Web safe color of #5EA594 is #669999 (or #699).

RGB color model

#5EA594 color RGB value is (94,165,148).

RGB: (94,165,148) (37%, 65%, 58%)

RGB channels and saturation

R 94 of 255 = 37%
G 165 of 255 = 65%
B 148 of 255 = 58%

94
165
148

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

Portions of RGB colors in percentages

R + G + B = 94 + 165 + 148 = 407 (100%)
R 94 of 407 ~ 23.1%
G 165 of 407 ~ 40.54%
B 148 of 407 ~ 36.36'%

%23.1
%40.54
%36.36

CMYK color model

#5EA594 color CMYK value is (43,0,10,35).

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

CMYK: (43,0,10,35)
C43M0Y10K35 (43%, 0%, 10%, 35%)
(0.43 / 0.00 / 0.10 / 0.35)

CMYK percentages

%43.03
%0
%10.3
%35.29

Codes

Color #5EA594 in popluar color models

5E A5 94
RGB 94 165 148
HSL 166° 28.29% 50.78%
HSB/HSV 166° 43.03% 64.71%
CMYK 43.03% 0.00% 10.30%
35.29%

Color #5EA594 in popluar number systems.

HEX 5E A5 94
Decimal 94 165 148
Binary 1011110 10100101 10010100
Octal 136 245 224

Shades and tints

Shades of #5EA594

#5EA594
(94,165,148)
#569687
(86,150,135)
#4E877A
(78,135,122)
#46786D
(70,120,109)
#3E6960
(62,105,96)
#365A53
(54,90,83)
#2E4B46
(46,75,70)
#263C39
(38,60,57)
#1E2D2C
(30,45,44)
#161E1F
(22,30,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #5EA594

#5EA594
(94,165,148)
#6CAD9D
(108,173,157)
#7AB5A6
(122,181,166)
#88BDAF
(136,189,175)
#96C5B8
(150,197,184)
#A4CDC1
(164,205,193)
#B2D5CA
(178,213,202)
#C0DDD3
(192,221,211)
#CEE5DC
(206,229,220)
#DCEDE5
(220,237,229)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA594; }

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

This text font color is #5EA594.

Background Color

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

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

This div background color is #5EA594.

Border color

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

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

This div border color is #5EA594.

Opacity

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

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

Text with #5EA594 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 #5EA594;}

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

This text has shadow with #5EA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EA594.

Preview

Color preview on black background

This text has color #5EA594 on black background.


Color preview on white background

This text has color #5EA594 on white background.


Black color preview on #5EA594 background

This text has black color on #5EA594 background.


White color preview on #5EA594 background

This text has white color on #5EA594 background.


Related colors

Complementary color

Complementary color for #hex is #A15A6B.


I love getcolorcode.com

Triadic colors

1 #945EA5 and #A5945E with #5EA594 are triadic colors.

2 #94A55E and #A55E94 with #5EA594 are triadic colors.