COLOR #5E4471

HEX: #5E4471 RGB: (94,68,113)

Color info

#5E4471 contains red, green and blue colors in about the same proportion. Web safe color of #5E4471 is #663366 (or #636).

RGB color model

#5E4471 color RGB value is (94,68,113).

RGB: (94,68,113) (37%, 27%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 113 of 255 = 44%

94
68
113

R + G + B ~ 36%. #5E4471 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 68 + 113 = 275 (100%)
R 94 of 275 ~ 34.18%
G 68 of 275 ~ 24.73%
B 113 of 275 ~ 41.09'%

%34.18
%24.73
%41.09

CMYK color model

#5E4471 color CMYK value is (17,40,0,56).

  • cyan value is 16.81%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (17,40,0,56)
C17M40Y0K56 (17%, 40%, 0%, 56%)
(0.17 / 0.40 / 0.00 / 0.56)

CMYK percentages

%16.81
%39.82
%0
%55.69

Codes

Color #5E4471 in popluar color models

5E 44 71
RGB 94 68 113
HSL 275° 24.86% 35.49%
HSB/HSV 275° 39.82% 44.31%
CMYK 16.81% 39.82% 0.00%
55.69%

Color #5E4471 in popluar number systems.

HEX 5E 44 71
Decimal 94 68 113
Binary 1011110 1000100 1110001
Octal 136 104 161

Shades and tints

Shades of #5E4471

#5E4471
(94,68,113)
#563E67
(86,62,103)
#4E385D
(78,56,93)
#463253
(70,50,83)
#3E2C49
(62,44,73)
#36263F
(54,38,63)
#2E2035
(46,32,53)
#261A2B
(38,26,43)
#1E1421
(30,20,33)
#160E17
(22,14,23)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #5E4471

#5E4471
(94,68,113)
#6C557D
(108,85,125)
#7A6689
(122,102,137)
#887795
(136,119,149)
#9688A1
(150,136,161)
#A499AD
(164,153,173)
#B2AAB9
(178,170,185)
#C0BBC5
(192,187,197)
#CECCD1
(206,204,209)
#DCDDDD
(220,221,221)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4471 color. Also use rgb(94,68,113) instead hex code.

Text Font Color

.myTextColor { color: #5E4471; }

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

This text font color is #5E4471.

Background Color

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

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

This div background color is #5E4471.

Border color

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

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

This div border color is #5E4471.

Opacity

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

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

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

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

This text has shadow with #5E4471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4471.

Preview

Color preview on black background

This text has color #5E4471 on black background.


Color preview on white background

This text has color #5E4471 on white background.


Black color preview on #5E4471 background

This text has black color on #5E4471 background.


White color preview on #5E4471 background

This text has white color on #5E4471 background.


Related colors

Complementary color

Complementary color for #hex is #A1BB8E.


I love getcolorcode.com

Triadic colors

1 #715E44 and #44715E with #5E4471 are triadic colors.

2 #71445E and #445E71 with #5E4471 are triadic colors.