COLOR #5E71F6

HEX: #5E71F6
RGB: (94,113,246)

Color info

#5E71F6 contains mainly blue color. Web safe color of #5E71F6 is #6666FF (or #66F).

RGB color model

#5E71F6 color RGB value is (94,113,246).

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

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 246 of 255 = 96%

94
113
246

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

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 246 = 453 (100%)
R 94 of 453 ~ 20.75%
G 113 of 453 ~ 24.94%
B 246 of 453 ~ 54.3%

%20.75
%24.94
%54.3

CMYK color model

#5E71F6 color CMYK value is (62,54,0,4).

  • cyan value is 61.79%
  • magenta value is 54.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(62,54,0,4)
C62M54Y0K4 
(62%,54%,0%,4%)
(0.62/0.54/0.00/0.04)	

CMYK percentages

%61.79
%54.07
%0
%3.53

Codes

Color #5E71F6 in popluar color models

5E71F6
RGB94113246
HSL233°89.41%66.67%
HSB/HSV233°61.79%96.47%
CMYK61.79%54.07%0.00%
3.53%

Color #5E71F6 in popluar number systems.

HEX5E71F6
Decimal94113246
Binary1011110111000111110110
Octal136161366

Shades and tints

Shades of #5E71F6

#5E71F6
(94,113,246)
#5667E0
(86,103,224)
#4E5DCA
(78,93,202)
#4653B4
(70,83,180)
#3E499E
(62,73,158)
#363F88
(54,63,136)
#2E3572
(46,53,114)
#262B5C
(38,43,92)
#1E2146
(30,33,70)
#161730
(22,23,48)
#0E0D1A
(14,13,26)
#000000
(0,0,0)

Tints of #5E71F6

#5E71F6
(94,113,246)
#6C7DF6
(108,125,246)
#7A89F6
(122,137,246)
#8895F6
(136,149,246)
#96A1F6
(150,161,246)
#A4ADF6
(164,173,246)
#B2B9F6
(178,185,246)
#C0C5F6
(192,197,246)
#CED1F6
(206,209,246)
#DCDDF6
(220,221,246)
#EAE9F6
(234,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E71F6; }

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

This text font color is #5E71F6.


Background Color

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

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

This div background color is #5E71F6.


Border color

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

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

This div border color is #5E71F6.


Opacity

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

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

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

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

This text has shadow with #5E71F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E71F6 on black background.


Color preview on white background

This text has color #5E71F6 on white background.



Black color preview on #5E71F6 background

This text has black color on #5E71F6 background.


White color preview on #5E71F6 background

This text has white color on #5E71F6 background.