COLOR #5E6FBA

HEX: #5E6FBA RGB: (94,111,186)

Color info

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

RGB color model

#5E6FBA color RGB value is (94,111,186).

RGB: (94,111,186) (37%, 44%, 73%)

RGB channels and saturation

R 94 of 255 = 37%
G 111 of 255 = 44%
B 186 of 255 = 73%

94
111
186

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

Portions of RGB colors in percentages

R + G + B = 94 + 111 + 186 = 391 (100%)
R 94 of 391 ~ 24.04%
G 111 of 391 ~ 28.39%
B 186 of 391 ~ 47.57'%

%24.04
%28.39
%47.57

CMYK color model

#5E6FBA color CMYK value is (49,40,0,27).

  • cyan value is 49.46%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (49,40,0,27)
C49M40Y0K27 (49%, 40%, 0%, 27%)
(0.49 / 0.40 / 0.00 / 0.27)

CMYK percentages

%49.46
%40.32
%0
%27.06

Codes

Color #5E6FBA in popluar color models

5E 6F BA
RGB 94 111 186
HSL 229° 40.00% 54.90%
HSB/HSV 229° 49.46% 72.94%
CMYK 49.46% 40.32% 0.00%
27.06%

Color #5E6FBA in popluar number systems.

HEX 5E 6F BA
Decimal 94 111 186
Binary 1011110 1101111 10111010
Octal 136 157 272

Shades and tints

Shades of #5E6FBA

#5E6FBA
(94,111,186)
#5665AA
(86,101,170)
#4E5B9A
(78,91,154)
#46518A
(70,81,138)
#3E477A
(62,71,122)
#363D6A
(54,61,106)
#2E335A
(46,51,90)
#26294A
(38,41,74)
#1E1F3A
(30,31,58)
#16152A
(22,21,42)
#0E0B1A
(14,11,26)
#000000
(0,0,0)

Tints of #5E6FBA

#5E6FBA
(94,111,186)
#6C7CC0
(108,124,192)
#7A89C6
(122,137,198)
#8896CC
(136,150,204)
#96A3D2
(150,163,210)
#A4B0D8
(164,176,216)
#B2BDDE
(178,189,222)
#C0CAE4
(192,202,228)
#CED7EA
(206,215,234)
#DCE4F0
(220,228,240)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6FBA; }

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

This text font color is #5E6FBA.

Background Color

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

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

This div background color is #5E6FBA.

Border color

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

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

This div border color is #5E6FBA.

Opacity

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

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

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

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

This text has shadow with #5E6FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6FBA.

Preview

Color preview on black background

This text has color #5E6FBA on black background.


Color preview on white background

This text has color #5E6FBA on white background.


Black color preview on #5E6FBA background

This text has black color on #5E6FBA background.


White color preview on #5E6FBA background

This text has white color on #5E6FBA background.


Related colors

Complementary color

Complementary color for #hex is #A19045.


I love getcolorcode.com

Triadic colors

1 #BA5E6F and #6FBA5E with #5E6FBA are triadic colors.

2 #BA6F5E and #6F5EBA with #5E6FBA are triadic colors.