COLOR #5DA3D1

HEX: #5DA3D1 RGB: (93,163,209)

Color info

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

RGB color model

#5DA3D1 color RGB value is (93,163,209).

RGB: (93,163,209) (36%, 64%, 82%)

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 209 of 255 = 82%

93
163
209

R + G + B ~ 61%. #5DA3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 163 + 209 = 465 (100%)
R 93 of 465 ~ 20%
G 163 of 465 ~ 35.05%
B 209 of 465 ~ 44.95'%

%20
%35.05
%44.95

CMYK color model

#5DA3D1 color CMYK value is (56,22,0,18).

  • cyan value is 55.50%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (56,22,0,18)
C56M22Y0K18 (56%, 22%, 0%, 18%)
(0.56 / 0.22 / 0.00 / 0.18)

CMYK percentages

%55.5
%22.01
%0
%18.04

Codes

Color #5DA3D1 in popluar color models

5D A3 D1
RGB 93 163 209
HSL 204° 55.77% 59.22%
HSB/HSV 204° 55.50% 81.96%
CMYK 55.50% 22.01% 0.00%
18.04%

Color #5DA3D1 in popluar number systems.

HEX 5D A3 D1
Decimal 93 163 209
Binary 1011101 10100011 11010001
Octal 135 243 321

Shades and tints

Shades of #5DA3D1

#5DA3D1
(93,163,209)
#5595BE
(85,149,190)
#4D87AB
(77,135,171)
#457998
(69,121,152)
#3D6B85
(61,107,133)
#355D72
(53,93,114)
#2D4F5F
(45,79,95)
#25414C
(37,65,76)
#1D3339
(29,51,57)
#152526
(21,37,38)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #5DA3D1

#5DA3D1
(93,163,209)
#6BABD5
(107,171,213)
#79B3D9
(121,179,217)
#87BBDD
(135,187,221)
#95C3E1
(149,195,225)
#A3CBE5
(163,203,229)
#B1D3E9
(177,211,233)
#BFDBED
(191,219,237)
#CDE3F1
(205,227,241)
#DBEBF5
(219,235,245)
#E9F3F9
(233,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA3D1 color. Also use rgb(93,163,209) instead hex code.

Text Font Color

.myTextColor { color: #5DA3D1; }

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

This text font color is #5DA3D1.

Background Color

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

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

This div background color is #5DA3D1.

Border color

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

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

This div border color is #5DA3D1.

Opacity

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

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

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

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

This text has shadow with #5DA3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA3D1.

Preview

Color preview on black background

This text has color #5DA3D1 on black background.


Color preview on white background

This text has color #5DA3D1 on white background.


Black color preview on #5DA3D1 background

This text has black color on #5DA3D1 background.


White color preview on #5DA3D1 background

This text has white color on #5DA3D1 background.


Related colors

Complementary color

Complementary color for #hex is #A25C2E.


I love getcolorcode.com

Triadic colors

1 #D15DA3 and #A3D15D with #5DA3D1 are triadic colors.

2 #D1A35D and #A35DD1 with #5DA3D1 are triadic colors.