COLOR #5D9FDB

HEX: #5D9FDB
RGB: (93,159,219)

Color info

#5D9FDB contains mainly blue color. Web safe color of #5D9FDB is #6699CC (or #69C).

RGB color model

#5D9FDB color RGB value is (93,159,219).

  • red value is 93;
  • green value is 159;
  • blue value is 219.
RGB:
(93,159,219)
(36%,62%,86%)

RGB channels and saturation

R 93 of 255 = 36%
G 159 of 255 = 62%
B 219 of 255 = 86%

93
159
219

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

Portions of RGB colors in percentages

R + G + B =
93 + 159 + 219 = 471 (100%)
R 93 of 471 ~ 19.75%
G 159 of 471 ~ 33.76%
B 219 of 471 ~ 46.5%

%19.75
%33.76
%46.5

CMYK color model

#5D9FDB color CMYK value is (58,27,0,14).

  • cyan value is 57.53%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(58,27,0,14)
C58M27Y0K14 
(58%,27%,0%,14%)
(0.58/0.27/0.00/0.14)	

CMYK percentages

%57.53
%27.4
%0
%14.12

Codes

Color #5D9FDB in popluar color models

5D9FDB
RGB93159219
HSL209°63.64%61.18%
HSB/HSV209°57.53%85.88%
CMYK57.53%27.40%0.00%
14.12%

Color #5D9FDB in popluar number systems.

HEX5D9FDB
Decimal93159219
Binary10111011001111111011011
Octal135237333

Shades and tints

Shades of #5D9FDB

#5D9FDB
(93,159,219)
#5591C8
(85,145,200)
#4D83B5
(77,131,181)
#4575A2
(69,117,162)
#3D678F
(61,103,143)
#35597C
(53,89,124)
#2D4B69
(45,75,105)
#253D56
(37,61,86)
#1D2F43
(29,47,67)
#152130
(21,33,48)
#0D131D
(13,19,29)
#000000
(0,0,0)

Tints of #5D9FDB

#5D9FDB
(93,159,219)
#6BA7DE
(107,167,222)
#79AFE1
(121,175,225)
#87B7E4
(135,183,228)
#95BFE7
(149,191,231)
#A3C7EA
(163,199,234)
#B1CFED
(177,207,237)
#BFD7F0
(191,215,240)
#CDDFF3
(205,223,243)
#DBE7F6
(219,231,246)
#E9EFF9
(233,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9FDB color. Also use rgb(93,159,219) instead hex code.

Text Font Color

.myTextColor { color: #5D9FDB; }

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

This text font color is #5D9FDB.


Background Color

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

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

This div background color is #5D9FDB.


Border color

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

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

This div border color is #5D9FDB.


Opacity

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

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

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

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

This text has shadow with #5D9FDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9FDB on black background.


Color preview on white background

This text has color #5D9FDB on white background.



Black color preview on #5D9FDB background

This text has black color on #5D9FDB background.


White color preview on #5D9FDB background

This text has white color on #5D9FDB background.