COLOR #5E4B88

HEX: #5E4B88
RGB: (94,75,136)

Color info

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

RGB color model

#5E4B88 color RGB value is (94,75,136).

  • red value is 94;
  • green value is 75;
  • blue value is 136.
RGB:
(94,75,136)
(37%,29%,53%)

RGB channels and saturation

R 94 of 255 = 37%
G 75 of 255 = 29%
B 136 of 255 = 53%

94
75
136

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

Portions of RGB colors in percentages

R + G + B =
94 + 75 + 136 = 305 (100%)
R 94 of 305 ~ 30.82%
G 75 of 305 ~ 24.59%
B 136 of 305 ~ 44.59%

%30.82
%24.59
%44.59

CMYK color model

#5E4B88 color CMYK value is (31,45,0,47).

  • cyan value is 30.88%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(31,45,0,47)
C31M45Y0K47 
(31%,45%,0%,47%)
(0.31/0.45/0.00/0.47)	

CMYK percentages

%30.88
%44.85
%0
%46.67

Codes

Color #5E4B88 in popluar color models

5E4B88
RGB9475136
HSL259°28.91%41.37%
HSB/HSV259°44.85%53.33%
CMYK30.88%44.85%0.00%
46.67%

Color #5E4B88 in popluar number systems.

HEX5E4B88
Decimal9475136
Binary1011110100101110001000
Octal136113210

Shades and tints

Shades of #5E4B88

#5E4B88
(94,75,136)
#56457C
(86,69,124)
#4E3F70
(78,63,112)
#463964
(70,57,100)
#3E3358
(62,51,88)
#362D4C
(54,45,76)
#2E2740
(46,39,64)
#262134
(38,33,52)
#1E1B28
(30,27,40)
#16151C
(22,21,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E4B88

#5E4B88
(94,75,136)
#6C5B92
(108,91,146)
#7A6B9C
(122,107,156)
#887BA6
(136,123,166)
#968BB0
(150,139,176)
#A49BBA
(164,155,186)
#B2ABC4
(178,171,196)
#C0BBCE
(192,187,206)
#CECBD8
(206,203,216)
#DCDBE2
(220,219,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4B88; }

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

This text font color is #5E4B88.


Background Color

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

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

This div background color is #5E4B88.


Border color

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

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

This div border color is #5E4B88.


Opacity

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

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

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

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

This text has shadow with #5E4B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4B88 on black background.


Color preview on white background

This text has color #5E4B88 on white background.



Black color preview on #5E4B88 background

This text has black color on #5E4B88 background.


White color preview on #5E4B88 background

This text has white color on #5E4B88 background.