COLOR #5E6589

HEX: #5E6589 RGB: (94,101,137)

Color info

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

RGB color model

#5E6589 color RGB value is (94,101,137).

RGB: (94,101,137) (37%, 40%, 54%)

RGB channels and saturation

R 94 of 255 = 37%
G 101 of 255 = 40%
B 137 of 255 = 54%

94
101
137

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

Portions of RGB colors in percentages

R + G + B = 94 + 101 + 137 = 332 (100%)
R 94 of 332 ~ 28.31%
G 101 of 332 ~ 30.42%
B 137 of 332 ~ 41.27'%

%28.31
%30.42
%41.27

CMYK color model

#5E6589 color CMYK value is (31,26,0,46).

  • cyan value is 31.39%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (31,26,0,46)
C31M26Y0K46 (31%, 26%, 0%, 46%)
(0.31 / 0.26 / 0.00 / 0.46)

CMYK percentages

%31.39
%26.28
%0
%46.27

Codes

Color #5E6589 in popluar color models

5E 65 89
RGB 94 101 137
HSL 230° 18.61% 45.29%
HSB/HSV 230° 31.39% 53.73%
CMYK 31.39% 26.28% 0.00%
46.27%

Color #5E6589 in popluar number systems.

HEX 5E 65 89
Decimal 94 101 137
Binary 1011110 1100101 10001001
Octal 136 145 211

Shades and tints

Shades of #5E6589

#5E6589
(94,101,137)
#565C7D
(86,92,125)
#4E5371
(78,83,113)
#464A65
(70,74,101)
#3E4159
(62,65,89)
#36384D
(54,56,77)
#2E2F41
(46,47,65)
#262635
(38,38,53)
#1E1D29
(30,29,41)
#16141D
(22,20,29)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #5E6589

#5E6589
(94,101,137)
#6C7393
(108,115,147)
#7A819D
(122,129,157)
#888FA7
(136,143,167)
#969DB1
(150,157,177)
#A4ABBB
(164,171,187)
#B2B9C5
(178,185,197)
#C0C7CF
(192,199,207)
#CED5D9
(206,213,217)
#DCE3E3
(220,227,227)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6589 color. Also use rgb(94,101,137) instead hex code.

Text Font Color

.myTextColor { color: #5E6589; }

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

This text font color is #5E6589.

Background Color

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

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

This div background color is #5E6589.

Border color

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

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

This div border color is #5E6589.

Opacity

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

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

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

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

This text has shadow with #5E6589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6589.

Preview

Color preview on black background

This text has color #5E6589 on black background.


Color preview on white background

This text has color #5E6589 on white background.


Black color preview on #5E6589 background

This text has black color on #5E6589 background.


White color preview on #5E6589 background

This text has white color on #5E6589 background.


Related colors

Complementary color

Complementary color for #hex is #A19A76.


I love getcolorcode.com

Triadic colors

1 #895E65 and #65895E with #5E6589 are triadic colors.

2 #89655E and #655E89 with #5E6589 are triadic colors.