COLOR #5DA564

HEX: #5DA564 RGB: (93,165,100)

Color info

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

RGB color model

#5DA564 color RGB value is (93,165,100).

RGB: (93,165,100) (36%, 65%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 100 of 255 = 39%

93
165
100

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

Portions of RGB colors in percentages

R + G + B = 93 + 165 + 100 = 358 (100%)
R 93 of 358 ~ 25.98%
G 165 of 358 ~ 46.09%
B 100 of 358 ~ 27.93'%

%25.98
%46.09
%27.93

CMYK color model

#5DA564 color CMYK value is (44,0,39,35).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 35.29%

CMYK: (44,0,39,35)
C44M0Y39K35 (44%, 0%, 39%, 35%)
(0.44 / 0.00 / 0.39 / 0.35)

CMYK percentages

%43.64
%0
%39.39
%35.29

Codes

Color #5DA564 in popluar color models

5D A5 64
RGB 93 165 100
HSL 126° 28.57% 50.59%
HSB/HSV 126° 43.64% 64.71%
CMYK 43.64% 0.00% 39.39%
35.29%

Color #5DA564 in popluar number systems.

HEX 5D A5 64
Decimal 93 165 100
Binary 1011101 10100101 1100100
Octal 135 245 144

Shades and tints

Shades of #5DA564

#5DA564
(93,165,100)
#55965B
(85,150,91)
#4D8752
(77,135,82)
#457849
(69,120,73)
#3D6940
(61,105,64)
#355A37
(53,90,55)
#2D4B2E
(45,75,46)
#253C25
(37,60,37)
#1D2D1C
(29,45,28)
#151E13
(21,30,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #5DA564

#5DA564
(93,165,100)
#6BAD72
(107,173,114)
#79B580
(121,181,128)
#87BD8E
(135,189,142)
#95C59C
(149,197,156)
#A3CDAA
(163,205,170)
#B1D5B8
(177,213,184)
#BFDDC6
(191,221,198)
#CDE5D4
(205,229,212)
#DBEDE2
(219,237,226)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA564; }

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

This text font color is #5DA564.

Background Color

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

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

This div background color is #5DA564.

Border color

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

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

This div border color is #5DA564.

Opacity

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

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

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

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

This text has shadow with #5DA564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA564.

Preview

Color preview on black background

This text has color #5DA564 on black background.


Color preview on white background

This text has color #5DA564 on white background.


Black color preview on #5DA564 background

This text has black color on #5DA564 background.


White color preview on #5DA564 background

This text has white color on #5DA564 background.


Related colors

Complementary color

Complementary color for #hex is #A25A9B.


I love getcolorcode.com

Triadic colors

1 #645DA5 and #A5645D with #5DA564 are triadic colors.

2 #64A55D and #A55D64 with #5DA564 are triadic colors.