COLOR #5E7CCB

HEX: #5E7CCB RGB: (94,124,203)

Color info

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

RGB color model

#5E7CCB color RGB value is (94,124,203).

RGB: (94,124,203) (37%, 49%, 80%)

RGB channels and saturation

R 94 of 255 = 37%
G 124 of 255 = 49%
B 203 of 255 = 80%

94
124
203

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

Portions of RGB colors in percentages

R + G + B = 94 + 124 + 203 = 421 (100%)
R 94 of 421 ~ 22.33%
G 124 of 421 ~ 29.45%
B 203 of 421 ~ 48.22'%

%22.33
%29.45
%48.22

CMYK color model

#5E7CCB color CMYK value is (54,39,0,20).

  • cyan value is 53.69%
  • magenta value is 38.92%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (54,39,0,20)
C54M39Y0K20 (54%, 39%, 0%, 20%)
(0.54 / 0.39 / 0.00 / 0.20)

CMYK percentages

%53.69
%38.92
%0
%20.39

Codes

Color #5E7CCB in popluar color models

5E 7C CB
RGB 94 124 203
HSL 223° 51.17% 58.24%
HSB/HSV 223° 53.69% 79.61%
CMYK 53.69% 38.92% 0.00%
20.39%

Color #5E7CCB in popluar number systems.

HEX 5E 7C CB
Decimal 94 124 203
Binary 1011110 1111100 11001011
Octal 136 174 313

Shades and tints

Shades of #5E7CCB

#5E7CCB
(94,124,203)
#5671B9
(86,113,185)
#4E66A7
(78,102,167)
#465B95
(70,91,149)
#3E5083
(62,80,131)
#364571
(54,69,113)
#2E3A5F
(46,58,95)
#262F4D
(38,47,77)
#1E243B
(30,36,59)
#161929
(22,25,41)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #5E7CCB

#5E7CCB
(94,124,203)
#6C87CF
(108,135,207)
#7A92D3
(122,146,211)
#889DD7
(136,157,215)
#96A8DB
(150,168,219)
#A4B3DF
(164,179,223)
#B2BEE3
(178,190,227)
#C0C9E7
(192,201,231)
#CED4EB
(206,212,235)
#DCDFEF
(220,223,239)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7CCB; }

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

This text font color is #5E7CCB.

Background Color

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

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

This div background color is #5E7CCB.

Border color

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

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

This div border color is #5E7CCB.

Opacity

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

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

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

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

This text has shadow with #5E7CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7CCB.

Preview

Color preview on black background

This text has color #5E7CCB on black background.


Color preview on white background

This text has color #5E7CCB on white background.


Black color preview on #5E7CCB background

This text has black color on #5E7CCB background.


White color preview on #5E7CCB background

This text has white color on #5E7CCB background.


Related colors

Complementary color

Complementary color for #hex is #A18334.


I love getcolorcode.com

Triadic colors

1 #CB5E7C and #7CCB5E with #5E7CCB are triadic colors.

2 #CB7C5E and #7C5ECB with #5E7CCB are triadic colors.