COLOR #5551EA

HEX: #5551EA
RGB: (85,81,234)

Color info

#5551EA contains mainly blue color. Web safe color of #5551EA is #6666FF (or #66F).

RGB color model

#5551EA color RGB value is (85,81,234).

  • red value is 85;
  • green value is 81;
  • blue value is 234.
RGB:
(85,81,234)
(33%,32%,92%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 234 of 255 = 92%

85
81
234

R + G + B ~ 52%. #5551EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 234 = 400 (100%)
R 85 of 400 ~ 21.25%
G 81 of 400 ~ 20.25%
B 234 of 400 ~ 58.5%

%21.25
%20.25
%58.5

CMYK color model

#5551EA color CMYK value is (64,65,0,8).

  • cyan value is 63.68%
  • magenta value is 65.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(64,65,0,8)
C64M65Y0K8 
(64%,65%,0%,8%)
(0.64/0.65/0.00/0.08)	

CMYK percentages

%63.68
%65.38
%0
%8.24

Codes

Color #5551EA in popluar color models

5551EA
RGB8581234
HSL242°78.46%61.76%
HSB/HSV242°65.38%91.76%
CMYK63.68%65.38%0.00%
8.24%

Color #5551EA in popluar number systems.

HEX5551EA
Decimal8581234
Binary1010101101000111101010
Octal125121352

Shades and tints

Shades of #5551EA

#5551EA
(85,81,234)
#4E4AD5
(78,74,213)
#4743C0
(71,67,192)
#403CAB
(64,60,171)
#393596
(57,53,150)
#322E81
(50,46,129)
#2B276C
(43,39,108)
#242057
(36,32,87)
#1D1942
(29,25,66)
#16122D
(22,18,45)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #5551EA

#5551EA
(85,81,234)
#6460EB
(100,96,235)
#736FEC
(115,111,236)
#827EED
(130,126,237)
#918DEE
(145,141,238)
#A09CEF
(160,156,239)
#AFABF0
(175,171,240)
#BEBAF1
(190,186,241)
#CDC9F2
(205,201,242)
#DCD8F3
(220,216,243)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5551EA color. Also use rgb(85,81,234) instead hex code.

Text Font Color

.myTextColor { color: #5551EA; }

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

This text font color is #5551EA.


Background Color

.myBgColor { background-color: #5551EA; }

<div style="background-color:#5551EA">Inner text</div>

This div background color is #5551EA.


Border color

.myBorderColor { border: 1px solid #5551EA; }

<div style="border:3px solid #5551EA">Div</div>

This div border color is #5551EA.


Opacity

.myOpacity80 { color: #5551EA; opacity: 0.8; }

<p style="color:#5551EA;opacity:0.8;">80%</p>

Text with #5551EA 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 #5551EA;}

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

This text has shadow with #5551EA color.

.textShadow {text-shadow: 3px 3px 1px #5551EA, 3px 3px 1px red;}

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

This text has shadow with #5551EA primary color and red secondary color.


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

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

This text has shadow with #5551EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5551EA on black background.


Color preview on white background

This text has color #5551EA on white background.



Black color preview on #5551EA background

This text has black color on #5551EA background.


White color preview on #5551EA background

This text has white color on #5551EA background.