COLOR #5D53BA

HEX: #5D53BA RGB: (93,83,186)

Color info

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

RGB color model

#5D53BA color RGB value is (93,83,186).

RGB: (93,83,186) (36%, 33%, 73%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 186 of 255 = 73%

93
83
186

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

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 186 = 362 (100%)
R 93 of 362 ~ 25.69%
G 83 of 362 ~ 22.93%
B 186 of 362 ~ 51.38'%

%25.69
%22.93
%51.38

CMYK color model

#5D53BA color CMYK value is (50,55,0,27).

  • cyan value is 50.00%
  • magenta value is 55.38%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (50,55,0,27)
C50M55Y0K27 (50%, 55%, 0%, 27%)
(0.50 / 0.55 / 0.00 / 0.27)

CMYK percentages

%50
%55.38
%0
%27.06

Codes

Color #5D53BA in popluar color models

5D 53 BA
RGB 93 83 186
HSL 246° 42.74% 52.75%
HSB/HSV 246° 55.38% 72.94%
CMYK 50.00% 55.38% 0.00%
27.06%

Color #5D53BA in popluar number systems.

HEX 5D 53 BA
Decimal 93 83 186
Binary 1011101 1010011 10111010
Octal 135 123 272

Shades and tints

Shades of #5D53BA

#5D53BA
(93,83,186)
#554CAA
(85,76,170)
#4D459A
(77,69,154)
#453E8A
(69,62,138)
#3D377A
(61,55,122)
#35306A
(53,48,106)
#2D295A
(45,41,90)
#25224A
(37,34,74)
#1D1B3A
(29,27,58)
#15142A
(21,20,42)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #5D53BA

#5D53BA
(93,83,186)
#6B62C0
(107,98,192)
#7971C6
(121,113,198)
#8780CC
(135,128,204)
#958FD2
(149,143,210)
#A39ED8
(163,158,216)
#B1ADDE
(177,173,222)
#BFBCE4
(191,188,228)
#CDCBEA
(205,203,234)
#DBDAF0
(219,218,240)
#E9E9F6
(233,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D53BA; }

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

This text font color is #5D53BA.

Background Color

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

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

This div background color is #5D53BA.

Border color

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

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

This div border color is #5D53BA.

Opacity

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

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

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

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

This text has shadow with #5D53BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D53BA.

Preview

Color preview on black background

This text has color #5D53BA on black background.


Color preview on white background

This text has color #5D53BA on white background.


Black color preview on #5D53BA background

This text has black color on #5D53BA background.


White color preview on #5D53BA background

This text has white color on #5D53BA background.


Related colors

Complementary color

Complementary color for #hex is #A2AC45.


I love getcolorcode.com

Triadic colors

1 #BA5D53 and #53BA5D with #5D53BA are triadic colors.

2 #BA535D and #535DBA with #5D53BA are triadic colors.