COLOR #5E4690

HEX: #5E4690 RGB: (94,70,144)

Color info

#5E4690 contains mainly red and blue colors. Web safe color of #5E4690 is #663399 (or #639).

RGB color model

#5E4690 color RGB value is (94,70,144).

RGB: (94,70,144) (37%, 27%, 56%)

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 144 of 255 = 56%

94
70
144

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

Portions of RGB colors in percentages

R + G + B = 94 + 70 + 144 = 308 (100%)
R 94 of 308 ~ 30.52%
G 70 of 308 ~ 22.73%
B 144 of 308 ~ 46.75'%

%30.52
%22.73
%46.75

CMYK color model

#5E4690 color CMYK value is (35,51,0,44).

  • cyan value is 34.72%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (35,51,0,44)
C35M51Y0K44 (35%, 51%, 0%, 44%)
(0.35 / 0.51 / 0.00 / 0.44)

CMYK percentages

%34.72
%51.39
%0
%43.53

Codes

Color #5E4690 in popluar color models

5E 46 90
RGB 94 70 144
HSL 259° 34.58% 41.96%
HSB/HSV 259° 51.39% 56.47%
CMYK 34.72% 51.39% 0.00%
43.53%

Color #5E4690 in popluar number systems.

HEX 5E 46 90
Decimal 94 70 144
Binary 1011110 1000110 10010000
Octal 136 106 220

Shades and tints

Shades of #5E4690

#5E4690
(94,70,144)
#564083
(86,64,131)
#4E3A76
(78,58,118)
#463469
(70,52,105)
#3E2E5C
(62,46,92)
#36284F
(54,40,79)
#2E2242
(46,34,66)
#261C35
(38,28,53)
#1E1628
(30,22,40)
#16101B
(22,16,27)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #5E4690

#5E4690
(94,70,144)
#6C569A
(108,86,154)
#7A66A4
(122,102,164)
#8876AE
(136,118,174)
#9686B8
(150,134,184)
#A496C2
(164,150,194)
#B2A6CC
(178,166,204)
#C0B6D6
(192,182,214)
#CEC6E0
(206,198,224)
#DCD6EA
(220,214,234)
#EAE6F4
(234,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4690; }

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

This text font color is #5E4690.

Background Color

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

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

This div background color is #5E4690.

Border color

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

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

This div border color is #5E4690.

Opacity

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

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

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

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

This text has shadow with #5E4690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4690.

Preview

Color preview on black background

This text has color #5E4690 on black background.


Color preview on white background

This text has color #5E4690 on white background.


Black color preview on #5E4690 background

This text has black color on #5E4690 background.


White color preview on #5E4690 background

This text has white color on #5E4690 background.


Related colors

Complementary color

Complementary color for #hex is #A1B96F.


I love getcolorcode.com

Triadic colors

1 #905E46 and #46905E with #5E4690 are triadic colors.

2 #90465E and #465E90 with #5E4690 are triadic colors.