COLOR #5D63B0

HEX: #5D63B0 RGB: (93,99,176)

Color info

#5D63B0 contains mainly blue color. Web safe color of #5D63B0 is #666699 (or #669).

RGB color model

#5D63B0 color RGB value is (93,99,176).

RGB: (93,99,176) (36%, 39%, 69%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 176 of 255 = 69%

93
99
176

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 176 = 368 (100%)
R 93 of 368 ~ 25.27%
G 99 of 368 ~ 26.9%
B 176 of 368 ~ 47.83'%

%25.27
%26.9
%47.83

CMYK color model

#5D63B0 color CMYK value is (47,44,0,31).

  • cyan value is 47.16%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (47,44,0,31)
C47M44Y0K31 (47%, 44%, 0%, 31%)
(0.47 / 0.44 / 0.00 / 0.31)

CMYK percentages

%47.16
%43.75
%0
%30.98

Codes

Color #5D63B0 in popluar color models

5D 63 B0
RGB 93 99 176
HSL 236° 34.44% 52.75%
HSB/HSV 236° 47.16% 69.02%
CMYK 47.16% 43.75% 0.00%
30.98%

Color #5D63B0 in popluar number systems.

HEX 5D 63 B0
Decimal 93 99 176
Binary 1011101 1100011 10110000
Octal 135 143 260

Shades and tints

Shades of #5D63B0

#5D63B0
(93,99,176)
#555AA0
(85,90,160)
#4D5190
(77,81,144)
#454880
(69,72,128)
#3D3F70
(61,63,112)
#353660
(53,54,96)
#2D2D50
(45,45,80)
#252440
(37,36,64)
#1D1B30
(29,27,48)
#151220
(21,18,32)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #5D63B0

#5D63B0
(93,99,176)
#6B71B7
(107,113,183)
#797FBE
(121,127,190)
#878DC5
(135,141,197)
#959BCC
(149,155,204)
#A3A9D3
(163,169,211)
#B1B7DA
(177,183,218)
#BFC5E1
(191,197,225)
#CDD3E8
(205,211,232)
#DBE1EF
(219,225,239)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D63B0; }

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

This text font color is #5D63B0.

Background Color

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

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

This div background color is #5D63B0.

Border color

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

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

This div border color is #5D63B0.

Opacity

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

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

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

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

This text has shadow with #5D63B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D63B0.

Preview

Color preview on black background

This text has color #5D63B0 on black background.


Color preview on white background

This text has color #5D63B0 on white background.


Black color preview on #5D63B0 background

This text has black color on #5D63B0 background.


White color preview on #5D63B0 background

This text has white color on #5D63B0 background.


Related colors

Complementary color

Complementary color for #hex is #A29C4F.


I love getcolorcode.com

Triadic colors

1 #B05D63 and #63B05D with #5D63B0 are triadic colors.

2 #B0635D and #635DB0 with #5D63B0 are triadic colors.