COLOR #5DA4A9

HEX: #5DA4A9
RGB: (93,164,169)

Color info

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

RGB color model

#5DA4A9 color RGB value is (93,164,169).

  • red value is 93;
  • green value is 164;
  • blue value is 169.
RGB:
(93,164,169)
(36%,64%,66%)

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 169 of 255 = 66%

93
164
169

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

Portions of RGB colors in percentages

R + G + B =
93 + 164 + 169 = 426 (100%)
R 93 of 426 ~ 21.83%
G 164 of 426 ~ 38.5%
B 169 of 426 ~ 39.67%

%21.83
%38.5
%39.67

CMYK color model

#5DA4A9 color CMYK value is (45,3,0,34).

  • cyan value is 44.97%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(45,3,0,34)
C45M3Y0K34 
(45%,3%,0%,34%)
(0.45/0.03/0.00/0.34)	

CMYK percentages

%44.97
%2.96
%0
%33.73

Codes

Color #5DA4A9 in popluar color models

5DA4A9
RGB93164169
HSL184°30.65%51.37%
HSB/HSV184°44.97%66.27%
CMYK44.97%2.96%0.00%
33.73%

Color #5DA4A9 in popluar number systems.

HEX5DA4A9
Decimal93164169
Binary10111011010010010101001
Octal135244251

Shades and tints

Shades of #5DA4A9

#5DA4A9
(93,164,169)
#55969A
(85,150,154)
#4D888B
(77,136,139)
#457A7C
(69,122,124)
#3D6C6D
(61,108,109)
#355E5E
(53,94,94)
#2D504F
(45,80,79)
#254240
(37,66,64)
#1D3431
(29,52,49)
#152622
(21,38,34)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #5DA4A9

#5DA4A9
(93,164,169)
#6BACB0
(107,172,176)
#79B4B7
(121,180,183)
#87BCBE
(135,188,190)
#95C4C5
(149,196,197)
#A3CCCC
(163,204,204)
#B1D4D3
(177,212,211)
#BFDCDA
(191,220,218)
#CDE4E1
(205,228,225)
#DBECE8
(219,236,232)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA4A9 color. Also use rgb(93,164,169) instead hex code.

Text Font Color

.myTextColor { color: #5DA4A9; }

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

This text font color is #5DA4A9.


Background Color

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

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

This div background color is #5DA4A9.


Border color

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

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

This div border color is #5DA4A9.


Opacity

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

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

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

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

This text has shadow with #5DA4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA4A9 on black background.


Color preview on white background

This text has color #5DA4A9 on white background.



Black color preview on #5DA4A9 background

This text has black color on #5DA4A9 background.


White color preview on #5DA4A9 background

This text has white color on #5DA4A9 background.