COLOR #5E759E

HEX: #5E759E
RGB: (94,117,158)

Color info

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

RGB color model

#5E759E color RGB value is (94,117,158).

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

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 158 of 255 = 62%

94
117
158

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

Portions of RGB colors in percentages

R + G + B =
94 + 117 + 158 = 369 (100%)
R 94 of 369 ~ 25.47%
G 117 of 369 ~ 31.71%
B 158 of 369 ~ 42.82%

%25.47
%31.71
%42.82

CMYK color model

#5E759E color CMYK value is (41,26,0,38).

  • cyan value is 40.51%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(41,26,0,38)
C41M26Y0K38 
(41%,26%,0%,38%)
(0.41/0.26/0.00/0.38)	

CMYK percentages

%40.51
%25.95
%0
%38.04

Codes

Color #5E759E in popluar color models

5E759E
RGB94117158
HSL218°25.40%49.41%
HSB/HSV218°40.51%61.96%
CMYK40.51%25.95%0.00%
38.04%

Color #5E759E in popluar number systems.

HEX5E759E
Decimal94117158
Binary1011110111010110011110
Octal136165236

Shades and tints

Shades of #5E759E

#5E759E
(94,117,158)
#566B90
(86,107,144)
#4E6182
(78,97,130)
#465774
(70,87,116)
#3E4D66
(62,77,102)
#364358
(54,67,88)
#2E394A
(46,57,74)
#262F3C
(38,47,60)
#1E252E
(30,37,46)
#161B20
(22,27,32)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #5E759E

#5E759E
(94,117,158)
#6C81A6
(108,129,166)
#7A8DAE
(122,141,174)
#8899B6
(136,153,182)
#96A5BE
(150,165,190)
#A4B1C6
(164,177,198)
#B2BDCE
(178,189,206)
#C0C9D6
(192,201,214)
#CED5DE
(206,213,222)
#DCE1E6
(220,225,230)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E759E; }

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

This text font color is #5E759E.


Background Color

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

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

This div background color is #5E759E.


Border color

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

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

This div border color is #5E759E.


Opacity

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

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

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

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

This text has shadow with #5E759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E759E on black background.


Color preview on white background

This text has color #5E759E on white background.



Black color preview on #5E759E background

This text has black color on #5E759E background.


White color preview on #5E759E background

This text has white color on #5E759E background.