COLOR #5E74C1

HEX: #5E74C1 RGB: (94,116,193)

Color info

#5E74C1 contains mainly blue color. Web safe color of #5E74C1 is #6666CC (or #66C).

RGB color model

#5E74C1 color RGB value is (94,116,193).

RGB: (94,116,193) (37%, 45%, 76%)

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 193 of 255 = 76%

94
116
193

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

Portions of RGB colors in percentages

R + G + B = 94 + 116 + 193 = 403 (100%)
R 94 of 403 ~ 23.33%
G 116 of 403 ~ 28.78%
B 193 of 403 ~ 47.89'%

%23.33
%28.78
%47.89

CMYK color model

#5E74C1 color CMYK value is (51,40,0,24).

  • cyan value is 51.30%
  • magenta value is 39.90%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (51,40,0,24)
C51M40Y0K24 (51%, 40%, 0%, 24%)
(0.51 / 0.40 / 0.00 / 0.24)

CMYK percentages

%51.3
%39.9
%0
%24.31

Codes

Color #5E74C1 in popluar color models

5E 74 C1
RGB 94 116 193
HSL 227° 44.39% 56.27%
HSB/HSV 227° 51.30% 75.69%
CMYK 51.30% 39.90% 0.00%
24.31%

Color #5E74C1 in popluar number systems.

HEX 5E 74 C1
Decimal 94 116 193
Binary 1011110 1110100 11000001
Octal 136 164 301

Shades and tints

Shades of #5E74C1

#5E74C1
(94,116,193)
#566AB0
(86,106,176)
#4E609F
(78,96,159)
#46568E
(70,86,142)
#3E4C7D
(62,76,125)
#36426C
(54,66,108)
#2E385B
(46,56,91)
#262E4A
(38,46,74)
#1E2439
(30,36,57)
#161A28
(22,26,40)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #5E74C1

#5E74C1
(94,116,193)
#6C80C6
(108,128,198)
#7A8CCB
(122,140,203)
#8898D0
(136,152,208)
#96A4D5
(150,164,213)
#A4B0DA
(164,176,218)
#B2BCDF
(178,188,223)
#C0C8E4
(192,200,228)
#CED4E9
(206,212,233)
#DCE0EE
(220,224,238)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E74C1; }

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

This text font color is #5E74C1.

Background Color

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

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

This div background color is #5E74C1.

Border color

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

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

This div border color is #5E74C1.

Opacity

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

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

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

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

This text has shadow with #5E74C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E74C1.

Preview

Color preview on black background

This text has color #5E74C1 on black background.


Color preview on white background

This text has color #5E74C1 on white background.


Black color preview on #5E74C1 background

This text has black color on #5E74C1 background.


White color preview on #5E74C1 background

This text has white color on #5E74C1 background.


Related colors

Complementary color

Complementary color for #hex is #A18B3E.


I love getcolorcode.com

Triadic colors

1 #C15E74 and #74C15E with #5E74C1 are triadic colors.

2 #C1745E and #745EC1 with #5E74C1 are triadic colors.