COLOR #5E5477

HEX: #5E5477 RGB: (94,84,119)

Color info

#5E5477 contains red, green and blue colors in about the same proportion. Web safe color of #5E5477 is #666666 (or #666).

RGB color model

#5E5477 color RGB value is (94,84,119).

RGB: (94,84,119) (37%, 33%, 47%)

RGB channels and saturation

R 94 of 255 = 37%
G 84 of 255 = 33%
B 119 of 255 = 47%

94
84
119

R + G + B ~ 39%. #5E5477 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 84 + 119 = 297 (100%)
R 94 of 297 ~ 31.65%
G 84 of 297 ~ 28.28%
B 119 of 297 ~ 40.07'%

%31.65
%28.28
%40.07

CMYK color model

#5E5477 color CMYK value is (21,29,0,53).

  • cyan value is 21.01%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (21,29,0,53) C21M29Y0K53 (21%,29%,0%,53%) (0.21/0.29/0.00/0.53) 

CMYK percentages

%21.01
%29.41
%0
%53.33

Codes

Color #5E5477 in popluar color models

5E 54 77
RGB 94 84 119
HSL 257° 17.24% 39.80%
HSB/HSV 257° 29.41% 46.67%
CMYK 21.01% 29.41% 0.00%
53.33%

Color #5E5477 in popluar number systems.

HEX 5E 54 77
Decimal 94 84 119
Binary 1011110 1010100 1110111
Octal 136 124 167

Shades and tints

Shades of #5E5477

#5E5477
(94,84,119)
#564D6D
(86,77,109)
#4E4663
(78,70,99)
#463F59
(70,63,89)
#3E384F
(62,56,79)
#363145
(54,49,69)
#2E2A3B
(46,42,59)
#262331
(38,35,49)
#1E1C27
(30,28,39)
#16151D
(22,21,29)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #5E5477

#5E5477
(94,84,119)
#6C6383
(108,99,131)
#7A728F
(122,114,143)
#88819B
(136,129,155)
#9690A7
(150,144,167)
#A49FB3
(164,159,179)
#B2AEBF
(178,174,191)
#C0BDCB
(192,189,203)
#CECCD7
(206,204,215)
#DCDBE3
(220,219,227)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5477 color. Also use rgb(94,84,119) instead hex code.

Text Font Color

.myTextColor { color: #5E5477; }

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

This text font color is #5E5477.

Background Color

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

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

This div background color is #5E5477.

Border color

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

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

This div border color is #5E5477.

Opacity

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

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

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

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

This text has shadow with #5E5477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5477.

Preview

Color preview on black background

This text has color #5E5477 on black background.


Color preview on white background

This text has color #5E5477 on white background.


Black color preview on #5E5477 background

This text has black color on #5E5477 background.


White color preview on #5E5477 background

This text has white color on #5E5477 background.


Related colors

Complementary color

Complementary color for #hex is #A1AB88.


I love getcolorcode.com

Triadic colors

1 #775E54 and #54775E with #5E5477 are triadic colors.

2 #77545E and #545E77 with #5E5477 are triadic colors.