COLOR #5E80BB

HEX: #5E80BB
RGB: (94,128,187)

Color info

#5E80BB contains mainly green and blue colors. Web safe color of #5E80BB is #6666CC (or #66C).

RGB color model

#5E80BB color RGB value is (94,128,187).

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

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 187 of 255 = 73%

94
128
187

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

Portions of RGB colors in percentages

R + G + B =
94 + 128 + 187 = 409 (100%)
R 94 of 409 ~ 22.98%
G 128 of 409 ~ 31.3%
B 187 of 409 ~ 45.72%

%22.98
%31.3
%45.72

CMYK color model

#5E80BB color CMYK value is (50,32,0,27).

  • cyan value is 49.73%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(50,32,0,27)
C50M32Y0K27 
(50%,32%,0%,27%)
(0.50/0.32/0.00/0.27)	

CMYK percentages

%49.73
%31.55
%0
%26.67

Codes

Color #5E80BB in popluar color models

5E80BB
RGB94128187
HSL218°40.61%55.10%
HSB/HSV218°49.73%73.33%
CMYK49.73%31.55%0.00%
26.67%

Color #5E80BB in popluar number systems.

HEX5E80BB
Decimal94128187
Binary10111101000000010111011
Octal136200273

Shades and tints

Shades of #5E80BB

#5E80BB
(94,128,187)
#5675AA
(86,117,170)
#4E6A99
(78,106,153)
#465F88
(70,95,136)
#3E5477
(62,84,119)
#364966
(54,73,102)
#2E3E55
(46,62,85)
#263344
(38,51,68)
#1E2833
(30,40,51)
#161D22
(22,29,34)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5E80BB

#5E80BB
(94,128,187)
#6C8BC1
(108,139,193)
#7A96C7
(122,150,199)
#88A1CD
(136,161,205)
#96ACD3
(150,172,211)
#A4B7D9
(164,183,217)
#B2C2DF
(178,194,223)
#C0CDE5
(192,205,229)
#CED8EB
(206,216,235)
#DCE3F1
(220,227,241)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E80BB; }

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

This text font color is #5E80BB.


Background Color

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

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

This div background color is #5E80BB.


Border color

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

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

This div border color is #5E80BB.


Opacity

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

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

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

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

This text has shadow with #5E80BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E80BB on black background.


Color preview on white background

This text has color #5E80BB on white background.



Black color preview on #5E80BB background

This text has black color on #5E80BB background.


White color preview on #5E80BB background

This text has white color on #5E80BB background.