COLOR #5539E4

HEX: #5539E4
RGB: (85,57,228)

Color info

#5539E4 contains mainly blue color. Web safe color of #5539E4 is #6633CC (or #63C).

RGB color model

#5539E4 color RGB value is (85,57,228).

  • red value is 85;
  • green value is 57;
  • blue value is 228.
RGB:
(85,57,228)
(33%,22%,89%)

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 228 of 255 = 89%

85
57
228

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 228 = 370 (100%)
R 85 of 370 ~ 22.97%
G 57 of 370 ~ 15.41%
B 228 of 370 ~ 61.62%

%22.97
%15.41
%61.62

CMYK color model

#5539E4 color CMYK value is (63,75,0,11).

  • cyan value is 62.72%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(63,75,0,11)
C63M75Y0K11 
(63%,75%,0%,11%)
(0.63/0.75/0.00/0.11)	

CMYK percentages

%62.72
%75
%0
%10.59

Codes

Color #5539E4 in popluar color models

5539E4
RGB8557228
HSL250°76.00%55.88%
HSB/HSV250°75.00%89.41%
CMYK62.72%75.00%0.00%
10.59%

Color #5539E4 in popluar number systems.

HEX5539E4
Decimal8557228
Binary101010111100111100100
Octal12571344

Shades and tints

Shades of #5539E4

#5539E4
(85,57,228)
#4E34D0
(78,52,208)
#472FBC
(71,47,188)
#402AA8
(64,42,168)
#392594
(57,37,148)
#322080
(50,32,128)
#2B1B6C
(43,27,108)
#241658
(36,22,88)
#1D1144
(29,17,68)
#160C30
(22,12,48)
#0F071C
(15,7,28)
#000000
(0,0,0)

Tints of #5539E4

#5539E4
(85,57,228)
#644BE6
(100,75,230)
#735DE8
(115,93,232)
#826FEA
(130,111,234)
#9181EC
(145,129,236)
#A093EE
(160,147,238)
#AFA5F0
(175,165,240)
#BEB7F2
(190,183,242)
#CDC9F4
(205,201,244)
#DCDBF6
(220,219,246)
#EBEDF8
(235,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5539E4 color. Also use rgb(85,57,228) instead hex code.

Text Font Color

.myTextColor { color: #5539E4; }

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

This text font color is #5539E4.


Background Color

.myBgColor { background-color: #5539E4; }

<div style="background-color:#5539E4">Inner text</div>

This div background color is #5539E4.


Border color

.myBorderColor { border: 1px solid #5539E4; }

<div style="border:3px solid #5539E4">Div</div>

This div border color is #5539E4.


Opacity

.myOpacity80 { color: #5539E4; opacity: 0.8; }

<p style="color:#5539E4;opacity:0.8;">80%</p>

Text with #5539E4 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 #5539E4;}

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

This text has shadow with #5539E4 color.

.textShadow {text-shadow: 3px 3px 1px #5539E4, 3px 3px 1px red;}

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

This text has shadow with #5539E4 primary color and red secondary color.


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

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

This text has shadow with #5539E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5539E4 on black background.


Color preview on white background

This text has color #5539E4 on white background.



Black color preview on #5539E4 background

This text has black color on #5539E4 background.


White color preview on #5539E4 background

This text has white color on #5539E4 background.