COLOR #5E5ACC

HEX: #5E5ACC RGB: (94,90,204)

Color info

#5E5ACC contains mainly blue color. Web safe color of #5E5ACC is #6666CC (or #66C).

RGB color model

#5E5ACC color RGB value is (94,90,204).

RGB: (94,90,204) (37%, 35%, 80%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 204 of 255 = 80%

94
90
204

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

Portions of RGB colors in percentages

R + G + B = 94 + 90 + 204 = 388 (100%)
R 94 of 388 ~ 24.23%
G 90 of 388 ~ 23.2%
B 204 of 388 ~ 52.58'%

%24.23
%23.2
%52.58

CMYK color model

#5E5ACC color CMYK value is (54,56,0,20).

  • cyan value is 53.92%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (54,56,0,20)
C54M56Y0K20 (54%, 56%, 0%, 20%)
(0.54 / 0.56 / 0.00 / 0.20)

CMYK percentages

%53.92
%55.88
%0
%20

Codes

Color #5E5ACC in popluar color models

5E 5A CC
RGB 94 90 204
HSL 242° 52.78% 57.65%
HSB/HSV 242° 55.88% 80.00%
CMYK 53.92% 55.88% 0.00%
20.00%

Color #5E5ACC in popluar number systems.

HEX 5E 5A CC
Decimal 94 90 204
Binary 1011110 1011010 11001100
Octal 136 132 314

Shades and tints

Shades of #5E5ACC

#5E5ACC
(94,90,204)
#5652BA
(86,82,186)
#4E4AA8
(78,74,168)
#464296
(70,66,150)
#3E3A84
(62,58,132)
#363272
(54,50,114)
#2E2A60
(46,42,96)
#26224E
(38,34,78)
#1E1A3C
(30,26,60)
#16122A
(22,18,42)
#0E0A18
(14,10,24)
#000000
(0,0,0)

Tints of #5E5ACC

#5E5ACC
(94,90,204)
#6C69D0
(108,105,208)
#7A78D4
(122,120,212)
#8887D8
(136,135,216)
#9696DC
(150,150,220)
#A4A5E0
(164,165,224)
#B2B4E4
(178,180,228)
#C0C3E8
(192,195,232)
#CED2EC
(206,210,236)
#DCE1F0
(220,225,240)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5ACC color. Also use rgb(94,90,204) instead hex code.

Text Font Color

.myTextColor { color: #5E5ACC; }

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

This text font color is #5E5ACC.

Background Color

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

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

This div background color is #5E5ACC.

Border color

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

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

This div border color is #5E5ACC.

Opacity

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

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

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

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

This text has shadow with #5E5ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5ACC.

Preview

Color preview on black background

This text has color #5E5ACC on black background.


Color preview on white background

This text has color #5E5ACC on white background.


Black color preview on #5E5ACC background

This text has black color on #5E5ACC background.


White color preview on #5E5ACC background

This text has white color on #5E5ACC background.


Related colors

Complementary color

Complementary color for #hex is #A1A533.


I love getcolorcode.com

Triadic colors

1 #CC5E5A and #5ACC5E with #5E5ACC are triadic colors.

2 #CC5A5E and #5A5ECC with #5E5ACC are triadic colors.