COLOR #5E7FA7

HEX: #5E7FA7 RGB: (94,127,167)

Color info

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

RGB color model

#5E7FA7 color RGB value is (94,127,167).

RGB: (94,127,167) (37%, 50%, 65%)

RGB channels and saturation

R 94 of 255 = 37%
G 127 of 255 = 50%
B 167 of 255 = 65%

94
127
167

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

Portions of RGB colors in percentages

R + G + B = 94 + 127 + 167 = 388 (100%)
R 94 of 388 ~ 24.23%
G 127 of 388 ~ 32.73%
B 167 of 388 ~ 43.04'%

%24.23
%32.73
%43.04

CMYK color model

#5E7FA7 color CMYK value is (44,24,0,35).

  • cyan value is 43.71%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (44,24,0,35)
C44M24Y0K35 (44%, 24%, 0%, 35%)
(0.44 / 0.24 / 0.00 / 0.35)

CMYK percentages

%43.71
%23.95
%0
%34.51

Codes

Color #5E7FA7 in popluar color models

5E 7F A7
RGB 94 127 167
HSL 213° 29.32% 51.18%
HSB/HSV 213° 43.71% 65.49%
CMYK 43.71% 23.95% 0.00%
34.51%

Color #5E7FA7 in popluar number systems.

HEX 5E 7F A7
Decimal 94 127 167
Binary 1011110 1111111 10100111
Octal 136 177 247

Shades and tints

Shades of #5E7FA7

#5E7FA7
(94,127,167)
#567498
(86,116,152)
#4E6989
(78,105,137)
#465E7A
(70,94,122)
#3E536B
(62,83,107)
#36485C
(54,72,92)
#2E3D4D
(46,61,77)
#26323E
(38,50,62)
#1E272F
(30,39,47)
#161C20
(22,28,32)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #5E7FA7

#5E7FA7
(94,127,167)
#6C8AAF
(108,138,175)
#7A95B7
(122,149,183)
#88A0BF
(136,160,191)
#96ABC7
(150,171,199)
#A4B6CF
(164,182,207)
#B2C1D7
(178,193,215)
#C0CCDF
(192,204,223)
#CED7E7
(206,215,231)
#DCE2EF
(220,226,239)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7FA7 color. Also use rgb(94,127,167) instead hex code.

Text Font Color

.myTextColor { color: #5E7FA7; }

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

This text font color is #5E7FA7.

Background Color

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

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

This div background color is #5E7FA7.

Border color

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

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

This div border color is #5E7FA7.

Opacity

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

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

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

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

This text has shadow with #5E7FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7FA7.

Preview

Color preview on black background

This text has color #5E7FA7 on black background.


Color preview on white background

This text has color #5E7FA7 on white background.


Black color preview on #5E7FA7 background

This text has black color on #5E7FA7 background.


White color preview on #5E7FA7 background

This text has white color on #5E7FA7 background.


Related colors

Complementary color

Complementary color for #hex is #A18058.


I love getcolorcode.com

Triadic colors

1 #A75E7F and #7FA75E with #5E7FA7 are triadic colors.

2 #A77F5E and #7F5EA7 with #5E7FA7 are triadic colors.