COLOR #5DA5AE

HEX: #5DA5AE RGB: (93,165,174)

Color info

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

RGB color model

#5DA5AE color RGB value is (93,165,174).

RGB: (93,165,174) (36%, 65%, 68%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 174 of 255 = 68%

93
165
174

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

Portions of RGB colors in percentages

R + G + B = 93 + 165 + 174 = 432 (100%)
R 93 of 432 ~ 21.53%
G 165 of 432 ~ 38.19%
B 174 of 432 ~ 40.28'%

%21.53
%38.19
%40.28

CMYK color model

#5DA5AE color CMYK value is (47,5,0,32).

  • cyan value is 46.55%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (47,5,0,32) C47M5Y0K32 (47%,5%,0%,32%) (0.47/0.05/0.00/0.32) 

CMYK percentages

%46.55
%5.17
%0
%31.76

Codes

Color #5DA5AE in popluar color models

5D A5 AE
RGB 93 165 174
HSL 187° 33.33% 52.35%
HSB/HSV 187° 46.55% 68.24%
CMYK 46.55% 5.17% 0.00%
31.76%

Color #5DA5AE in popluar number systems.

HEX 5D A5 AE
Decimal 93 165 174
Binary 1011101 10100101 10101110
Octal 135 245 256

Shades and tints

Shades of #5DA5AE

#5DA5AE
(93,165,174)
#55969F
(85,150,159)
#4D8790
(77,135,144)
#457881
(69,120,129)
#3D6972
(61,105,114)
#355A63
(53,90,99)
#2D4B54
(45,75,84)
#253C45
(37,60,69)
#1D2D36
(29,45,54)
#151E27
(21,30,39)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #5DA5AE

#5DA5AE
(93,165,174)
#6BADB5
(107,173,181)
#79B5BC
(121,181,188)
#87BDC3
(135,189,195)
#95C5CA
(149,197,202)
#A3CDD1
(163,205,209)
#B1D5D8
(177,213,216)
#BFDDDF
(191,221,223)
#CDE5E6
(205,229,230)
#DBEDED
(219,237,237)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA5AE; }

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

This text font color is #5DA5AE.

Background Color

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

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

This div background color is #5DA5AE.

Border color

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

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

This div border color is #5DA5AE.

Opacity

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

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

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

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

This text has shadow with #5DA5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA5AE.

Preview

Color preview on black background

This text has color #5DA5AE on black background.


Color preview on white background

This text has color #5DA5AE on white background.


Black color preview on #5DA5AE background

This text has black color on #5DA5AE background.


White color preview on #5DA5AE background

This text has white color on #5DA5AE background.


Related colors

Complementary color

Complementary color for #hex is #A25A51.


I love getcolorcode.com

Triadic colors

1 #AE5DA5 and #A5AE5D with #5DA5AE are triadic colors.

2 #AEA55D and #A55DAE with #5DA5AE are triadic colors.