COLOR #5E6AA1

HEX: #5E6AA1 RGB: (94,106,161)

Color info

#5E6AA1 contains mainly green and blue colors. Web safe color of #5E6AA1 is #666699 (or #669).

RGB color model

#5E6AA1 color RGB value is (94,106,161).

RGB: (94,106,161) (37%, 42%, 63%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 161 of 255 = 63%

94
106
161

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

Portions of RGB colors in percentages

R + G + B = 94 + 106 + 161 = 361 (100%)
R 94 of 361 ~ 26.04%
G 106 of 361 ~ 29.36%
B 161 of 361 ~ 44.6'%

%26.04
%29.36
%44.6

CMYK color model

#5E6AA1 color CMYK value is (42,34,0,37).

  • cyan value is 41.61%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (42,34,0,37)
C42M34Y0K37 (42%, 34%, 0%, 37%)
(0.42 / 0.34 / 0.00 / 0.37)

CMYK percentages

%41.61
%34.16
%0
%36.86

Codes

Color #5E6AA1 in popluar color models

5E 6A A1
RGB 94 106 161
HSL 229° 26.27% 50.00%
HSB/HSV 229° 41.61% 63.14%
CMYK 41.61% 34.16% 0.00%
36.86%

Color #5E6AA1 in popluar number systems.

HEX 5E 6A A1
Decimal 94 106 161
Binary 1011110 1101010 10100001
Octal 136 152 241

Shades and tints

Shades of #5E6AA1

#5E6AA1
(94,106,161)
#566193
(86,97,147)
#4E5885
(78,88,133)
#464F77
(70,79,119)
#3E4669
(62,70,105)
#363D5B
(54,61,91)
#2E344D
(46,52,77)
#262B3F
(38,43,63)
#1E2231
(30,34,49)
#161923
(22,25,35)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #5E6AA1

#5E6AA1
(94,106,161)
#6C77A9
(108,119,169)
#7A84B1
(122,132,177)
#8891B9
(136,145,185)
#969EC1
(150,158,193)
#A4ABC9
(164,171,201)
#B2B8D1
(178,184,209)
#C0C5D9
(192,197,217)
#CED2E1
(206,210,225)
#DCDFE9
(220,223,233)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6AA1; }

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

This text font color is #5E6AA1.

Background Color

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

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

This div background color is #5E6AA1.

Border color

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

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

This div border color is #5E6AA1.

Opacity

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

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

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

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

This text has shadow with #5E6AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6AA1.

Preview

Color preview on black background

This text has color #5E6AA1 on black background.


Color preview on white background

This text has color #5E6AA1 on white background.


Black color preview on #5E6AA1 background

This text has black color on #5E6AA1 background.


White color preview on #5E6AA1 background

This text has white color on #5E6AA1 background.


Related colors

Complementary color

Complementary color for #hex is #A1955E.


I love getcolorcode.com

Triadic colors

1 #A15E6A and #6AA15E with #5E6AA1 are triadic colors.

2 #A16A5E and #6A5EA1 with #5E6AA1 are triadic colors.