COLOR #5E71A9

HEX: #5E71A9
RGB: (94,113,169)

Color info

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

RGB color model

#5E71A9 color RGB value is (94,113,169).

  • red value is 94;
  • green value is 113;
  • blue value is 169.
RGB:
(94,113,169)
(37%,44%,66%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 169 of 255 = 66%

94
113
169

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

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 169 = 376 (100%)
R 94 of 376 ~ 25%
G 113 of 376 ~ 30.05%
B 169 of 376 ~ 44.95%

%25
%30.05
%44.95

CMYK color model

#5E71A9 color CMYK value is (44,33,0,34).

  • cyan value is 44.38%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(44,33,0,34)
C44M33Y0K34 
(44%,33%,0%,34%)
(0.44/0.33/0.00/0.34)	

CMYK percentages

%44.38
%33.14
%0
%33.73

Codes

Color #5E71A9 in popluar color models

5E71A9
RGB94113169
HSL225°30.36%51.57%
HSB/HSV225°44.38%66.27%
CMYK44.38%33.14%0.00%
33.73%

Color #5E71A9 in popluar number systems.

HEX5E71A9
Decimal94113169
Binary1011110111000110101001
Octal136161251

Shades and tints

Shades of #5E71A9

#5E71A9
(94,113,169)
#56679A
(86,103,154)
#4E5D8B
(78,93,139)
#46537C
(70,83,124)
#3E496D
(62,73,109)
#363F5E
(54,63,94)
#2E354F
(46,53,79)
#262B40
(38,43,64)
#1E2131
(30,33,49)
#161722
(22,23,34)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #5E71A9

#5E71A9
(94,113,169)
#6C7DB0
(108,125,176)
#7A89B7
(122,137,183)
#8895BE
(136,149,190)
#96A1C5
(150,161,197)
#A4ADCC
(164,173,204)
#B2B9D3
(178,185,211)
#C0C5DA
(192,197,218)
#CED1E1
(206,209,225)
#DCDDE8
(220,221,232)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E71A9 color. Also use rgb(94,113,169) instead hex code.

Text Font Color

.myTextColor { color: #5E71A9; }

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

This text font color is #5E71A9.


Background Color

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

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

This div background color is #5E71A9.


Border color

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

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

This div border color is #5E71A9.


Opacity

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

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

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

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

This text has shadow with #5E71A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E71A9 on black background.


Color preview on white background

This text has color #5E71A9 on white background.



Black color preview on #5E71A9 background

This text has black color on #5E71A9 background.


White color preview on #5E71A9 background

This text has white color on #5E71A9 background.