COLOR #5D53A4

HEX: #5D53A4 RGB: (93,83,164)

Color info

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

RGB color model

#5D53A4 color RGB value is (93,83,164).

RGB: (93,83,164) (36%, 33%, 64%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 164 of 255 = 64%

93
83
164

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

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 164 = 340 (100%)
R 93 of 340 ~ 27.35%
G 83 of 340 ~ 24.41%
B 164 of 340 ~ 48.24'%

%27.35
%24.41
%48.24

CMYK color model

#5D53A4 color CMYK value is (43,49,0,36).

  • cyan value is 43.29%
  • magenta value is 49.39%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (43,49,0,36)
C43M49Y0K36 (43%, 49%, 0%, 36%)
(0.43 / 0.49 / 0.00 / 0.36)

CMYK percentages

%43.29
%49.39
%0
%35.69

Codes

Color #5D53A4 in popluar color models

5D 53 A4
RGB 93 83 164
HSL 247° 32.79% 48.43%
HSB/HSV 247° 49.39% 64.31%
CMYK 43.29% 49.39% 0.00%
35.69%

Color #5D53A4 in popluar number systems.

HEX 5D 53 A4
Decimal 93 83 164
Binary 1011101 1010011 10100100
Octal 135 123 244

Shades and tints

Shades of #5D53A4

#5D53A4
(93,83,164)
#554C96
(85,76,150)
#4D4588
(77,69,136)
#453E7A
(69,62,122)
#3D376C
(61,55,108)
#35305E
(53,48,94)
#2D2950
(45,41,80)
#252242
(37,34,66)
#1D1B34
(29,27,52)
#151426
(21,20,38)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #5D53A4

#5D53A4
(93,83,164)
#6B62AC
(107,98,172)
#7971B4
(121,113,180)
#8780BC
(135,128,188)
#958FC4
(149,143,196)
#A39ECC
(163,158,204)
#B1ADD4
(177,173,212)
#BFBCDC
(191,188,220)
#CDCBE4
(205,203,228)
#DBDAEC
(219,218,236)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D53A4; }

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

This text font color is #5D53A4.

Background Color

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

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

This div background color is #5D53A4.

Border color

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

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

This div border color is #5D53A4.

Opacity

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

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

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

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

This text has shadow with #5D53A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D53A4.

Preview

Color preview on black background

This text has color #5D53A4 on black background.


Color preview on white background

This text has color #5D53A4 on white background.


Black color preview on #5D53A4 background

This text has black color on #5D53A4 background.


White color preview on #5D53A4 background

This text has white color on #5D53A4 background.


Related colors

Complementary color

Complementary color for #hex is #A2AC5B.


I love getcolorcode.com

Triadic colors

1 #A45D53 and #53A45D with #5D53A4 are triadic colors.

2 #A4535D and #535DA4 with #5D53A4 are triadic colors.