COLOR #5DA556

HEX: #5DA556 RGB: (93,165,86)

Color info

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

RGB color model

#5DA556 color RGB value is (93,165,86).

RGB: (93,165,86) (36%, 65%, 34%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 86 of 255 = 34%

93
165
86

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

Portions of RGB colors in percentages

R + G + B = 93 + 165 + 86 = 344 (100%)
R 93 of 344 ~ 27.03%
G 165 of 344 ~ 47.97%
B 86 of 344 ~ 25'%

%27.03
%47.97
%25

CMYK color model

#5DA556 color CMYK value is (44,0,48,35).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 47.88%
  • key color value is 35.29%
CMYK: (44,0,48,35) C44M0Y48K35 (44%,0%,48%,35%) (0.44/0.00/0.48/0.35) 

CMYK percentages

%43.64
%0
%47.88
%35.29

Codes

Color #5DA556 in popluar color models

5D A5 56
RGB 93 165 86
HSL 115° 31.47% 49.22%
HSB/HSV 115° 47.88% 64.71%
CMYK 43.64% 0.00% 47.88%
35.29%

Color #5DA556 in popluar number systems.

HEX 5D A5 56
Decimal 93 165 86
Binary 1011101 10100101 1010110
Octal 135 245 126

Shades and tints

Shades of #5DA556

#5DA556
(93,165,86)
#55964F
(85,150,79)
#4D8748
(77,135,72)
#457841
(69,120,65)
#3D693A
(61,105,58)
#355A33
(53,90,51)
#2D4B2C
(45,75,44)
#253C25
(37,60,37)
#1D2D1E
(29,45,30)
#151E17
(21,30,23)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #5DA556

#5DA556
(93,165,86)
#6BAD65
(107,173,101)
#79B574
(121,181,116)
#87BD83
(135,189,131)
#95C592
(149,197,146)
#A3CDA1
(163,205,161)
#B1D5B0
(177,213,176)
#BFDDBF
(191,221,191)
#CDE5CE
(205,229,206)
#DBEDDD
(219,237,221)
#E9F5EC
(233,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA556; }

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

This text font color is #5DA556.

Background Color

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

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

This div background color is #5DA556.

Border color

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

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

This div border color is #5DA556.

Opacity

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

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

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

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

This text has shadow with #5DA556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA556.

Preview

Color preview on black background

This text has color #5DA556 on black background.


Color preview on white background

This text has color #5DA556 on white background.


Black color preview on #5DA556 background

This text has black color on #5DA556 background.


White color preview on #5DA556 background

This text has white color on #5DA556 background.


Related colors

Complementary color

Complementary color for #hex is #A25AA9.


I love getcolorcode.com

Triadic colors

1 #565DA5 and #A5565D with #5DA556 are triadic colors.

2 #56A55D and #A55D56 with #5DA556 are triadic colors.