COLOR #5E5876

HEX: #5E5876
RGB: (94,88,118)

Color info

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

RGB color model

#5E5876 color RGB value is (94,88,118).

  • red value is 94;
  • green value is 88;
  • blue value is 118.
RGB:
(94,88,118)
(37%,35%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 118 of 255 = 46%

94
88
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 118 = 300 (100%)
R 94 of 300 ~ 31.33%
G 88 of 300 ~ 29.33%
B 118 of 300 ~ 39.33%

%31.33
%29.33
%39.33

CMYK color model

#5E5876 color CMYK value is (20,25,0,54).

  • cyan value is 20.34%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(20,25,0,54)
C20M25Y0K54 
(20%,25%,0%,54%)
(0.20/0.25/0.00/0.54)	

CMYK percentages

%20.34
%25.42
%0
%53.73

Codes

Color #5E5876 in popluar color models

5E5876
RGB9488118
HSL252°14.56%40.39%
HSB/HSV252°25.42%46.27%
CMYK20.34%25.42%0.00%
53.73%

Color #5E5876 in popluar number systems.

HEX5E5876
Decimal9488118
Binary101111010110001110110
Octal136130166

Shades and tints

Shades of #5E5876

#5E5876
(94,88,118)
#56506C
(86,80,108)
#4E4862
(78,72,98)
#464058
(70,64,88)
#3E384E
(62,56,78)
#363044
(54,48,68)
#2E283A
(46,40,58)
#262030
(38,32,48)
#1E1826
(30,24,38)
#16101C
(22,16,28)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #5E5876

#5E5876
(94,88,118)
#6C6782
(108,103,130)
#7A768E
(122,118,142)
#88859A
(136,133,154)
#9694A6
(150,148,166)
#A4A3B2
(164,163,178)
#B2B2BE
(178,178,190)
#C0C1CA
(192,193,202)
#CED0D6
(206,208,214)
#DCDFE2
(220,223,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5876 color. Also use rgb(94,88,118) instead hex code.

Text Font Color

.myTextColor { color: #5E5876; }

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

This text font color is #5E5876.


Background Color

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

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

This div background color is #5E5876.


Border color

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

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

This div border color is #5E5876.


Opacity

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

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

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

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

This text has shadow with #5E5876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5876 on black background.


Color preview on white background

This text has color #5E5876 on white background.



Black color preview on #5E5876 background

This text has black color on #5E5876 background.


White color preview on #5E5876 background

This text has white color on #5E5876 background.