COLOR #5E71CB

HEX: #5E71CB RGB: (94,113,203)

Color info

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

RGB color model

#5E71CB color RGB value is (94,113,203).

RGB: (94,113,203) (37%, 44%, 80%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 203 of 255 = 80%

94
113
203

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

Portions of RGB colors in percentages

R + G + B = 94 + 113 + 203 = 410 (100%)
R 94 of 410 ~ 22.93%
G 113 of 410 ~ 27.56%
B 203 of 410 ~ 49.51'%

%22.93
%27.56
%49.51

CMYK color model

#5E71CB color CMYK value is (54,44,0,20).

  • cyan value is 53.69%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (54,44,0,20) C54M44Y0K20 (54%,44%,0%,20%) (0.54/0.44/0.00/0.20) 

CMYK percentages

%53.69
%44.33
%0
%20.39

Codes

Color #5E71CB in popluar color models

5E 71 CB
RGB 94 113 203
HSL 230° 51.17% 58.24%
HSB/HSV 230° 53.69% 79.61%
CMYK 53.69% 44.33% 0.00%
20.39%

Color #5E71CB in popluar number systems.

HEX 5E 71 CB
Decimal 94 113 203
Binary 1011110 1110001 11001011
Octal 136 161 313

Shades and tints

Shades of #5E71CB

#5E71CB
(94,113,203)
#5667B9
(86,103,185)
#4E5DA7
(78,93,167)
#465395
(70,83,149)
#3E4983
(62,73,131)
#363F71
(54,63,113)
#2E355F
(46,53,95)
#262B4D
(38,43,77)
#1E213B
(30,33,59)
#161729
(22,23,41)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #5E71CB

#5E71CB
(94,113,203)
#6C7DCF
(108,125,207)
#7A89D3
(122,137,211)
#8895D7
(136,149,215)
#96A1DB
(150,161,219)
#A4ADDF
(164,173,223)
#B2B9E3
(178,185,227)
#C0C5E7
(192,197,231)
#CED1EB
(206,209,235)
#DCDDEF
(220,221,239)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E71CB color. Also use rgb(94,113,203) instead hex code.

Text Font Color

.myTextColor { color: #5E71CB; }

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

This text font color is #5E71CB.

Background Color

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

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

This div background color is #5E71CB.

Border color

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

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

This div border color is #5E71CB.

Opacity

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

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

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

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

This text has shadow with #5E71CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E71CB.

Preview

Color preview on black background

This text has color #5E71CB on black background.


Color preview on white background

This text has color #5E71CB on white background.


Black color preview on #5E71CB background

This text has black color on #5E71CB background.


White color preview on #5E71CB background

This text has white color on #5E71CB background.


Related colors

Complementary color

Complementary color for #hex is #A18E34.


I love getcolorcode.com

Triadic colors

1 #CB5E71 and #71CB5E with #5E71CB are triadic colors.

2 #CB715E and #715ECB with #5E71CB are triadic colors.