COLOR #5E71A5

HEX: #5E71A5
RGB: (94,113,165)

Color info

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

RGB color model

#5E71A5 color RGB value is (94,113,165).

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

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 165 of 255 = 65%

94
113
165

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

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 165 = 372 (100%)
R 94 of 372 ~ 25.27%
G 113 of 372 ~ 30.38%
B 165 of 372 ~ 44.35%

%25.27
%30.38
%44.35

CMYK color model

#5E71A5 color CMYK value is (43,32,0,35).

  • cyan value is 43.03%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(43,32,0,35)
C43M32Y0K35 
(43%,32%,0%,35%)
(0.43/0.32/0.00/0.35)	

CMYK percentages

%43.03
%31.52
%0
%35.29

Codes

Color #5E71A5 in popluar color models

5E71A5
RGB94113165
HSL224°28.29%50.78%
HSB/HSV224°43.03%64.71%
CMYK43.03%31.52%0.00%
35.29%

Color #5E71A5 in popluar number systems.

HEX5E71A5
Decimal94113165
Binary1011110111000110100101
Octal136161245

Shades and tints

Shades of #5E71A5

#5E71A5
(94,113,165)
#566796
(86,103,150)
#4E5D87
(78,93,135)
#465378
(70,83,120)
#3E4969
(62,73,105)
#363F5A
(54,63,90)
#2E354B
(46,53,75)
#262B3C
(38,43,60)
#1E212D
(30,33,45)
#16171E
(22,23,30)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #5E71A5

#5E71A5
(94,113,165)
#6C7DAD
(108,125,173)
#7A89B5
(122,137,181)
#8895BD
(136,149,189)
#96A1C5
(150,161,197)
#A4ADCD
(164,173,205)
#B2B9D5
(178,185,213)
#C0C5DD
(192,197,221)
#CED1E5
(206,209,229)
#DCDDED
(220,221,237)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E71A5; }

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

This text font color is #5E71A5.


Background Color

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

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

This div background color is #5E71A5.


Border color

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

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

This div border color is #5E71A5.


Opacity

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

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

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

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

This text has shadow with #5E71A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E71A5 on black background.


Color preview on white background

This text has color #5E71A5 on white background.



Black color preview on #5E71A5 background

This text has black color on #5E71A5 background.


White color preview on #5E71A5 background

This text has white color on #5E71A5 background.