COLOR #5DA688

HEX: #5DA688
RGB: (93,166,136)

Color info

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

RGB color model

#5DA688 color RGB value is (93,166,136).

  • red value is 93;
  • green value is 166;
  • blue value is 136.
RGB:
(93,166,136)
(36%,65%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 166 of 255 = 65%
B 136 of 255 = 53%

93
166
136

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

Portions of RGB colors in percentages

R + G + B =
93 + 166 + 136 = 395 (100%)
R 93 of 395 ~ 23.54%
G 166 of 395 ~ 42.03%
B 136 of 395 ~ 34.43%

%23.54
%42.03
%34.43

CMYK color model

#5DA688 color CMYK value is (44,0,18,35).

  • cyan value is 43.98%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(44,0,18,35)
C44M0Y18K35 
(44%,0%,18%,35%)
(0.44/0.00/0.18/0.35)	

CMYK percentages

%43.98
%0
%18.07
%34.9

Codes

Color #5DA688 in popluar color models

5DA688
RGB93166136
HSL155°29.08%50.78%
HSB/HSV155°43.98%65.10%
CMYK43.98%0.00%18.07%
34.90%

Color #5DA688 in popluar number systems.

HEX5DA688
Decimal93166136
Binary10111011010011010001000
Octal135246210

Shades and tints

Shades of #5DA688

#5DA688
(93,166,136)
#55977C
(85,151,124)
#4D8870
(77,136,112)
#457964
(69,121,100)
#3D6A58
(61,106,88)
#355B4C
(53,91,76)
#2D4C40
(45,76,64)
#253D34
(37,61,52)
#1D2E28
(29,46,40)
#151F1C
(21,31,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #5DA688

#5DA688
(93,166,136)
#6BAE92
(107,174,146)
#79B69C
(121,182,156)
#87BEA6
(135,190,166)
#95C6B0
(149,198,176)
#A3CEBA
(163,206,186)
#B1D6C4
(177,214,196)
#BFDECE
(191,222,206)
#CDE6D8
(205,230,216)
#DBEEE2
(219,238,226)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA688 color. Also use rgb(93,166,136) instead hex code.

Text Font Color

.myTextColor { color: #5DA688; }

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

This text font color is #5DA688.


Background Color

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

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

This div background color is #5DA688.


Border color

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

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

This div border color is #5DA688.


Opacity

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

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

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

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

This text has shadow with #5DA688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA688 on black background.


Color preview on white background

This text has color #5DA688 on white background.



Black color preview on #5DA688 background

This text has black color on #5DA688 background.


White color preview on #5DA688 background

This text has white color on #5DA688 background.