COLOR #5D9AB5

HEX: #5D9AB5
RGB: (93,154,181)

Color info

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

RGB color model

#5D9AB5 color RGB value is (93,154,181).

  • red value is 93;
  • green value is 154;
  • blue value is 181.
RGB:
(93,154,181)
(36%,60%,71%)

RGB channels and saturation

R 93 of 255 = 36%
G 154 of 255 = 60%
B 181 of 255 = 71%

93
154
181

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

Portions of RGB colors in percentages

R + G + B =
93 + 154 + 181 = 428 (100%)
R 93 of 428 ~ 21.73%
G 154 of 428 ~ 35.98%
B 181 of 428 ~ 42.29%

%21.73
%35.98
%42.29

CMYK color model

#5D9AB5 color CMYK value is (49,15,0,29).

  • cyan value is 48.62%
  • magenta value is 14.92%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(49,15,0,29)
C49M15Y0K29 
(49%,15%,0%,29%)
(0.49/0.15/0.00/0.29)	

CMYK percentages

%48.62
%14.92
%0
%29.02

Codes

Color #5D9AB5 in popluar color models

5D9AB5
RGB93154181
HSL198°37.29%53.73%
HSB/HSV198°48.62%70.98%
CMYK48.62%14.92%0.00%
29.02%

Color #5D9AB5 in popluar number systems.

HEX5D9AB5
Decimal93154181
Binary10111011001101010110101
Octal135232265

Shades and tints

Shades of #5D9AB5

#5D9AB5
(93,154,181)
#558CA5
(85,140,165)
#4D7E95
(77,126,149)
#457085
(69,112,133)
#3D6275
(61,98,117)
#355465
(53,84,101)
#2D4655
(45,70,85)
#253845
(37,56,69)
#1D2A35
(29,42,53)
#151C25
(21,28,37)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #5D9AB5

#5D9AB5
(93,154,181)
#6BA3BB
(107,163,187)
#79ACC1
(121,172,193)
#87B5C7
(135,181,199)
#95BECD
(149,190,205)
#A3C7D3
(163,199,211)
#B1D0D9
(177,208,217)
#BFD9DF
(191,217,223)
#CDE2E5
(205,226,229)
#DBEBEB
(219,235,235)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9AB5 color. Also use rgb(93,154,181) instead hex code.

Text Font Color

.myTextColor { color: #5D9AB5; }

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

This text font color is #5D9AB5.


Background Color

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

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

This div background color is #5D9AB5.


Border color

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

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

This div border color is #5D9AB5.


Opacity

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

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

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

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

This text has shadow with #5D9AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9AB5 on black background.


Color preview on white background

This text has color #5D9AB5 on white background.



Black color preview on #5D9AB5 background

This text has black color on #5D9AB5 background.


White color preview on #5D9AB5 background

This text has white color on #5D9AB5 background.