COLOR #5E6087

HEX: #5E6087
RGB: (94,96,135)

Color info

#5E6087 contains red, green and blue colors in about the same proportion. Web safe color of #5E6087 is #666699 (or #669).

RGB color model

#5E6087 color RGB value is (94,96,135).

  • red value is 94;
  • green value is 96;
  • blue value is 135.
RGB:
(94,96,135)
(37%,38%,53%)

RGB channels and saturation

R 94 of 255 = 37%
G 96 of 255 = 38%
B 135 of 255 = 53%

94
96
135

R + G + B ~ 43%. #5E6087 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 96 + 135 = 325 (100%)
R 94 of 325 ~ 28.92%
G 96 of 325 ~ 29.54%
B 135 of 325 ~ 41.54%

%28.92
%29.54
%41.54

CMYK color model

#5E6087 color CMYK value is (30,29,0,47).

  • cyan value is 30.37%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(30,29,0,47)
C30M29Y0K47 
(30%,29%,0%,47%)
(0.30/0.29/0.00/0.47)	

CMYK percentages

%30.37
%28.89
%0
%47.06

Codes

Color #5E6087 in popluar color models

5E6087
RGB9496135
HSL237°17.90%44.90%
HSB/HSV237°30.37%52.94%
CMYK30.37%28.89%0.00%
47.06%

Color #5E6087 in popluar number systems.

HEX5E6087
Decimal9496135
Binary1011110110000010000111
Octal136140207

Shades and tints

Shades of #5E6087

#5E6087
(94,96,135)
#56587B
(86,88,123)
#4E506F
(78,80,111)
#464863
(70,72,99)
#3E4057
(62,64,87)
#36384B
(54,56,75)
#2E303F
(46,48,63)
#262833
(38,40,51)
#1E2027
(30,32,39)
#16181B
(22,24,27)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #5E6087

#5E6087
(94,96,135)
#6C6E91
(108,110,145)
#7A7C9B
(122,124,155)
#888AA5
(136,138,165)
#9698AF
(150,152,175)
#A4A6B9
(164,166,185)
#B2B4C3
(178,180,195)
#C0C2CD
(192,194,205)
#CED0D7
(206,208,215)
#DCDEE1
(220,222,225)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6087 color. Also use rgb(94,96,135) instead hex code.

Text Font Color

.myTextColor { color: #5E6087; }

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

This text font color is #5E6087.


Background Color

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

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

This div background color is #5E6087.


Border color

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

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

This div border color is #5E6087.


Opacity

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

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

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

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

This text has shadow with #5E6087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6087 on black background.


Color preview on white background

This text has color #5E6087 on white background.



Black color preview on #5E6087 background

This text has black color on #5E6087 background.


White color preview on #5E6087 background

This text has white color on #5E6087 background.