COLOR #5540D6

HEX: #5540D6
RGB: (85,64,214)

Color info

#5540D6 contains mainly blue color. Web safe color of #5540D6 is #6633CC (or #63C).

RGB color model

#5540D6 color RGB value is (85,64,214).

  • red value is 85;
  • green value is 64;
  • blue value is 214.
RGB:
(85,64,214)
(33%,25%,84%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 214 of 255 = 84%

85
64
214

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

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 214 = 363 (100%)
R 85 of 363 ~ 23.42%
G 64 of 363 ~ 17.63%
B 214 of 363 ~ 58.95%

%23.42
%17.63
%58.95

CMYK color model

#5540D6 color CMYK value is (60,70,0,16).

  • cyan value is 60.28%
  • magenta value is 70.09%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(60,70,0,16)
C60M70Y0K16 
(60%,70%,0%,16%)
(0.60/0.70/0.00/0.16)	

CMYK percentages

%60.28
%70.09
%0
%16.08

Codes

Color #5540D6 in popluar color models

5540D6
RGB8564214
HSL248°64.66%54.51%
HSB/HSV248°70.09%83.92%
CMYK60.28%70.09%0.00%
16.08%

Color #5540D6 in popluar number systems.

HEX5540D6
Decimal8564214
Binary1010101100000011010110
Octal125100326

Shades and tints

Shades of #5540D6

#5540D6
(85,64,214)
#4E3BC3
(78,59,195)
#4736B0
(71,54,176)
#40319D
(64,49,157)
#392C8A
(57,44,138)
#322777
(50,39,119)
#2B2264
(43,34,100)
#241D51
(36,29,81)
#1D183E
(29,24,62)
#16132B
(22,19,43)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #5540D6

#5540D6
(85,64,214)
#6451D9
(100,81,217)
#7362DC
(115,98,220)
#8273DF
(130,115,223)
#9184E2
(145,132,226)
#A095E5
(160,149,229)
#AFA6E8
(175,166,232)
#BEB7EB
(190,183,235)
#CDC8EE
(205,200,238)
#DCD9F1
(220,217,241)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5540D6 color. Also use rgb(85,64,214) instead hex code.

Text Font Color

.myTextColor { color: #5540D6; }

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

This text font color is #5540D6.


Background Color

.myBgColor { background-color: #5540D6; }

<div style="background-color:#5540D6">Inner text</div>

This div background color is #5540D6.


Border color

.myBorderColor { border: 1px solid #5540D6; }

<div style="border:3px solid #5540D6">Div</div>

This div border color is #5540D6.


Opacity

.myOpacity80 { color: #5540D6; opacity: 0.8; }

<p style="color:#5540D6;opacity:0.8;">80%</p>

Text with #5540D6 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 #5540D6;}

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

This text has shadow with #5540D6 color.

.textShadow {text-shadow: 3px 3px 1px #5540D6, 3px 3px 1px red;}

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

This text has shadow with #5540D6 primary color and red secondary color.


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

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

This text has shadow with #5540D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5540D6 on black background.


Color preview on white background

This text has color #5540D6 on white background.



Black color preview on #5540D6 background

This text has black color on #5540D6 background.


White color preview on #5540D6 background

This text has white color on #5540D6 background.