COLOR #5E7689

HEX: #5E7689 RGB: (94,118,137)

Color info

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

RGB color model

#5E7689 color RGB value is (94,118,137).

RGB: (94,118,137) (37%, 46%, 54%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 137 of 255 = 54%

94
118
137

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

Portions of RGB colors in percentages

R + G + B = 94 + 118 + 137 = 349 (100%)
R 94 of 349 ~ 26.93%
G 118 of 349 ~ 33.81%
B 137 of 349 ~ 39.26'%

%26.93
%33.81
%39.26

CMYK color model

#5E7689 color CMYK value is (31,14,0,46).

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

CMYK: (31,14,0,46)
C31M14Y0K46 (31%, 14%, 0%, 46%)
(0.31 / 0.14 / 0.00 / 0.46)

CMYK percentages

%31.39
%13.87
%0
%46.27

Codes

Color #5E7689 in popluar color models

5E 76 89
RGB 94 118 137
HSL 207° 18.61% 45.29%
HSB/HSV 207° 31.39% 53.73%
CMYK 31.39% 13.87% 0.00%
46.27%

Color #5E7689 in popluar number systems.

HEX 5E 76 89
Decimal 94 118 137
Binary 1011110 1110110 10001001
Octal 136 166 211

Shades and tints

Shades of #5E7689

#5E7689
(94,118,137)
#566C7D
(86,108,125)
#4E6271
(78,98,113)
#465865
(70,88,101)
#3E4E59
(62,78,89)
#36444D
(54,68,77)
#2E3A41
(46,58,65)
#263035
(38,48,53)
#1E2629
(30,38,41)
#161C1D
(22,28,29)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5E7689

#5E7689
(94,118,137)
#6C8293
(108,130,147)
#7A8E9D
(122,142,157)
#889AA7
(136,154,167)
#96A6B1
(150,166,177)
#A4B2BB
(164,178,187)
#B2BEC5
(178,190,197)
#C0CACF
(192,202,207)
#CED6D9
(206,214,217)
#DCE2E3
(220,226,227)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7689; }

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

This text font color is #5E7689.

Background Color

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

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

This div background color is #5E7689.

Border color

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

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

This div border color is #5E7689.

Opacity

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

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

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

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

This text has shadow with #5E7689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7689.

Preview

Color preview on black background

This text has color #5E7689 on black background.


Color preview on white background

This text has color #5E7689 on white background.


Black color preview on #5E7689 background

This text has black color on #5E7689 background.


White color preview on #5E7689 background

This text has white color on #5E7689 background.


Related colors

Complementary color

Complementary color for #hex is #A18976.


I love getcolorcode.com

Triadic colors

1 #895E76 and #76895E with #5E7689 are triadic colors.

2 #89765E and #765E89 with #5E7689 are triadic colors.