COLOR #5E63CC

HEX: #5E63CC
RGB: (94,99,204)

Color info

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

RGB color model

#5E63CC color RGB value is (94,99,204).

  • red value is 94;
  • green value is 99;
  • blue value is 204.
RGB:
(94,99,204)
(37%,39%,80%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 204 of 255 = 80%

94
99
204

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

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 204 = 397 (100%)
R 94 of 397 ~ 23.68%
G 99 of 397 ~ 24.94%
B 204 of 397 ~ 51.39%

%23.68
%24.94
%51.39

CMYK color model

#5E63CC color CMYK value is (54,51,0,20).

  • cyan value is 53.92%
  • magenta value is 51.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(54,51,0,20)
C54M51Y0K20 
(54%,51%,0%,20%)
(0.54/0.51/0.00/0.20)	

CMYK percentages

%53.92
%51.47
%0
%20

Codes

Color #5E63CC in popluar color models

5E63CC
RGB9499204
HSL237°51.89%58.43%
HSB/HSV237°53.92%80.00%
CMYK53.92%51.47%0.00%
20.00%

Color #5E63CC in popluar number systems.

HEX5E63CC
Decimal9499204
Binary1011110110001111001100
Octal136143314

Shades and tints

Shades of #5E63CC

#5E63CC
(94,99,204)
#565ABA
(86,90,186)
#4E51A8
(78,81,168)
#464896
(70,72,150)
#3E3F84
(62,63,132)
#363672
(54,54,114)
#2E2D60
(46,45,96)
#26244E
(38,36,78)
#1E1B3C
(30,27,60)
#16122A
(22,18,42)
#0E0918
(14,9,24)
#000000
(0,0,0)

Tints of #5E63CC

#5E63CC
(94,99,204)
#6C71D0
(108,113,208)
#7A7FD4
(122,127,212)
#888DD8
(136,141,216)
#969BDC
(150,155,220)
#A4A9E0
(164,169,224)
#B2B7E4
(178,183,228)
#C0C5E8
(192,197,232)
#CED3EC
(206,211,236)
#DCE1F0
(220,225,240)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E63CC; }

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

This text font color is #5E63CC.


Background Color

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

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

This div background color is #5E63CC.


Border color

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

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

This div border color is #5E63CC.


Opacity

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

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

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

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

This text has shadow with #5E63CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E63CC on black background.


Color preview on white background

This text has color #5E63CC on white background.



Black color preview on #5E63CC background

This text has black color on #5E63CC background.


White color preview on #5E63CC background

This text has white color on #5E63CC background.