COLOR #5E6AAA

HEX: #5E6AAA
RGB: (94,106,170)

Color info

#5E6AAA contains mainly blue color. Web safe color of #5E6AAA is #666699 (or #669).

RGB color model

#5E6AAA color RGB value is (94,106,170).

  • red value is 94;
  • green value is 106;
  • blue value is 170.
RGB:
(94,106,170)
(37%,42%,67%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 170 of 255 = 67%

94
106
170

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

Portions of RGB colors in percentages

R + G + B =
94 + 106 + 170 = 370 (100%)
R 94 of 370 ~ 25.41%
G 106 of 370 ~ 28.65%
B 170 of 370 ~ 45.95%

%25.41
%28.65
%45.95

CMYK color model

#5E6AAA color CMYK value is (45,38,0,33).

  • cyan value is 44.71%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(45,38,0,33)
C45M38Y0K33 
(45%,38%,0%,33%)
(0.45/0.38/0.00/0.33)	

CMYK percentages

%44.71
%37.65
%0
%33.33

Codes

Color #5E6AAA in popluar color models

5E6AAA
RGB94106170
HSL231°30.89%51.76%
HSB/HSV231°44.71%66.67%
CMYK44.71%37.65%0.00%
33.33%

Color #5E6AAA in popluar number systems.

HEX5E6AAA
Decimal94106170
Binary1011110110101010101010
Octal136152252

Shades and tints

Shades of #5E6AAA

#5E6AAA
(94,106,170)
#56619B
(86,97,155)
#4E588C
(78,88,140)
#464F7D
(70,79,125)
#3E466E
(62,70,110)
#363D5F
(54,61,95)
#2E3450
(46,52,80)
#262B41
(38,43,65)
#1E2232
(30,34,50)
#161923
(22,25,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #5E6AAA

#5E6AAA
(94,106,170)
#6C77B1
(108,119,177)
#7A84B8
(122,132,184)
#8891BF
(136,145,191)
#969EC6
(150,158,198)
#A4ABCD
(164,171,205)
#B2B8D4
(178,184,212)
#C0C5DB
(192,197,219)
#CED2E2
(206,210,226)
#DCDFE9
(220,223,233)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6AAA; }

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

This text font color is #5E6AAA.


Background Color

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

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

This div background color is #5E6AAA.


Border color

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

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

This div border color is #5E6AAA.


Opacity

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

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

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

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

This text has shadow with #5E6AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6AAA on black background.


Color preview on white background

This text has color #5E6AAA on white background.



Black color preview on #5E6AAA background

This text has black color on #5E6AAA background.


White color preview on #5E6AAA background

This text has white color on #5E6AAA background.