COLOR #5E80E3

HEX: #5E80E3
RGB: (94,128,227)

Color info

#5E80E3 contains mainly blue color. Web safe color of #5E80E3 is #6666CC (or #66C).

RGB color model

#5E80E3 color RGB value is (94,128,227).

  • red value is 94;
  • green value is 128;
  • blue value is 227.
RGB:
(94,128,227)
(37%,50%,89%)

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 227 of 255 = 89%

94
128
227

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

Portions of RGB colors in percentages

R + G + B =
94 + 128 + 227 = 449 (100%)
R 94 of 449 ~ 20.94%
G 128 of 449 ~ 28.51%
B 227 of 449 ~ 50.56%

%20.94
%28.51
%50.56

CMYK color model

#5E80E3 color CMYK value is (59,44,0,11).

  • cyan value is 58.59%
  • magenta value is 43.61%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(59,44,0,11)
C59M44Y0K11 
(59%,44%,0%,11%)
(0.59/0.44/0.00/0.11)	

CMYK percentages

%58.59
%43.61
%0
%10.98

Codes

Color #5E80E3 in popluar color models

5E80E3
RGB94128227
HSL225°70.37%62.94%
HSB/HSV225°58.59%89.02%
CMYK58.59%43.61%0.00%
10.98%

Color #5E80E3 in popluar number systems.

HEX5E80E3
Decimal94128227
Binary10111101000000011100011
Octal136200343

Shades and tints

Shades of #5E80E3

#5E80E3
(94,128,227)
#5675CF
(86,117,207)
#4E6ABB
(78,106,187)
#465FA7
(70,95,167)
#3E5493
(62,84,147)
#36497F
(54,73,127)
#2E3E6B
(46,62,107)
#263357
(38,51,87)
#1E2843
(30,40,67)
#161D2F
(22,29,47)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #5E80E3

#5E80E3
(94,128,227)
#6C8BE5
(108,139,229)
#7A96E7
(122,150,231)
#88A1E9
(136,161,233)
#96ACEB
(150,172,235)
#A4B7ED
(164,183,237)
#B2C2EF
(178,194,239)
#C0CDF1
(192,205,241)
#CED8F3
(206,216,243)
#DCE3F5
(220,227,245)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E80E3 color. Also use rgb(94,128,227) instead hex code.

Text Font Color

.myTextColor { color: #5E80E3; }

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

This text font color is #5E80E3.


Background Color

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

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

This div background color is #5E80E3.


Border color

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

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

This div border color is #5E80E3.


Opacity

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

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

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

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

This text has shadow with #5E80E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E80E3 on black background.


Color preview on white background

This text has color #5E80E3 on white background.



Black color preview on #5E80E3 background

This text has black color on #5E80E3 background.


White color preview on #5E80E3 background

This text has white color on #5E80E3 background.