COLOR #5E5885

HEX: #5E5885
RGB: (94,88,133)

Color info

#5E5885 contains red, green and blue colors in about the same proportion. Web safe color of #5E5885 is #666699 (or #669).

RGB color model

#5E5885 color RGB value is (94,88,133).

  • red value is 94;
  • green value is 88;
  • blue value is 133.
RGB:
(94,88,133)
(37%,35%,52%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 133 of 255 = 52%

94
88
133

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 133 = 315 (100%)
R 94 of 315 ~ 29.84%
G 88 of 315 ~ 27.94%
B 133 of 315 ~ 42.22%

%29.84
%27.94
%42.22

CMYK color model

#5E5885 color CMYK value is (29,34,0,48).

  • cyan value is 29.32%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(29,34,0,48)
C29M34Y0K48 
(29%,34%,0%,48%)
(0.29/0.34/0.00/0.48)	

CMYK percentages

%29.32
%33.83
%0
%47.84

Codes

Color #5E5885 in popluar color models

5E5885
RGB9488133
HSL248°20.36%43.33%
HSB/HSV248°33.83%52.16%
CMYK29.32%33.83%0.00%
47.84%

Color #5E5885 in popluar number systems.

HEX5E5885
Decimal9488133
Binary1011110101100010000101
Octal136130205

Shades and tints

Shades of #5E5885

#5E5885
(94,88,133)
#565079
(86,80,121)
#4E486D
(78,72,109)
#464061
(70,64,97)
#3E3855
(62,56,85)
#363049
(54,48,73)
#2E283D
(46,40,61)
#262031
(38,32,49)
#1E1825
(30,24,37)
#161019
(22,16,25)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #5E5885

#5E5885
(94,88,133)
#6C6790
(108,103,144)
#7A769B
(122,118,155)
#8885A6
(136,133,166)
#9694B1
(150,148,177)
#A4A3BC
(164,163,188)
#B2B2C7
(178,178,199)
#C0C1D2
(192,193,210)
#CED0DD
(206,208,221)
#DCDFE8
(220,223,232)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5885 color. Also use rgb(94,88,133) instead hex code.

Text Font Color

.myTextColor { color: #5E5885; }

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

This text font color is #5E5885.


Background Color

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

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

This div background color is #5E5885.


Border color

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

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

This div border color is #5E5885.


Opacity

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

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

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

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

This text has shadow with #5E5885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5885 on black background.


Color preview on white background

This text has color #5E5885 on white background.



Black color preview on #5E5885 background

This text has black color on #5E5885 background.


White color preview on #5E5885 background

This text has white color on #5E5885 background.