COLOR #5E57B2

HEX: #5E57B2
RGB: (94,87,178)

Color info

#5E57B2 contains mainly blue color. Web safe color of #5E57B2 is #666699 (or #669).

RGB color model

#5E57B2 color RGB value is (94,87,178).

  • red value is 94;
  • green value is 87;
  • blue value is 178.
RGB:
(94,87,178)
(37%,34%,70%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 178 of 255 = 70%

94
87
178

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 178 = 359 (100%)
R 94 of 359 ~ 26.18%
G 87 of 359 ~ 24.23%
B 178 of 359 ~ 49.58%

%26.18
%24.23
%49.58

CMYK color model

#5E57B2 color CMYK value is (47,51,0,30).

  • cyan value is 47.19%
  • magenta value is 51.12%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(47,51,0,30)
C47M51Y0K30 
(47%,51%,0%,30%)
(0.47/0.51/0.00/0.30)	

CMYK percentages

%47.19
%51.12
%0
%30.2

Codes

Color #5E57B2 in popluar color models

5E57B2
RGB9487178
HSL245°37.14%51.96%
HSB/HSV245°51.12%69.80%
CMYK47.19%51.12%0.00%
30.20%

Color #5E57B2 in popluar number systems.

HEX5E57B2
Decimal9487178
Binary1011110101011110110010
Octal136127262

Shades and tints

Shades of #5E57B2

#5E57B2
(94,87,178)
#5650A2
(86,80,162)
#4E4992
(78,73,146)
#464282
(70,66,130)
#3E3B72
(62,59,114)
#363462
(54,52,98)
#2E2D52
(46,45,82)
#262642
(38,38,66)
#1E1F32
(30,31,50)
#161822
(22,24,34)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #5E57B2

#5E57B2
(94,87,178)
#6C66B9
(108,102,185)
#7A75C0
(122,117,192)
#8884C7
(136,132,199)
#9693CE
(150,147,206)
#A4A2D5
(164,162,213)
#B2B1DC
(178,177,220)
#C0C0E3
(192,192,227)
#CECFEA
(206,207,234)
#DCDEF1
(220,222,241)
#EAEDF8
(234,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E57B2 color. Also use rgb(94,87,178) instead hex code.

Text Font Color

.myTextColor { color: #5E57B2; }

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

This text font color is #5E57B2.


Background Color

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

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

This div background color is #5E57B2.


Border color

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

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

This div border color is #5E57B2.


Opacity

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

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

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

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

This text has shadow with #5E57B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E57B2 on black background.


Color preview on white background

This text has color #5E57B2 on white background.



Black color preview on #5E57B2 background

This text has black color on #5E57B2 background.


White color preview on #5E57B2 background

This text has white color on #5E57B2 background.