COLOR #5DA5B5

HEX: #5DA5B5 RGB: (93,165,181)

Color info

#5DA5B5 contains mainly green and blue colors. Web safe color of #5DA5B5 is #6699CC (or #69C).

RGB color model

#5DA5B5 color RGB value is (93,165,181).

RGB: (93,165,181) (36%, 65%, 71%)

RGB channels and saturation

R 93 of 255 = 36%
G 165 of 255 = 65%
B 181 of 255 = 71%

93
165
181

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

Portions of RGB colors in percentages

R + G + B = 93 + 165 + 181 = 439 (100%)
R 93 of 439 ~ 21.18%
G 165 of 439 ~ 37.59%
B 181 of 439 ~ 41.23'%

%21.18
%37.59
%41.23

CMYK color model

#5DA5B5 color CMYK value is (49,9,0,29).

  • cyan value is 48.62%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (49,9,0,29)
C49M9Y0K29 (49%, 9%, 0%, 29%)
(0.49 / 0.09 / 0.00 / 0.29)

CMYK percentages

%48.62
%8.84
%0
%29.02

Codes

Color #5DA5B5 in popluar color models

5D A5 B5
RGB 93 165 181
HSL 191° 37.29% 53.73%
HSB/HSV 191° 48.62% 70.98%
CMYK 48.62% 8.84% 0.00%
29.02%

Color #5DA5B5 in popluar number systems.

HEX 5D A5 B5
Decimal 93 165 181
Binary 1011101 10100101 10110101
Octal 135 245 265

Shades and tints

Shades of #5DA5B5

#5DA5B5
(93,165,181)
#5596A5
(85,150,165)
#4D8795
(77,135,149)
#457885
(69,120,133)
#3D6975
(61,105,117)
#355A65
(53,90,101)
#2D4B55
(45,75,85)
#253C45
(37,60,69)
#1D2D35
(29,45,53)
#151E25
(21,30,37)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #5DA5B5

#5DA5B5
(93,165,181)
#6BADBB
(107,173,187)
#79B5C1
(121,181,193)
#87BDC7
(135,189,199)
#95C5CD
(149,197,205)
#A3CDD3
(163,205,211)
#B1D5D9
(177,213,217)
#BFDDDF
(191,221,223)
#CDE5E5
(205,229,229)
#DBEDEB
(219,237,235)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA5B5; }

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

This text font color is #5DA5B5.

Background Color

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

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

This div background color is #5DA5B5.

Border color

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

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

This div border color is #5DA5B5.

Opacity

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

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

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

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

This text has shadow with #5DA5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA5B5.

Preview

Color preview on black background

This text has color #5DA5B5 on black background.


Color preview on white background

This text has color #5DA5B5 on white background.


Black color preview on #5DA5B5 background

This text has black color on #5DA5B5 background.


White color preview on #5DA5B5 background

This text has white color on #5DA5B5 background.


Related colors

Complementary color

Complementary color for #hex is #A25A4A.


I love getcolorcode.com

Triadic colors

1 #B55DA5 and #A5B55D with #5DA5B5 are triadic colors.

2 #B5A55D and #A55DB5 with #5DA5B5 are triadic colors.