COLOR #5E689E

HEX: #5E689E
RGB: (94,104,158)

Color info

#5E689E contains mainly green and blue colors. Web safe color of #5E689E is #666699 (or #669).

RGB color model

#5E689E color RGB value is (94,104,158).

  • red value is 94;
  • green value is 104;
  • blue value is 158.
RGB:
(94,104,158)
(37%,41%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 158 of 255 = 62%

94
104
158

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

Portions of RGB colors in percentages

R + G + B =
94 + 104 + 158 = 356 (100%)
R 94 of 356 ~ 26.4%
G 104 of 356 ~ 29.21%
B 158 of 356 ~ 44.38%

%26.4
%29.21
%44.38

CMYK color model

#5E689E color CMYK value is (41,34,0,38).

  • cyan value is 40.51%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(41,34,0,38)
C41M34Y0K38 
(41%,34%,0%,38%)
(0.41/0.34/0.00/0.38)	

CMYK percentages

%40.51
%34.18
%0
%38.04

Codes

Color #5E689E in popluar color models

5E689E
RGB94104158
HSL231°25.40%49.41%
HSB/HSV231°40.51%61.96%
CMYK40.51%34.18%0.00%
38.04%

Color #5E689E in popluar number systems.

HEX5E689E
Decimal94104158
Binary1011110110100010011110
Octal136150236

Shades and tints

Shades of #5E689E

#5E689E
(94,104,158)
#565F90
(86,95,144)
#4E5682
(78,86,130)
#464D74
(70,77,116)
#3E4466
(62,68,102)
#363B58
(54,59,88)
#2E324A
(46,50,74)
#26293C
(38,41,60)
#1E202E
(30,32,46)
#161720
(22,23,32)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5E689E

#5E689E
(94,104,158)
#6C75A6
(108,117,166)
#7A82AE
(122,130,174)
#888FB6
(136,143,182)
#969CBE
(150,156,190)
#A4A9C6
(164,169,198)
#B2B6CE
(178,182,206)
#C0C3D6
(192,195,214)
#CED0DE
(206,208,222)
#DCDDE6
(220,221,230)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E689E color. Also use rgb(94,104,158) instead hex code.

Text Font Color

.myTextColor { color: #5E689E; }

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

This text font color is #5E689E.


Background Color

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

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

This div background color is #5E689E.


Border color

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

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

This div border color is #5E689E.


Opacity

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

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

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

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

This text has shadow with #5E689E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E689E on black background.


Color preview on white background

This text has color #5E689E on white background.



Black color preview on #5E689E background

This text has black color on #5E689E background.


White color preview on #5E689E background

This text has white color on #5E689E background.