COLOR #5E73E9

HEX: #5E73E9
RGB: (94,115,233)

Color info

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

RGB color model

#5E73E9 color RGB value is (94,115,233).

  • red value is 94;
  • green value is 115;
  • blue value is 233.
RGB:
(94,115,233)
(37%,45%,91%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 233 of 255 = 91%

94
115
233

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 233 = 442 (100%)
R 94 of 442 ~ 21.27%
G 115 of 442 ~ 26.02%
B 233 of 442 ~ 52.71%

%21.27
%26.02
%52.71

CMYK color model

#5E73E9 color CMYK value is (60,51,0,9).

  • cyan value is 59.66%
  • magenta value is 50.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(60,51,0,9)
C60M51Y0K9 
(60%,51%,0%,9%)
(0.60/0.51/0.00/0.09)	

CMYK percentages

%59.66
%50.64
%0
%8.63

Codes

Color #5E73E9 in popluar color models

5E73E9
RGB94115233
HSL231°75.96%64.12%
HSB/HSV231°59.66%91.37%
CMYK59.66%50.64%0.00%
8.63%

Color #5E73E9 in popluar number systems.

HEX5E73E9
Decimal94115233
Binary1011110111001111101001
Octal136163351

Shades and tints

Shades of #5E73E9

#5E73E9
(94,115,233)
#5669D4
(86,105,212)
#4E5FBF
(78,95,191)
#4655AA
(70,85,170)
#3E4B95
(62,75,149)
#364180
(54,65,128)
#2E376B
(46,55,107)
#262D56
(38,45,86)
#1E2341
(30,35,65)
#16192C
(22,25,44)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #5E73E9

#5E73E9
(94,115,233)
#6C7FEB
(108,127,235)
#7A8BED
(122,139,237)
#8897EF
(136,151,239)
#96A3F1
(150,163,241)
#A4AFF3
(164,175,243)
#B2BBF5
(178,187,245)
#C0C7F7
(192,199,247)
#CED3F9
(206,211,249)
#DCDFFB
(220,223,251)
#EAEBFD
(234,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E73E9 color. Also use rgb(94,115,233) instead hex code.

Text Font Color

.myTextColor { color: #5E73E9; }

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

This text font color is #5E73E9.


Background Color

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

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

This div background color is #5E73E9.


Border color

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

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

This div border color is #5E73E9.


Opacity

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

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

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

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

This text has shadow with #5E73E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E73E9 on black background.


Color preview on white background

This text has color #5E73E9 on white background.



Black color preview on #5E73E9 background

This text has black color on #5E73E9 background.


White color preview on #5E73E9 background

This text has white color on #5E73E9 background.