COLOR #5E92E7

HEX: #5E92E7
RGB: (94,146,231)

Color info

#5E92E7 contains mainly blue color. Web safe color of #5E92E7 is #6699FF (or #69F).

RGB color model

#5E92E7 color RGB value is (94,146,231).

  • red value is 94;
  • green value is 146;
  • blue value is 231.
RGB:
(94,146,231)
(37%,57%,91%)

RGB channels and saturation

R 94 of 255 = 37%
G 146 of 255 = 57%
B 231 of 255 = 91%

94
146
231

R + G + B ~ 62%. #5E92E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 146 + 231 = 471 (100%)
R 94 of 471 ~ 19.96%
G 146 of 471 ~ 31%
B 231 of 471 ~ 49.04%

%19.96
%31
%49.04

CMYK color model

#5E92E7 color CMYK value is (59,37,0,9).

  • cyan value is 59.31%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(59,37,0,9)
C59M37Y0K9 
(59%,37%,0%,9%)
(0.59/0.37/0.00/0.09)	

CMYK percentages

%59.31
%36.8
%0
%9.41

Codes

Color #5E92E7 in popluar color models

5E92E7
RGB94146231
HSL217°74.05%63.73%
HSB/HSV217°59.31%90.59%
CMYK59.31%36.80%0.00%
9.41%

Color #5E92E7 in popluar number systems.

HEX5E92E7
Decimal94146231
Binary10111101001001011100111
Octal136222347

Shades and tints

Shades of #5E92E7

#5E92E7
(94,146,231)
#5685D2
(86,133,210)
#4E78BD
(78,120,189)
#466BA8
(70,107,168)
#3E5E93
(62,94,147)
#36517E
(54,81,126)
#2E4469
(46,68,105)
#263754
(38,55,84)
#1E2A3F
(30,42,63)
#161D2A
(22,29,42)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #5E92E7

#5E92E7
(94,146,231)
#6C9BE9
(108,155,233)
#7AA4EB
(122,164,235)
#88ADED
(136,173,237)
#96B6EF
(150,182,239)
#A4BFF1
(164,191,241)
#B2C8F3
(178,200,243)
#C0D1F5
(192,209,245)
#CEDAF7
(206,218,247)
#DCE3F9
(220,227,249)
#EAECFB
(234,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E92E7 color. Also use rgb(94,146,231) instead hex code.

Text Font Color

.myTextColor { color: #5E92E7; }

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

This text font color is #5E92E7.


Background Color

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

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

This div background color is #5E92E7.


Border color

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

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

This div border color is #5E92E7.


Opacity

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

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

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

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

This text has shadow with #5E92E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E92E7 on black background.


Color preview on white background

This text has color #5E92E7 on white background.



Black color preview on #5E92E7 background

This text has black color on #5E92E7 background.


White color preview on #5E92E7 background

This text has white color on #5E92E7 background.