COLOR #5DA1CB

HEX: #5DA1CB
RGB: (93,161,203)

Color info

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

RGB color model

#5DA1CB color RGB value is (93,161,203).

  • red value is 93;
  • green value is 161;
  • blue value is 203.
RGB:
(93,161,203)
(36%,63%,80%)

RGB channels and saturation

R 93 of 255 = 36%
G 161 of 255 = 63%
B 203 of 255 = 80%

93
161
203

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

Portions of RGB colors in percentages

R + G + B =
93 + 161 + 203 = 457 (100%)
R 93 of 457 ~ 20.35%
G 161 of 457 ~ 35.23%
B 203 of 457 ~ 44.42%

%20.35
%35.23
%44.42

CMYK color model

#5DA1CB color CMYK value is (54,21,0,20).

  • cyan value is 54.19%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(54,21,0,20)
C54M21Y0K20 
(54%,21%,0%,20%)
(0.54/0.21/0.00/0.20)	

CMYK percentages

%54.19
%20.69
%0
%20.39

Codes

Color #5DA1CB in popluar color models

5DA1CB
RGB93161203
HSL203°51.40%58.04%
HSB/HSV203°54.19%79.61%
CMYK54.19%20.69%0.00%
20.39%

Color #5DA1CB in popluar number systems.

HEX5DA1CB
Decimal93161203
Binary10111011010000111001011
Octal135241313

Shades and tints

Shades of #5DA1CB

#5DA1CB
(93,161,203)
#5593B9
(85,147,185)
#4D85A7
(77,133,167)
#457795
(69,119,149)
#3D6983
(61,105,131)
#355B71
(53,91,113)
#2D4D5F
(45,77,95)
#253F4D
(37,63,77)
#1D313B
(29,49,59)
#152329
(21,35,41)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #5DA1CB

#5DA1CB
(93,161,203)
#6BA9CF
(107,169,207)
#79B1D3
(121,177,211)
#87B9D7
(135,185,215)
#95C1DB
(149,193,219)
#A3C9DF
(163,201,223)
#B1D1E3
(177,209,227)
#BFD9E7
(191,217,231)
#CDE1EB
(205,225,235)
#DBE9EF
(219,233,239)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA1CB color. Also use rgb(93,161,203) instead hex code.

Text Font Color

.myTextColor { color: #5DA1CB; }

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

This text font color is #5DA1CB.


Background Color

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

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

This div background color is #5DA1CB.


Border color

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

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

This div border color is #5DA1CB.


Opacity

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

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

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

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

This text has shadow with #5DA1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA1CB on black background.


Color preview on white background

This text has color #5DA1CB on white background.



Black color preview on #5DA1CB background

This text has black color on #5DA1CB background.


White color preview on #5DA1CB background

This text has white color on #5DA1CB background.