COLOR #5E74AF

HEX: #5E74AF
RGB: (94,116,175)

Color info

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

RGB color model

#5E74AF color RGB value is (94,116,175).

  • red value is 94;
  • green value is 116;
  • blue value is 175.
RGB:
(94,116,175)
(37%,45%,69%)

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 175 of 255 = 69%

94
116
175

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

Portions of RGB colors in percentages

R + G + B =
94 + 116 + 175 = 385 (100%)
R 94 of 385 ~ 24.42%
G 116 of 385 ~ 30.13%
B 175 of 385 ~ 45.45%

%24.42
%30.13
%45.45

CMYK color model

#5E74AF color CMYK value is (46,34,0,31).

  • cyan value is 46.29%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(46,34,0,31)
C46M34Y0K31 
(46%,34%,0%,31%)
(0.46/0.34/0.00/0.31)	

CMYK percentages

%46.29
%33.71
%0
%31.37

Codes

Color #5E74AF in popluar color models

5E74AF
RGB94116175
HSL224°33.61%52.75%
HSB/HSV224°46.29%68.63%
CMYK46.29%33.71%0.00%
31.37%

Color #5E74AF in popluar number systems.

HEX5E74AF
Decimal94116175
Binary1011110111010010101111
Octal136164257

Shades and tints

Shades of #5E74AF

#5E74AF
(94,116,175)
#566AA0
(86,106,160)
#4E6091
(78,96,145)
#465682
(70,86,130)
#3E4C73
(62,76,115)
#364264
(54,66,100)
#2E3855
(46,56,85)
#262E46
(38,46,70)
#1E2437
(30,36,55)
#161A28
(22,26,40)
#0E1019
(14,16,25)
#000000
(0,0,0)

Tints of #5E74AF

#5E74AF
(94,116,175)
#6C80B6
(108,128,182)
#7A8CBD
(122,140,189)
#8898C4
(136,152,196)
#96A4CB
(150,164,203)
#A4B0D2
(164,176,210)
#B2BCD9
(178,188,217)
#C0C8E0
(192,200,224)
#CED4E7
(206,212,231)
#DCE0EE
(220,224,238)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E74AF color. Also use rgb(94,116,175) instead hex code.

Text Font Color

.myTextColor { color: #5E74AF; }

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

This text font color is #5E74AF.


Background Color

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

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

This div background color is #5E74AF.


Border color

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

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

This div border color is #5E74AF.


Opacity

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

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

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

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

This text has shadow with #5E74AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E74AF on black background.


Color preview on white background

This text has color #5E74AF on white background.



Black color preview on #5E74AF background

This text has black color on #5E74AF background.


White color preview on #5E74AF background

This text has white color on #5E74AF background.