COLOR #5A53D1

HEX: #5A53D1
RGB: (90,83,209)

Color info

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

RGB color model

#5A53D1 color RGB value is (90,83,209).

  • red value is 90;
  • green value is 83;
  • blue value is 209.
RGB:
(90,83,209)
(35%,33%,82%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 209 of 255 = 82%

90
83
209

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

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 209 = 382 (100%)
R 90 of 382 ~ 23.56%
G 83 of 382 ~ 21.73%
B 209 of 382 ~ 54.71%

%23.56
%21.73
%54.71

CMYK color model

#5A53D1 color CMYK value is (57,60,0,18).

  • cyan value is 56.94%
  • magenta value is 60.29%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(57,60,0,18)
C57M60Y0K18 
(57%,60%,0%,18%)
(0.57/0.60/0.00/0.18)	

CMYK percentages

%56.94
%60.29
%0
%18.04

Codes

Color #5A53D1 in popluar color models

5A53D1
RGB9083209
HSL243°57.80%57.25%
HSB/HSV243°60.29%81.96%
CMYK56.94%60.29%0.00%
18.04%

Color #5A53D1 in popluar number systems.

HEX5A53D1
Decimal9083209
Binary1011010101001111010001
Octal132123321

Shades and tints

Shades of #5A53D1

#5A53D1
(90,83,209)
#524CBE
(82,76,190)
#4A45AB
(74,69,171)
#423E98
(66,62,152)
#3A3785
(58,55,133)
#323072
(50,48,114)
#2A295F
(42,41,95)
#22224C
(34,34,76)
#1A1B39
(26,27,57)
#121426
(18,20,38)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #5A53D1

#5A53D1
(90,83,209)
#6962D5
(105,98,213)
#7871D9
(120,113,217)
#8780DD
(135,128,221)
#968FE1
(150,143,225)
#A59EE5
(165,158,229)
#B4ADE9
(180,173,233)
#C3BCED
(195,188,237)
#D2CBF1
(210,203,241)
#E1DAF5
(225,218,245)
#F0E9F9
(240,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A53D1 color. Also use rgb(90,83,209) instead hex code.

Text Font Color

.myTextColor { color: #5A53D1; }

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

This text font color is #5A53D1.


Background Color

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

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

This div background color is #5A53D1.


Border color

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

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

This div border color is #5A53D1.


Opacity

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

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

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

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

This text has shadow with #5A53D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A53D1 on black background.


Color preview on white background

This text has color #5A53D1 on white background.



Black color preview on #5A53D1 background

This text has black color on #5A53D1 background.


White color preview on #5A53D1 background

This text has white color on #5A53D1 background.