COLOR #5C63E5

HEX: #5C63E5
RGB: (92,99,229)

Color info

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

RGB color model

#5C63E5 color RGB value is (92,99,229).

  • red value is 92;
  • green value is 99;
  • blue value is 229.
RGB:
(92,99,229)
(36%,39%,90%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 229 of 255 = 90%

92
99
229

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 229 = 420 (100%)
R 92 of 420 ~ 21.9%
G 99 of 420 ~ 23.57%
B 229 of 420 ~ 54.52%

%21.9
%23.57
%54.52

CMYK color model

#5C63E5 color CMYK value is (60,57,0,10).

  • cyan value is 59.83%
  • magenta value is 56.77%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(60,57,0,10)
C60M57Y0K10 
(60%,57%,0%,10%)
(0.60/0.57/0.00/0.10)	

CMYK percentages

%59.83
%56.77
%0
%10.2

Codes

Color #5C63E5 in popluar color models

5C63E5
RGB9299229
HSL237°72.49%62.94%
HSB/HSV237°59.83%89.80%
CMYK59.83%56.77%0.00%
10.20%

Color #5C63E5 in popluar number systems.

HEX5C63E5
Decimal9299229
Binary1011100110001111100101
Octal134143345

Shades and tints

Shades of #5C63E5

#5C63E5
(92,99,229)
#545AD1
(84,90,209)
#4C51BD
(76,81,189)
#4448A9
(68,72,169)
#3C3F95
(60,63,149)
#343681
(52,54,129)
#2C2D6D
(44,45,109)
#242459
(36,36,89)
#1C1B45
(28,27,69)
#141231
(20,18,49)
#0C091D
(12,9,29)
#000000
(0,0,0)

Tints of #5C63E5

#5C63E5
(92,99,229)
#6A71E7
(106,113,231)
#787FE9
(120,127,233)
#868DEB
(134,141,235)
#949BED
(148,155,237)
#A2A9EF
(162,169,239)
#B0B7F1
(176,183,241)
#BEC5F3
(190,197,243)
#CCD3F5
(204,211,245)
#DAE1F7
(218,225,247)
#E8EFF9
(232,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C63E5 color. Also use rgb(92,99,229) instead hex code.

Text Font Color

.myTextColor { color: #5C63E5; }

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

This text font color is #5C63E5.


Background Color

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

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

This div background color is #5C63E5.


Border color

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

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

This div border color is #5C63E5.


Opacity

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

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

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

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

This text has shadow with #5C63E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C63E5 on black background.


Color preview on white background

This text has color #5C63E5 on white background.



Black color preview on #5C63E5 background

This text has black color on #5C63E5 background.


White color preview on #5C63E5 background

This text has white color on #5C63E5 background.