COLOR #5D63BA

HEX: #5D63BA
RGB: (93,99,186)

Color info

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

RGB color model

#5D63BA color RGB value is (93,99,186).

  • red value is 93;
  • green value is 99;
  • blue value is 186.
RGB:
(93,99,186)
(36%,39%,73%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 186 of 255 = 73%

93
99
186

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 186 = 378 (100%)
R 93 of 378 ~ 24.6%
G 99 of 378 ~ 26.19%
B 186 of 378 ~ 49.21%

%24.6
%26.19
%49.21

CMYK color model

#5D63BA color CMYK value is (50,47,0,27).

  • cyan value is 50.00%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(50,47,0,27)
C50M47Y0K27 
(50%,47%,0%,27%)
(0.50/0.47/0.00/0.27)	

CMYK percentages

%50
%46.77
%0
%27.06

Codes

Color #5D63BA in popluar color models

5D63BA
RGB9399186
HSL236°40.26%54.71%
HSB/HSV236°50.00%72.94%
CMYK50.00%46.77%0.00%
27.06%

Color #5D63BA in popluar number systems.

HEX5D63BA
Decimal9399186
Binary1011101110001110111010
Octal135143272

Shades and tints

Shades of #5D63BA

#5D63BA
(93,99,186)
#555AAA
(85,90,170)
#4D519A
(77,81,154)
#45488A
(69,72,138)
#3D3F7A
(61,63,122)
#35366A
(53,54,106)
#2D2D5A
(45,45,90)
#25244A
(37,36,74)
#1D1B3A
(29,27,58)
#15122A
(21,18,42)
#0D091A
(13,9,26)
#000000
(0,0,0)

Tints of #5D63BA

#5D63BA
(93,99,186)
#6B71C0
(107,113,192)
#797FC6
(121,127,198)
#878DCC
(135,141,204)
#959BD2
(149,155,210)
#A3A9D8
(163,169,216)
#B1B7DE
(177,183,222)
#BFC5E4
(191,197,228)
#CDD3EA
(205,211,234)
#DBE1F0
(219,225,240)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D63BA color. Also use rgb(93,99,186) instead hex code.

Text Font Color

.myTextColor { color: #5D63BA; }

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

This text font color is #5D63BA.


Background Color

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

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

This div background color is #5D63BA.


Border color

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

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

This div border color is #5D63BA.


Opacity

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

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

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

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

This text has shadow with #5D63BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D63BA on black background.


Color preview on white background

This text has color #5D63BA on white background.



Black color preview on #5D63BA background

This text has black color on #5D63BA background.


White color preview on #5D63BA background

This text has white color on #5D63BA background.