COLOR #5D7EA9

HEX: #5D7EA9
RGB: (93,126,169)

Color info

#5D7EA9 contains mainly green and blue colors. Web safe color of #5D7EA9 is #666699 (or #669).

RGB color model

#5D7EA9 color RGB value is (93,126,169).

  • red value is 93;
  • green value is 126;
  • blue value is 169.
RGB:
(93,126,169)
(36%,49%,66%)

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 169 of 255 = 66%

93
126
169

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 169 = 388 (100%)
R 93 of 388 ~ 23.97%
G 126 of 388 ~ 32.47%
B 169 of 388 ~ 43.56%

%23.97
%32.47
%43.56

CMYK color model

#5D7EA9 color CMYK value is (45,25,0,34).

  • cyan value is 44.97%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(45,25,0,34)
C45M25Y0K34 
(45%,25%,0%,34%)
(0.45/0.25/0.00/0.34)	

CMYK percentages

%44.97
%25.44
%0
%33.73

Codes

Color #5D7EA9 in popluar color models

5D7EA9
RGB93126169
HSL214°30.65%51.37%
HSB/HSV214°44.97%66.27%
CMYK44.97%25.44%0.00%
33.73%

Color #5D7EA9 in popluar number systems.

HEX5D7EA9
Decimal93126169
Binary1011101111111010101001
Octal135176251

Shades and tints

Shades of #5D7EA9

#5D7EA9
(93,126,169)
#55739A
(85,115,154)
#4D688B
(77,104,139)
#455D7C
(69,93,124)
#3D526D
(61,82,109)
#35475E
(53,71,94)
#2D3C4F
(45,60,79)
#253140
(37,49,64)
#1D2631
(29,38,49)
#151B22
(21,27,34)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #5D7EA9

#5D7EA9
(93,126,169)
#6B89B0
(107,137,176)
#7994B7
(121,148,183)
#879FBE
(135,159,190)
#95AAC5
(149,170,197)
#A3B5CC
(163,181,204)
#B1C0D3
(177,192,211)
#BFCBDA
(191,203,218)
#CDD6E1
(205,214,225)
#DBE1E8
(219,225,232)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7EA9 color. Also use rgb(93,126,169) instead hex code.

Text Font Color

.myTextColor { color: #5D7EA9; }

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

This text font color is #5D7EA9.


Background Color

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

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

This div background color is #5D7EA9.


Border color

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

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

This div border color is #5D7EA9.


Opacity

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

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

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

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

This text has shadow with #5D7EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7EA9 on black background.


Color preview on white background

This text has color #5D7EA9 on white background.



Black color preview on #5D7EA9 background

This text has black color on #5D7EA9 background.


White color preview on #5D7EA9 background

This text has white color on #5D7EA9 background.