COLOR #5E588F

HEX: #5E588F
RGB: (94,88,143)

Color info

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

RGB color model

#5E588F color RGB value is (94,88,143).

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

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 143 of 255 = 56%

94
88
143

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 143 = 325 (100%)
R 94 of 325 ~ 28.92%
G 88 of 325 ~ 27.08%
B 143 of 325 ~ 44%

%28.92
%27.08
%44

CMYK color model

#5E588F color CMYK value is (34,38,0,44).

  • cyan value is 34.27%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(34,38,0,44)
C34M38Y0K44 
(34%,38%,0%,44%)
(0.34/0.38/0.00/0.44)	

CMYK percentages

%34.27
%38.46
%0
%43.92

Codes

Color #5E588F in popluar color models

5E588F
RGB9488143
HSL247°23.81%45.29%
HSB/HSV247°38.46%56.08%
CMYK34.27%38.46%0.00%
43.92%

Color #5E588F in popluar number systems.

HEX5E588F
Decimal9488143
Binary1011110101100010001111
Octal136130217

Shades and tints

Shades of #5E588F

#5E588F
(94,88,143)
#565082
(86,80,130)
#4E4875
(78,72,117)
#464068
(70,64,104)
#3E385B
(62,56,91)
#36304E
(54,48,78)
#2E2841
(46,40,65)
#262034
(38,32,52)
#1E1827
(30,24,39)
#16101A
(22,16,26)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #5E588F

#5E588F
(94,88,143)
#6C6799
(108,103,153)
#7A76A3
(122,118,163)
#8885AD
(136,133,173)
#9694B7
(150,148,183)
#A4A3C1
(164,163,193)
#B2B2CB
(178,178,203)
#C0C1D5
(192,193,213)
#CED0DF
(206,208,223)
#DCDFE9
(220,223,233)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E588F; }

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

This text font color is #5E588F.


Background Color

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

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

This div background color is #5E588F.


Border color

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

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

This div border color is #5E588F.


Opacity

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

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

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

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

This text has shadow with #5E588F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E588F on black background.


Color preview on white background

This text has color #5E588F on white background.



Black color preview on #5E588F background

This text has black color on #5E588F background.


White color preview on #5E588F background

This text has white color on #5E588F background.