COLOR #5E4188

HEX: #5E4188 RGB: (94,65,136)

Color info

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

RGB color model

#5E4188 color RGB value is (94,65,136).

RGB: (94,65,136) (37%, 25%, 53%)

RGB channels and saturation

R 94 of 255 = 37%
G 65 of 255 = 25%
B 136 of 255 = 53%

94
65
136

R + G + B ~ 38%. #5E4188 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 65 + 136 = 295 (100%)
R 94 of 295 ~ 31.86%
G 65 of 295 ~ 22.03%
B 136 of 295 ~ 46.1'%

%31.86
%22.03
%46.1

CMYK color model

#5E4188 color CMYK value is (31,52,0,47).

  • cyan value is 30.88%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (31,52,0,47) C31M52Y0K47 (31%,52%,0%,47%) (0.31/0.52/0.00/0.47) 

CMYK percentages

%30.88
%52.21
%0
%46.67

Codes

Color #5E4188 in popluar color models

5E 41 88
RGB 94 65 136
HSL 265° 35.32% 39.41%
HSB/HSV 265° 52.21% 53.33%
CMYK 30.88% 52.21% 0.00%
46.67%

Color #5E4188 in popluar number systems.

HEX 5E 41 88
Decimal 94 65 136
Binary 1011110 1000001 10001000
Octal 136 101 210

Shades and tints

Shades of #5E4188

#5E4188
(94,65,136)
#563C7C
(86,60,124)
#4E3770
(78,55,112)
#463264
(70,50,100)
#3E2D58
(62,45,88)
#36284C
(54,40,76)
#2E2340
(46,35,64)
#261E34
(38,30,52)
#1E1928
(30,25,40)
#16141C
(22,20,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E4188

#5E4188
(94,65,136)
#6C5292
(108,82,146)
#7A639C
(122,99,156)
#8874A6
(136,116,166)
#9685B0
(150,133,176)
#A496BA
(164,150,186)
#B2A7C4
(178,167,196)
#C0B8CE
(192,184,206)
#CEC9D8
(206,201,216)
#DCDAE2
(220,218,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4188 color. Also use rgb(94,65,136) instead hex code.

Text Font Color

.myTextColor { color: #5E4188; }

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

This text font color is #5E4188.

Background Color

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

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

This div background color is #5E4188.

Border color

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

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

This div border color is #5E4188.

Opacity

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

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

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

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

This text has shadow with #5E4188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4188.

Preview

Color preview on black background

This text has color #5E4188 on black background.


Color preview on white background

This text has color #5E4188 on white background.


Black color preview on #5E4188 background

This text has black color on #5E4188 background.


White color preview on #5E4188 background

This text has white color on #5E4188 background.


Related colors

Complementary color

Complementary color for #hex is #A1BE77.


I love getcolorcode.com

Triadic colors

1 #885E41 and #41885E with #5E4188 are triadic colors.

2 #88415E and #415E88 with #5E4188 are triadic colors.