COLOR #5DA9B0

HEX: #5DA9B0 RGB: (93,169,176)

Color info

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

RGB color model

#5DA9B0 color RGB value is (93,169,176).

RGB: (93,169,176) (36%, 66%, 69%)

RGB channels and saturation

R 93 of 255 = 36%
G 169 of 255 = 66%
B 176 of 255 = 69%

93
169
176

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

Portions of RGB colors in percentages

R + G + B = 93 + 169 + 176 = 438 (100%)
R 93 of 438 ~ 21.23%
G 169 of 438 ~ 38.58%
B 176 of 438 ~ 40.18'%

%21.23
%38.58
%40.18

CMYK color model

#5DA9B0 color CMYK value is (47,4,0,31).

  • cyan value is 47.16%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (47,4,0,31) C47M4Y0K31 (47%,4%,0%,31%) (0.47/0.04/0.00/0.31) 

CMYK percentages

%47.16
%3.98
%0
%30.98

Codes

Color #5DA9B0 in popluar color models

5D A9 B0
RGB 93 169 176
HSL 185° 34.44% 52.75%
HSB/HSV 185° 47.16% 69.02%
CMYK 47.16% 3.98% 0.00%
30.98%

Color #5DA9B0 in popluar number systems.

HEX 5D A9 B0
Decimal 93 169 176
Binary 1011101 10101001 10110000
Octal 135 251 260

Shades and tints

Shades of #5DA9B0

#5DA9B0
(93,169,176)
#559AA0
(85,154,160)
#4D8B90
(77,139,144)
#457C80
(69,124,128)
#3D6D70
(61,109,112)
#355E60
(53,94,96)
#2D4F50
(45,79,80)
#254040
(37,64,64)
#1D3130
(29,49,48)
#152220
(21,34,32)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #5DA9B0

#5DA9B0
(93,169,176)
#6BB0B7
(107,176,183)
#79B7BE
(121,183,190)
#87BEC5
(135,190,197)
#95C5CC
(149,197,204)
#A3CCD3
(163,204,211)
#B1D3DA
(177,211,218)
#BFDAE1
(191,218,225)
#CDE1E8
(205,225,232)
#DBE8EF
(219,232,239)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA9B0; }

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

This text font color is #5DA9B0.

Background Color

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

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

This div background color is #5DA9B0.

Border color

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

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

This div border color is #5DA9B0.

Opacity

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

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

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

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

This text has shadow with #5DA9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA9B0.

Preview

Color preview on black background

This text has color #5DA9B0 on black background.


Color preview on white background

This text has color #5DA9B0 on white background.


Black color preview on #5DA9B0 background

This text has black color on #5DA9B0 background.


White color preview on #5DA9B0 background

This text has white color on #5DA9B0 background.


Related colors

Complementary color

Complementary color for #hex is #A2564F.


I love getcolorcode.com

Triadic colors

1 #B05DA9 and #A9B05D with #5DA9B0 are triadic colors.

2 #B0A95D and #A95DB0 with #5DA9B0 are triadic colors.