COLOR #5DA7D7

HEX: #5DA7D7 RGB: (93,167,215)

Color info

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

RGB color model

#5DA7D7 color RGB value is (93,167,215).

RGB: (93,167,215) (36%, 65%, 84%)

RGB channels and saturation

R 93 of 255 = 36%
G 167 of 255 = 65%
B 215 of 255 = 84%

93
167
215

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

Portions of RGB colors in percentages

R + G + B = 93 + 167 + 215 = 475 (100%)
R 93 of 475 ~ 19.58%
G 167 of 475 ~ 35.16%
B 215 of 475 ~ 45.26'%

%19.58
%35.16
%45.26

CMYK color model

#5DA7D7 color CMYK value is (57,22,0,16).

  • cyan value is 56.74%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (57,22,0,16)
C57M22Y0K16 (57%, 22%, 0%, 16%)
(0.57 / 0.22 / 0.00 / 0.16)

CMYK percentages

%56.74
%22.33
%0
%15.69

Codes

Color #5DA7D7 in popluar color models

5D A7 D7
RGB 93 167 215
HSL 204° 60.40% 60.39%
HSB/HSV 204° 56.74% 84.31%
CMYK 56.74% 22.33% 0.00%
15.69%

Color #5DA7D7 in popluar number systems.

HEX 5D A7 D7
Decimal 93 167 215
Binary 1011101 10100111 11010111
Octal 135 247 327

Shades and tints

Shades of #5DA7D7

#5DA7D7
(93,167,215)
#5598C4
(85,152,196)
#4D89B1
(77,137,177)
#457A9E
(69,122,158)
#3D6B8B
(61,107,139)
#355C78
(53,92,120)
#2D4D65
(45,77,101)
#253E52
(37,62,82)
#1D2F3F
(29,47,63)
#15202C
(21,32,44)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #5DA7D7

#5DA7D7
(93,167,215)
#6BAFDA
(107,175,218)
#79B7DD
(121,183,221)
#87BFE0
(135,191,224)
#95C7E3
(149,199,227)
#A3CFE6
(163,207,230)
#B1D7E9
(177,215,233)
#BFDFEC
(191,223,236)
#CDE7EF
(205,231,239)
#DBEFF2
(219,239,242)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA7D7 color. Also use rgb(93,167,215) instead hex code.

Text Font Color

.myTextColor { color: #5DA7D7; }

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

This text font color is #5DA7D7.

Background Color

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

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

This div background color is #5DA7D7.

Border color

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

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

This div border color is #5DA7D7.

Opacity

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

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

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

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

This text has shadow with #5DA7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA7D7.

Preview

Color preview on black background

This text has color #5DA7D7 on black background.


Color preview on white background

This text has color #5DA7D7 on white background.


Black color preview on #5DA7D7 background

This text has black color on #5DA7D7 background.


White color preview on #5DA7D7 background

This text has white color on #5DA7D7 background.


Related colors

Complementary color

Complementary color for #hex is #A25828.


I love getcolorcode.com

Triadic colors

1 #D75DA7 and #A7D75D with #5DA7D7 are triadic colors.

2 #D7A75D and #A75DD7 with #5DA7D7 are triadic colors.