COLOR #5E5778

HEX: #5E5778
RGB: (94,87,120)

Color info

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

RGB color model

#5E5778 color RGB value is (94,87,120).

  • red value is 94;
  • green value is 87;
  • blue value is 120.
RGB:
(94,87,120)
(37%,34%,47%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 120 of 255 = 47%

94
87
120

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 120 = 301 (100%)
R 94 of 301 ~ 31.23%
G 87 of 301 ~ 28.9%
B 120 of 301 ~ 39.87%

%31.23
%28.9
%39.87

CMYK color model

#5E5778 color CMYK value is (22,28,0,53).

  • cyan value is 21.67%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(22,28,0,53)
C22M28Y0K53 
(22%,28%,0%,53%)
(0.22/0.28/0.00/0.53)	

CMYK percentages

%21.67
%27.5
%0
%52.94

Codes

Color #5E5778 in popluar color models

5E5778
RGB9487120
HSL253°15.94%40.59%
HSB/HSV253°27.50%47.06%
CMYK21.67%27.50%0.00%
52.94%

Color #5E5778 in popluar number systems.

HEX5E5778
Decimal9487120
Binary101111010101111111000
Octal136127170

Shades and tints

Shades of #5E5778

#5E5778
(94,87,120)
#56506E
(86,80,110)
#4E4964
(78,73,100)
#46425A
(70,66,90)
#3E3B50
(62,59,80)
#363446
(54,52,70)
#2E2D3C
(46,45,60)
#262632
(38,38,50)
#1E1F28
(30,31,40)
#16181E
(22,24,30)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #5E5778

#5E5778
(94,87,120)
#6C6684
(108,102,132)
#7A7590
(122,117,144)
#88849C
(136,132,156)
#9693A8
(150,147,168)
#A4A2B4
(164,162,180)
#B2B1C0
(178,177,192)
#C0C0CC
(192,192,204)
#CECFD8
(206,207,216)
#DCDEE4
(220,222,228)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5778 color. Also use rgb(94,87,120) instead hex code.

Text Font Color

.myTextColor { color: #5E5778; }

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

This text font color is #5E5778.


Background Color

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

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

This div background color is #5E5778.


Border color

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

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

This div border color is #5E5778.


Opacity

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

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

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

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

This text has shadow with #5E5778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5778 on black background.


Color preview on white background

This text has color #5E5778 on white background.



Black color preview on #5E5778 background

This text has black color on #5E5778 background.


White color preview on #5E5778 background

This text has white color on #5E5778 background.