COLOR #5E558B

HEX: #5E558B RGB: (94,85,139)

Color info

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

RGB color model

#5E558B color RGB value is (94,85,139).

RGB: (94,85,139) (37%, 33%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 139 of 255 = 55%

94
85
139

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

Portions of RGB colors in percentages

R + G + B = 94 + 85 + 139 = 318 (100%)
R 94 of 318 ~ 29.56%
G 85 of 318 ~ 26.73%
B 139 of 318 ~ 43.71'%

%29.56
%26.73
%43.71

CMYK color model

#5E558B color CMYK value is (32,39,0,45).

  • cyan value is 32.37%
  • magenta value is 38.85%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (32,39,0,45)
C32M39Y0K45 (32%, 39%, 0%, 45%)
(0.32 / 0.39 / 0.00 / 0.45)

CMYK percentages

%32.37
%38.85
%0
%45.49

Codes

Color #5E558B in popluar color models

5E 55 8B
RGB 94 85 139
HSL 250° 24.11% 43.92%
HSB/HSV 250° 38.85% 54.51%
CMYK 32.37% 38.85% 0.00%
45.49%

Color #5E558B in popluar number systems.

HEX 5E 55 8B
Decimal 94 85 139
Binary 1011110 1010101 10001011
Octal 136 125 213

Shades and tints

Shades of #5E558B

#5E558B
(94,85,139)
#564E7F
(86,78,127)
#4E4773
(78,71,115)
#464067
(70,64,103)
#3E395B
(62,57,91)
#36324F
(54,50,79)
#2E2B43
(46,43,67)
#262437
(38,36,55)
#1E1D2B
(30,29,43)
#16161F
(22,22,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #5E558B

#5E558B
(94,85,139)
#6C6495
(108,100,149)
#7A739F
(122,115,159)
#8882A9
(136,130,169)
#9691B3
(150,145,179)
#A4A0BD
(164,160,189)
#B2AFC7
(178,175,199)
#C0BED1
(192,190,209)
#CECDDB
(206,205,219)
#DCDCE5
(220,220,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E558B color. Also use rgb(94,85,139) instead hex code.

Text Font Color

.myTextColor { color: #5E558B; }

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

This text font color is #5E558B.

Background Color

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

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

This div background color is #5E558B.

Border color

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

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

This div border color is #5E558B.

Opacity

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

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

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

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

This text has shadow with #5E558B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E558B.

Preview

Color preview on black background

This text has color #5E558B on black background.


Color preview on white background

This text has color #5E558B on white background.


Black color preview on #5E558B background

This text has black color on #5E558B background.


White color preview on #5E558B background

This text has white color on #5E558B background.


Related colors

Complementary color

Complementary color for #hex is #A1AA74.


I love getcolorcode.com

Triadic colors

1 #8B5E55 and #558B5E with #5E558B are triadic colors.

2 #8B555E and #555E8B with #5E558B are triadic colors.