COLOR #5E5EBC

HEX: #5E5EBC
RGB: (94,94,188)

Color info

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

RGB color model

#5E5EBC color RGB value is (94,94,188).

  • red value is 94;
  • green value is 94;
  • blue value is 188.
RGB:
(94,94,188)
(37%,37%,74%)

RGB channels and saturation

R 94 of 255 = 37%
G 94 of 255 = 37%
B 188 of 255 = 74%

94
94
188

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

Portions of RGB colors in percentages

R + G + B =
94 + 94 + 188 = 376 (100%)
R 94 of 376 ~ 25%
G 94 of 376 ~ 25%
B 188 of 376 ~ 50%

%25
%25
%50

CMYK color model

#5E5EBC color CMYK value is (50,50,0,26).

  • cyan value is 50.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(50,50,0,26)
C50M50Y0K26 
(50%,50%,0%,26%)
(0.50/0.50/0.00/0.26)	

CMYK percentages

%50
%50
%0
%26.27

Codes

Color #5E5EBC in popluar color models

5E5EBC
RGB9494188
HSL240°41.23%55.29%
HSB/HSV240°50.00%73.73%
CMYK50.00%50.00%0.00%
26.27%

Color #5E5EBC in popluar number systems.

HEX5E5EBC
Decimal9494188
Binary1011110101111010111100
Octal136136274

Shades and tints

Shades of #5E5EBC

#5E5EBC
(94,94,188)
#5656AB
(86,86,171)
#4E4E9A
(78,78,154)
#464689
(70,70,137)
#3E3E78
(62,62,120)
#363667
(54,54,103)
#2E2E56
(46,46,86)
#262645
(38,38,69)
#1E1E34
(30,30,52)
#161623
(22,22,35)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5E5EBC

#5E5EBC
(94,94,188)
#6C6CC2
(108,108,194)
#7A7AC8
(122,122,200)
#8888CE
(136,136,206)
#9696D4
(150,150,212)
#A4A4DA
(164,164,218)
#B2B2E0
(178,178,224)
#C0C0E6
(192,192,230)
#CECEEC
(206,206,236)
#DCDCF2
(220,220,242)
#EAEAF8
(234,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5EBC; }

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

This text font color is #5E5EBC.


Background Color

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

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

This div background color is #5E5EBC.


Border color

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

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

This div border color is #5E5EBC.


Opacity

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

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

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

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

This text has shadow with #5E5EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5EBC on black background.


Color preview on white background

This text has color #5E5EBC on white background.



Black color preview on #5E5EBC background

This text has black color on #5E5EBC background.


White color preview on #5E5EBC background

This text has white color on #5E5EBC background.