COLOR #5E5783

HEX: #5E5783
RGB: (94,87,131)

Color info

#5E5783 contains red, green and blue colors in about the same proportion. Web safe color of #5E5783 is #666699 (or #669).

RGB color model

#5E5783 color RGB value is (94,87,131).

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

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 131 of 255 = 51%

94
87
131

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 131 = 312 (100%)
R 94 of 312 ~ 30.13%
G 87 of 312 ~ 27.88%
B 131 of 312 ~ 41.99%

%30.13
%27.88
%41.99

CMYK color model

#5E5783 color CMYK value is (28,34,0,49).

  • cyan value is 28.24%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(28,34,0,49)
C28M34Y0K49 
(28%,34%,0%,49%)
(0.28/0.34/0.00/0.49)	

CMYK percentages

%28.24
%33.59
%0
%48.63

Codes

Color #5E5783 in popluar color models

5E5783
RGB9487131
HSL250°20.18%42.75%
HSB/HSV250°33.59%51.37%
CMYK28.24%33.59%0.00%
48.63%

Color #5E5783 in popluar number systems.

HEX5E5783
Decimal9487131
Binary1011110101011110000011
Octal136127203

Shades and tints

Shades of #5E5783

#5E5783
(94,87,131)
#565078
(86,80,120)
#4E496D
(78,73,109)
#464262
(70,66,98)
#3E3B57
(62,59,87)
#36344C
(54,52,76)
#2E2D41
(46,45,65)
#262636
(38,38,54)
#1E1F2B
(30,31,43)
#161820
(22,24,32)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #5E5783

#5E5783
(94,87,131)
#6C668E
(108,102,142)
#7A7599
(122,117,153)
#8884A4
(136,132,164)
#9693AF
(150,147,175)
#A4A2BA
(164,162,186)
#B2B1C5
(178,177,197)
#C0C0D0
(192,192,208)
#CECFDB
(206,207,219)
#DCDEE6
(220,222,230)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5783; }

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

This text font color is #5E5783.


Background Color

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

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

This div background color is #5E5783.


Border color

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

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

This div border color is #5E5783.


Opacity

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

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

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

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

This text has shadow with #5E5783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5783 on black background.


Color preview on white background

This text has color #5E5783 on white background.



Black color preview on #5E5783 background

This text has black color on #5E5783 background.


White color preview on #5E5783 background

This text has white color on #5E5783 background.