COLOR #5E53A3

HEX: #5E53A3
RGB: (94,83,163)

Color info

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

RGB color model

#5E53A3 color RGB value is (94,83,163).

  • red value is 94;
  • green value is 83;
  • blue value is 163.
RGB:
(94,83,163)
(37%,33%,64%)

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 163 of 255 = 64%

94
83
163

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 163 = 340 (100%)
R 94 of 340 ~ 27.65%
G 83 of 340 ~ 24.41%
B 163 of 340 ~ 47.94%

%27.65
%24.41
%47.94

CMYK color model

#5E53A3 color CMYK value is (42,49,0,36).

  • cyan value is 42.33%
  • magenta value is 49.08%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(42,49,0,36)
C42M49Y0K36 
(42%,49%,0%,36%)
(0.42/0.49/0.00/0.36)	

CMYK percentages

%42.33
%49.08
%0
%36.08

Codes

Color #5E53A3 in popluar color models

5E53A3
RGB9483163
HSL248°32.52%48.24%
HSB/HSV248°49.08%63.92%
CMYK42.33%49.08%0.00%
36.08%

Color #5E53A3 in popluar number systems.

HEX5E53A3
Decimal9483163
Binary1011110101001110100011
Octal136123243

Shades and tints

Shades of #5E53A3

#5E53A3
(94,83,163)
#564C95
(86,76,149)
#4E4587
(78,69,135)
#463E79
(70,62,121)
#3E376B
(62,55,107)
#36305D
(54,48,93)
#2E294F
(46,41,79)
#262241
(38,34,65)
#1E1B33
(30,27,51)
#161425
(22,20,37)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #5E53A3

#5E53A3
(94,83,163)
#6C62AB
(108,98,171)
#7A71B3
(122,113,179)
#8880BB
(136,128,187)
#968FC3
(150,143,195)
#A49ECB
(164,158,203)
#B2ADD3
(178,173,211)
#C0BCDB
(192,188,219)
#CECBE3
(206,203,227)
#DCDAEB
(220,218,235)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E53A3 color. Also use rgb(94,83,163) instead hex code.

Text Font Color

.myTextColor { color: #5E53A3; }

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

This text font color is #5E53A3.


Background Color

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

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

This div background color is #5E53A3.


Border color

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

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

This div border color is #5E53A3.


Opacity

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

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

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

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

This text has shadow with #5E53A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E53A3 on black background.


Color preview on white background

This text has color #5E53A3 on white background.



Black color preview on #5E53A3 background

This text has black color on #5E53A3 background.


White color preview on #5E53A3 background

This text has white color on #5E53A3 background.