COLOR #5E56B8

HEX: #5E56B8 RGB: (94,86,184)

Color info

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

RGB color model

#5E56B8 color RGB value is (94,86,184).

RGB: (94,86,184) (37%, 34%, 72%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 184 of 255 = 72%

94
86
184

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

Portions of RGB colors in percentages

R + G + B = 94 + 86 + 184 = 364 (100%)
R 94 of 364 ~ 25.82%
G 86 of 364 ~ 23.63%
B 184 of 364 ~ 50.55'%

%25.82
%23.63
%50.55

CMYK color model

#5E56B8 color CMYK value is (49,53,0,28).

  • cyan value is 48.91%
  • magenta value is 53.26%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (49,53,0,28)
C49M53Y0K28 (49%, 53%, 0%, 28%)
(0.49 / 0.53 / 0.00 / 0.28)

CMYK percentages

%48.91
%53.26
%0
%27.84

Codes

Color #5E56B8 in popluar color models

5E 56 B8
RGB 94 86 184
HSL 245° 40.83% 52.94%
HSB/HSV 245° 53.26% 72.16%
CMYK 48.91% 53.26% 0.00%
27.84%

Color #5E56B8 in popluar number systems.

HEX 5E 56 B8
Decimal 94 86 184
Binary 1011110 1010110 10111000
Octal 136 126 270

Shades and tints

Shades of #5E56B8

#5E56B8
(94,86,184)
#564FA8
(86,79,168)
#4E4898
(78,72,152)
#464188
(70,65,136)
#3E3A78
(62,58,120)
#363368
(54,51,104)
#2E2C58
(46,44,88)
#262548
(38,37,72)
#1E1E38
(30,30,56)
#161728
(22,23,40)
#0E1018
(14,16,24)
#000000
(0,0,0)

Tints of #5E56B8

#5E56B8
(94,86,184)
#6C65BE
(108,101,190)
#7A74C4
(122,116,196)
#8883CA
(136,131,202)
#9692D0
(150,146,208)
#A4A1D6
(164,161,214)
#B2B0DC
(178,176,220)
#C0BFE2
(192,191,226)
#CECEE8
(206,206,232)
#DCDDEE
(220,221,238)
#EAECF4
(234,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E56B8 color. Also use rgb(94,86,184) instead hex code.

Text Font Color

.myTextColor { color: #5E56B8; }

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

This text font color is #5E56B8.

Background Color

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

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

This div background color is #5E56B8.

Border color

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

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

This div border color is #5E56B8.

Opacity

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

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

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

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

This text has shadow with #5E56B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E56B8.

Preview

Color preview on black background

This text has color #5E56B8 on black background.


Color preview on white background

This text has color #5E56B8 on white background.


Black color preview on #5E56B8 background

This text has black color on #5E56B8 background.


White color preview on #5E56B8 background

This text has white color on #5E56B8 background.


Related colors

Complementary color

Complementary color for #hex is #A1A947.


I love getcolorcode.com

Triadic colors

1 #B85E56 and #56B85E with #5E56B8 are triadic colors.

2 #B8565E and #565EB8 with #5E56B8 are triadic colors.