COLOR #5D8AB1

HEX: #5D8AB1
RGB: (93,138,177)

Color info

#5D8AB1 contains mainly green and blue colors. Web safe color of #5D8AB1 is #669999 (or #699).

RGB color model

#5D8AB1 color RGB value is (93,138,177).

  • red value is 93;
  • green value is 138;
  • blue value is 177.
RGB:
(93,138,177)
(36%,54%,69%)

RGB channels and saturation

R 93 of 255 = 36%
G 138 of 255 = 54%
B 177 of 255 = 69%

93
138
177

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

Portions of RGB colors in percentages

R + G + B =
93 + 138 + 177 = 408 (100%)
R 93 of 408 ~ 22.79%
G 138 of 408 ~ 33.82%
B 177 of 408 ~ 43.38%

%22.79
%33.82
%43.38

CMYK color model

#5D8AB1 color CMYK value is (47,22,0,31).

  • cyan value is 47.46%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(47,22,0,31)
C47M22Y0K31 
(47%,22%,0%,31%)
(0.47/0.22/0.00/0.31)	

CMYK percentages

%47.46
%22.03
%0
%30.59

Codes

Color #5D8AB1 in popluar color models

5D8AB1
RGB93138177
HSL208°35.00%52.94%
HSB/HSV208°47.46%69.41%
CMYK47.46%22.03%0.00%
30.59%

Color #5D8AB1 in popluar number systems.

HEX5D8AB1
Decimal93138177
Binary10111011000101010110001
Octal135212261

Shades and tints

Shades of #5D8AB1

#5D8AB1
(93,138,177)
#557EA1
(85,126,161)
#4D7291
(77,114,145)
#456681
(69,102,129)
#3D5A71
(61,90,113)
#354E61
(53,78,97)
#2D4251
(45,66,81)
#253641
(37,54,65)
#1D2A31
(29,42,49)
#151E21
(21,30,33)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #5D8AB1

#5D8AB1
(93,138,177)
#6B94B8
(107,148,184)
#799EBF
(121,158,191)
#87A8C6
(135,168,198)
#95B2CD
(149,178,205)
#A3BCD4
(163,188,212)
#B1C6DB
(177,198,219)
#BFD0E2
(191,208,226)
#CDDAE9
(205,218,233)
#DBE4F0
(219,228,240)
#E9EEF7
(233,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8AB1 color. Also use rgb(93,138,177) instead hex code.

Text Font Color

.myTextColor { color: #5D8AB1; }

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

This text font color is #5D8AB1.


Background Color

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

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

This div background color is #5D8AB1.


Border color

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

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

This div border color is #5D8AB1.


Opacity

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

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

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

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

This text has shadow with #5D8AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8AB1 on black background.


Color preview on white background

This text has color #5D8AB1 on white background.



Black color preview on #5D8AB1 background

This text has black color on #5D8AB1 background.


White color preview on #5D8AB1 background

This text has white color on #5D8AB1 background.