COLOR #5DA589

HEX: #5DA589 RGB: (93,165,137)

Color info

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

RGB color model

#5DA589 color RGB value is (93,165,137).

RGB: (93,165,137) (36%, 65%, 54%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 137 of 255 = 54%

93
165
137

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

Portions of RGB colors in percentages

R + G + B = 93 + 165 + 137 = 395 (100%)
R 93 of 395 ~ 23.54%
G 165 of 395 ~ 41.77%
B 137 of 395 ~ 34.68'%

%23.54
%41.77
%34.68

CMYK color model

#5DA589 color CMYK value is (44,0,17,35).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK: (44,0,17,35) C44M0Y17K35 (44%,0%,17%,35%) (0.44/0.00/0.17/0.35) 

CMYK percentages

%43.64
%0
%16.97
%35.29

Codes

Color #5DA589 in popluar color models

5D A5 89
RGB 93 165 137
HSL 157° 28.57% 50.59%
HSB/HSV 157° 43.64% 64.71%
CMYK 43.64% 0.00% 16.97%
35.29%

Color #5DA589 in popluar number systems.

HEX 5D A5 89
Decimal 93 165 137
Binary 1011101 10100101 10001001
Octal 135 245 211

Shades and tints

Shades of #5DA589

#5DA589
(93,165,137)
#55967D
(85,150,125)
#4D8771
(77,135,113)
#457865
(69,120,101)
#3D6959
(61,105,89)
#355A4D
(53,90,77)
#2D4B41
(45,75,65)
#253C35
(37,60,53)
#1D2D29
(29,45,41)
#151E1D
(21,30,29)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #5DA589

#5DA589
(93,165,137)
#6BAD93
(107,173,147)
#79B59D
(121,181,157)
#87BDA7
(135,189,167)
#95C5B1
(149,197,177)
#A3CDBB
(163,205,187)
#B1D5C5
(177,213,197)
#BFDDCF
(191,221,207)
#CDE5D9
(205,229,217)
#DBEDE3
(219,237,227)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA589 color. Also use rgb(93,165,137) instead hex code.

Text Font Color

.myTextColor { color: #5DA589; }

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

This text font color is #5DA589.

Background Color

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

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

This div background color is #5DA589.

Border color

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

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

This div border color is #5DA589.

Opacity

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

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

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

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

This text has shadow with #5DA589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA589.

Preview

Color preview on black background

This text has color #5DA589 on black background.


Color preview on white background

This text has color #5DA589 on white background.


Black color preview on #5DA589 background

This text has black color on #5DA589 background.


White color preview on #5DA589 background

This text has white color on #5DA589 background.


Related colors

Complementary color

Complementary color for #hex is #A25A76.


I love getcolorcode.com

Triadic colors

1 #895DA5 and #A5895D with #5DA589 are triadic colors.

2 #89A55D and #A55D89 with #5DA589 are triadic colors.