COLOR #5507E6

HEX: #5507E6
RGB: (85,7,230)

Color info

#5507E6 contains mainly blue color. Web safe color of #5507E6 is #6600CC (or #60C).

RGB color model

#5507E6 color RGB value is (85,7,230).

  • red value is 85;
  • green value is 7;
  • blue value is 230.
RGB:
(85,7,230)
(33%,3%,90%)

RGB channels and saturation

R 85 of 255 = 33%
G 7 of 255 = 3%
B 230 of 255 = 90%

85
7
230

R + G + B ~ 42%. #5507E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 7 + 230 = 322 (100%)
R 85 of 322 ~ 26.4%
G 7 of 322 ~ 2.17%
B 230 of 322 ~ 71.43%

%26.4
%71.43

CMYK color model

#5507E6 color CMYK value is (63,97,0,10).

  • cyan value is 63.04%
  • magenta value is 96.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(63,97,0,10)
C63M97Y0K10 
(63%,97%,0%,10%)
(0.63/0.97/0.00/0.10)	

CMYK percentages

%63.04
%96.96
%0
%9.8

Codes

Color #5507E6 in popluar color models

5507E6
RGB857230
HSL261°94.09%46.47%
HSB/HSV261°96.96%90.20%
CMYK63.04%96.96%0.00%
9.80%

Color #5507E6 in popluar number systems.

HEX5507E6
Decimal857230
Binary101010111111100110
Octal1257346

Shades and tints

Shades of #5507E6

#5507E6
(85,7,230)
#4E07D2
(78,7,210)
#4707BE
(71,7,190)
#4007AA
(64,7,170)
#390796
(57,7,150)
#320782
(50,7,130)
#2B076E
(43,7,110)
#24075A
(36,7,90)
#1D0746
(29,7,70)
#160732
(22,7,50)
#0F071E
(15,7,30)
#000000
(0,0,0)

Tints of #5507E6

#5507E6
(85,7,230)
#641DE8
(100,29,232)
#7333EA
(115,51,234)
#8249EC
(130,73,236)
#915FEE
(145,95,238)
#A075F0
(160,117,240)
#AF8BF2
(175,139,242)
#BEA1F4
(190,161,244)
#CDB7F6
(205,183,246)
#DCCDF8
(220,205,248)
#EBE3FA
(235,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5507E6 color. Also use rgb(85,7,230) instead hex code.

Text Font Color

.myTextColor { color: #5507E6; }

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

This text font color is #5507E6.


Background Color

.myBgColor { background-color: #5507E6; }

<div style="background-color:#5507E6">Inner text</div>

This div background color is #5507E6.


Border color

.myBorderColor { border: 1px solid #5507E6; }

<div style="border:3px solid #5507E6">Div</div>

This div border color is #5507E6.


Opacity

.myOpacity80 { color: #5507E6; opacity: 0.8; }

<p style="color:#5507E6;opacity:0.8;">80%</p>

Text with #5507E6 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 #5507E6;}

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

This text has shadow with #5507E6 color.

.textShadow {text-shadow: 3px 3px 1px #5507E6, 3px 3px 1px red;}

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

This text has shadow with #5507E6 primary color and red secondary color.


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

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

This text has shadow with #5507E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5507E6 on black background.


Color preview on white background

This text has color #5507E6 on white background.



Black color preview on #5507E6 background

This text has black color on #5507E6 background.


White color preview on #5507E6 background

This text has white color on #5507E6 background.