COLOR #5E55E9

HEX: #5E55E9 RGB: (94,85,233)

Color info

#5E55E9 contains mainly blue color. Web safe color of #5E55E9 is #6666FF (or #66F).

RGB color model

#5E55E9 color RGB value is (94,85,233).

RGB: (94,85,233) (37%, 33%, 91%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 233 of 255 = 91%

94
85
233

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

Portions of RGB colors in percentages

R + G + B = 94 + 85 + 233 = 412 (100%)
R 94 of 412 ~ 22.82%
G 85 of 412 ~ 20.63%
B 233 of 412 ~ 56.55'%

%22.82
%20.63
%56.55

CMYK color model

#5E55E9 color CMYK value is (60,64,0,9).

  • cyan value is 59.66%
  • magenta value is 63.52%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (60,64,0,9)
C60M64Y0K9 (60%, 64%, 0%, 9%)
(0.60 / 0.64 / 0.00 / 0.09)

CMYK percentages

%59.66
%63.52
%0
%8.63

Codes

Color #5E55E9 in popluar color models

5E 55 E9
RGB 94 85 233
HSL 244° 77.08% 62.35%
HSB/HSV 244° 63.52% 91.37%
CMYK 59.66% 63.52% 0.00%
8.63%

Color #5E55E9 in popluar number systems.

HEX 5E 55 E9
Decimal 94 85 233
Binary 1011110 1010101 11101001
Octal 136 125 351

Shades and tints

Shades of #5E55E9

#5E55E9
(94,85,233)
#564ED4
(86,78,212)
#4E47BF
(78,71,191)
#4640AA
(70,64,170)
#3E3995
(62,57,149)
#363280
(54,50,128)
#2E2B6B
(46,43,107)
#262456
(38,36,86)
#1E1D41
(30,29,65)
#16162C
(22,22,44)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #5E55E9

#5E55E9
(94,85,233)
#6C64EB
(108,100,235)
#7A73ED
(122,115,237)
#8882EF
(136,130,239)
#9691F1
(150,145,241)
#A4A0F3
(164,160,243)
#B2AFF5
(178,175,245)
#C0BEF7
(192,190,247)
#CECDF9
(206,205,249)
#DCDCFB
(220,220,251)
#EAEBFD
(234,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E55E9 color. Also use rgb(94,85,233) instead hex code.

Text Font Color

.myTextColor { color: #5E55E9; }

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

This text font color is #5E55E9.

Background Color

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

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

This div background color is #5E55E9.

Border color

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

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

This div border color is #5E55E9.

Opacity

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

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

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

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

This text has shadow with #5E55E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E55E9.

Preview

Color preview on black background

This text has color #5E55E9 on black background.


Color preview on white background

This text has color #5E55E9 on white background.


Black color preview on #5E55E9 background

This text has black color on #5E55E9 background.


White color preview on #5E55E9 background

This text has white color on #5E55E9 background.


Related colors

Complementary color

Complementary color for #hex is #A1AA16.


I love getcolorcode.com

Triadic colors

1 #E95E55 and #55E95E with #5E55E9 are triadic colors.

2 #E9555E and #555EE9 with #5E55E9 are triadic colors.