COLOR #5E588E

HEX: #5E588E RGB: (94,88,142)

Color info

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

RGB color model

#5E588E color RGB value is (94,88,142).

RGB: (94,88,142) (37%, 35%, 56%)

RGB channels and saturation

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

94
88
142

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

Portions of RGB colors in percentages

R + G + B = 94 + 88 + 142 = 324 (100%)
R 94 of 324 ~ 29.01%
G 88 of 324 ~ 27.16%
B 142 of 324 ~ 43.83'%

%29.01
%27.16
%43.83

CMYK color model

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

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

CMYK percentages

%33.8
%38.03
%0
%44.31

Codes

Color #5E588E in popluar color models

5E 58 8E
RGB 94 88 142
HSL 247° 23.48% 45.10%
HSB/HSV 247° 38.03% 55.69%
CMYK 33.80% 38.03% 0.00%
44.31%

Color #5E588E in popluar number systems.

HEX 5E 58 8E
Decimal 94 88 142
Binary 1011110 1011000 10001110
Octal 136 130 216

Shades and tints

Shades of #5E588E

#5E588E
(94,88,142)
#565082
(86,80,130)
#4E4876
(78,72,118)
#46406A
(70,64,106)
#3E385E
(62,56,94)
#363052
(54,48,82)
#2E2846
(46,40,70)
#26203A
(38,32,58)
#1E182E
(30,24,46)
#161022
(22,16,34)
#0E0816
(14,8,22)
#000000
(0,0,0)

Tints of #5E588E

#5E588E
(94,88,142)
#6C6798
(108,103,152)
#7A76A2
(122,118,162)
#8885AC
(136,133,172)
#9694B6
(150,148,182)
#A4A3C0
(164,163,192)
#B2B2CA
(178,178,202)
#C0C1D4
(192,193,212)
#CED0DE
(206,208,222)
#DCDFE8
(220,223,232)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E588E; }

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

This text font color is #5E588E.

Background Color

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

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

This div background color is #5E588E.

Border color

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

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

This div border color is #5E588E.

Opacity

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

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

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

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

This text has shadow with #5E588E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E588E.

Preview

Color preview on black background

This text has color #5E588E on black background.


Color preview on white background

This text has color #5E588E on white background.


Black color preview on #5E588E background

This text has black color on #5E588E background.


White color preview on #5E588E background

This text has white color on #5E588E background.


Related colors

Complementary color

Complementary color for #hex is #A1A771.


I love getcolorcode.com

Triadic colors

1 #8E5E58 and #588E5E with #5E588E are triadic colors.

2 #8E585E and #585E8E with #5E588E are triadic colors.