COLOR #5E5577

HEX: #5E5577
RGB: (94,85,119)

Color info

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

RGB color model

#5E5577 color RGB value is (94,85,119).

  • red value is 94;
  • green value is 85;
  • blue value is 119.
RGB:
(94,85,119)
(37%,33%,47%)

RGB channels and saturation

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

94
85
119

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

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 119 = 298 (100%)
R 94 of 298 ~ 31.54%
G 85 of 298 ~ 28.52%
B 119 of 298 ~ 39.93%

%31.54
%28.52
%39.93

CMYK color model

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

  • cyan value is 21.01%
  • magenta value is 28.57%
  • 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
%28.57
%0
%53.33

Codes

Color #5E5577 in popluar color models

5E5577
RGB9485119
HSL256°16.67%40.00%
HSB/HSV256°28.57%46.67%
CMYK21.01%28.57%0.00%
53.33%

Color #5E5577 in popluar number systems.

HEX5E5577
Decimal9485119
Binary101111010101011110111
Octal136125167

Shades and tints

Shades of #5E5577

#5E5577
(94,85,119)
#564E6D
(86,78,109)
#4E4763
(78,71,99)
#464059
(70,64,89)
#3E394F
(62,57,79)
#363245
(54,50,69)
#2E2B3B
(46,43,59)
#262431
(38,36,49)
#1E1D27
(30,29,39)
#16161D
(22,22,29)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #5E5577

#5E5577
(94,85,119)
#6C6483
(108,100,131)
#7A738F
(122,115,143)
#88829B
(136,130,155)
#9691A7
(150,145,167)
#A4A0B3
(164,160,179)
#B2AFBF
(178,175,191)
#C0BECB
(192,190,203)
#CECDD7
(206,205,215)
#DCDCE3
(220,220,227)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5577; }

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

This text font color is #5E5577.


Background Color

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

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

This div background color is #5E5577.


Border color

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

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

This div border color is #5E5577.


Opacity

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

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

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

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

This text has shadow with #5E5577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5577 on black background.


Color preview on white background

This text has color #5E5577 on white background.



Black color preview on #5E5577 background

This text has black color on #5E5577 background.


White color preview on #5E5577 background

This text has white color on #5E5577 background.