COLOR #5E47A5

HEX: #5E47A5 RGB: (94,71,165)

Color info

#5E47A5 contains mainly blue color. Web safe color of #5E47A5 is #663399 (or #639).

RGB color model

#5E47A5 color RGB value is (94,71,165).

RGB: (94,71,165) (37%, 28%, 65%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 165 of 255 = 65%

94
71
165

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

Portions of RGB colors in percentages

R + G + B = 94 + 71 + 165 = 330 (100%)
R 94 of 330 ~ 28.48%
G 71 of 330 ~ 21.52%
B 165 of 330 ~ 50'%

%28.48
%21.52
%50

CMYK color model

#5E47A5 color CMYK value is (43,57,0,35).

  • cyan value is 43.03%
  • magenta value is 56.97%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (43,57,0,35)
C43M57Y0K35 (43%, 57%, 0%, 35%)
(0.43 / 0.57 / 0.00 / 0.35)

CMYK percentages

%43.03
%56.97
%0
%35.29

Codes

Color #5E47A5 in popluar color models

5E 47 A5
RGB 94 71 165
HSL 255° 39.83% 46.27%
HSB/HSV 255° 56.97% 64.71%
CMYK 43.03% 56.97% 0.00%
35.29%

Color #5E47A5 in popluar number systems.

HEX 5E 47 A5
Decimal 94 71 165
Binary 1011110 1000111 10100101
Octal 136 107 245

Shades and tints

Shades of #5E47A5

#5E47A5
(94,71,165)
#564196
(86,65,150)
#4E3B87
(78,59,135)
#463578
(70,53,120)
#3E2F69
(62,47,105)
#36295A
(54,41,90)
#2E234B
(46,35,75)
#261D3C
(38,29,60)
#1E172D
(30,23,45)
#16111E
(22,17,30)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5E47A5

#5E47A5
(94,71,165)
#6C57AD
(108,87,173)
#7A67B5
(122,103,181)
#8877BD
(136,119,189)
#9687C5
(150,135,197)
#A497CD
(164,151,205)
#B2A7D5
(178,167,213)
#C0B7DD
(192,183,221)
#CEC7E5
(206,199,229)
#DCD7ED
(220,215,237)
#EAE7F5
(234,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E47A5; }

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

This text font color is #5E47A5.

Background Color

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

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

This div background color is #5E47A5.

Border color

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

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

This div border color is #5E47A5.

Opacity

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

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

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

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

This text has shadow with #5E47A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E47A5.

Preview

Color preview on black background

This text has color #5E47A5 on black background.


Color preview on white background

This text has color #5E47A5 on white background.


Black color preview on #5E47A5 background

This text has black color on #5E47A5 background.


White color preview on #5E47A5 background

This text has white color on #5E47A5 background.


Related colors

Complementary color

Complementary color for #hex is #A1B85A.


I love getcolorcode.com

Triadic colors

1 #A55E47 and #47A55E with #5E47A5 are triadic colors.

2 #A5475E and #475EA5 with #5E47A5 are triadic colors.