COLOR #5DA9D6

HEX: #5DA9D6
RGB: (93,169,214)

Color info

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

RGB color model

#5DA9D6 color RGB value is (93,169,214).

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

RGB channels and saturation

R 93 of 255 = 36%
G 169 of 255 = 66%
B 214 of 255 = 84%

93
169
214

R + G + B ~ 62%. #5DA9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 169 + 214 = 476 (100%)
R 93 of 476 ~ 19.54%
G 169 of 476 ~ 35.5%
B 214 of 476 ~ 44.96%

%19.54
%35.5
%44.96

CMYK color model

#5DA9D6 color CMYK value is (57,21,0,16).

  • cyan value is 56.54%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(57,21,0,16)
C57M21Y0K16 
(57%,21%,0%,16%)
(0.57/0.21/0.00/0.16)	

CMYK percentages

%56.54
%21.03
%0
%16.08

Codes

Color #5DA9D6 in popluar color models

5DA9D6
RGB93169214
HSL202°59.61%60.20%
HSB/HSV202°56.54%83.92%
CMYK56.54%21.03%0.00%
16.08%

Color #5DA9D6 in popluar number systems.

HEX5DA9D6
Decimal93169214
Binary10111011010100111010110
Octal135251326

Shades and tints

Shades of #5DA9D6

#5DA9D6
(93,169,214)
#559AC3
(85,154,195)
#4D8BB0
(77,139,176)
#457C9D
(69,124,157)
#3D6D8A
(61,109,138)
#355E77
(53,94,119)
#2D4F64
(45,79,100)
#254051
(37,64,81)
#1D313E
(29,49,62)
#15222B
(21,34,43)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #5DA9D6

#5DA9D6
(93,169,214)
#6BB0D9
(107,176,217)
#79B7DC
(121,183,220)
#87BEDF
(135,190,223)
#95C5E2
(149,197,226)
#A3CCE5
(163,204,229)
#B1D3E8
(177,211,232)
#BFDAEB
(191,218,235)
#CDE1EE
(205,225,238)
#DBE8F1
(219,232,241)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DA9D6; }

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

This text font color is #5DA9D6.


Background Color

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

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

This div background color is #5DA9D6.


Border color

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

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

This div border color is #5DA9D6.


Opacity

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

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

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

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

This text has shadow with #5DA9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA9D6 on black background.


Color preview on white background

This text has color #5DA9D6 on white background.



Black color preview on #5DA9D6 background

This text has black color on #5DA9D6 background.


White color preview on #5DA9D6 background

This text has white color on #5DA9D6 background.