COLOR #5E5874

HEX: #5E5874
RGB: (94,88,116)

Color info

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

RGB color model

#5E5874 color RGB value is (94,88,116).

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

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 116 of 255 = 45%

94
88
116

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 116 = 298 (100%)
R 94 of 298 ~ 31.54%
G 88 of 298 ~ 29.53%
B 116 of 298 ~ 38.93%

%31.54
%29.53
%38.93

CMYK color model

#5E5874 color CMYK value is (19,24,0,55).

  • cyan value is 18.97%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(19,24,0,55)
C19M24Y0K55 
(19%,24%,0%,55%)
(0.19/0.24/0.00/0.55)	

CMYK percentages

%18.97
%24.14
%0
%54.51

Codes

Color #5E5874 in popluar color models

5E5874
RGB9488116
HSL253°13.73%40.00%
HSB/HSV253°24.14%45.49%
CMYK18.97%24.14%0.00%
54.51%

Color #5E5874 in popluar number systems.

HEX5E5874
Decimal9488116
Binary101111010110001110100
Octal136130164

Shades and tints

Shades of #5E5874

#5E5874
(94,88,116)
#56506A
(86,80,106)
#4E4860
(78,72,96)
#464056
(70,64,86)
#3E384C
(62,56,76)
#363042
(54,48,66)
#2E2838
(46,40,56)
#26202E
(38,32,46)
#1E1824
(30,24,36)
#16101A
(22,16,26)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #5E5874

#5E5874
(94,88,116)
#6C6780
(108,103,128)
#7A768C
(122,118,140)
#888598
(136,133,152)
#9694A4
(150,148,164)
#A4A3B0
(164,163,176)
#B2B2BC
(178,178,188)
#C0C1C8
(192,193,200)
#CED0D4
(206,208,212)
#DCDFE0
(220,223,224)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5874; }

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

This text font color is #5E5874.


Background Color

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

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

This div background color is #5E5874.


Border color

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

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

This div border color is #5E5874.


Opacity

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

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

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

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

This text has shadow with #5E5874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5874 on black background.


Color preview on white background

This text has color #5E5874 on white background.



Black color preview on #5E5874 background

This text has black color on #5E5874 background.


White color preview on #5E5874 background

This text has white color on #5E5874 background.