COLOR #5E92E8

HEX: #5E92E8
RGB: (94,146,232)

Color info

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

RGB color model

#5E92E8 color RGB value is (94,146,232).

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

RGB channels and saturation

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

94
146
232

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

Portions of RGB colors in percentages

R + G + B =
94 + 146 + 232 = 472 (100%)
R 94 of 472 ~ 19.92%
G 146 of 472 ~ 30.93%
B 232 of 472 ~ 49.15%

%19.92
%30.93
%49.15

CMYK color model

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

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

CMYK percentages

%59.48
%37.07
%0
%9.02

Codes

Color #5E92E8 in popluar color models

5E92E8
RGB94146232
HSL217°75.00%63.92%
HSB/HSV217°59.48%90.98%
CMYK59.48%37.07%0.00%
9.02%

Color #5E92E8 in popluar number systems.

HEX5E92E8
Decimal94146232
Binary10111101001001011101000
Octal136222350

Shades and tints

Shades of #5E92E8

#5E92E8
(94,146,232)
#5685D3
(86,133,211)
#4E78BE
(78,120,190)
#466BA9
(70,107,169)
#3E5E94
(62,94,148)
#36517F
(54,81,127)
#2E446A
(46,68,106)
#263755
(38,55,85)
#1E2A40
(30,42,64)
#161D2B
(22,29,43)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #5E92E8

#5E92E8
(94,146,232)
#6C9BEA
(108,155,234)
#7AA4EC
(122,164,236)
#88ADEE
(136,173,238)
#96B6F0
(150,182,240)
#A4BFF2
(164,191,242)
#B2C8F4
(178,200,244)
#C0D1F6
(192,209,246)
#CEDAF8
(206,218,248)
#DCE3FA
(220,227,250)
#EAECFC
(234,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E92E8; }

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

This text font color is #5E92E8.


Background Color

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

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

This div background color is #5E92E8.


Border color

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

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

This div border color is #5E92E8.


Opacity

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

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

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

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

This text has shadow with #5E92E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E92E8 on black background.


Color preview on white background

This text has color #5E92E8 on white background.



Black color preview on #5E92E8 background

This text has black color on #5E92E8 background.


White color preview on #5E92E8 background

This text has white color on #5E92E8 background.