COLOR #5711E6

HEX: #5711E6
RGB: (87,17,230)

Color info

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

RGB color model

#5711E6 color RGB value is (87,17,230).

  • red value is 87;
  • green value is 17;
  • blue value is 230.
RGB:
(87,17,230)
(34%,7%,90%)

RGB channels and saturation

R 87 of 255 = 34%
G 17 of 255 = 7%
B 230 of 255 = 90%

87
17
230

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

Portions of RGB colors in percentages

R + G + B =
87 + 17 + 230 = 334 (100%)
R 87 of 334 ~ 26.05%
G 17 of 334 ~ 5.09%
B 230 of 334 ~ 68.86%

%26.05
%68.86

CMYK color model

#5711E6 color CMYK value is (62,93,0,10).

  • cyan value is 62.17%
  • magenta value is 92.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(62,93,0,10)
C62M93Y0K10 
(62%,93%,0%,10%)
(0.62/0.93/0.00/0.10)	

CMYK percentages

%62.17
%92.61
%0
%9.8

Codes

Color #5711E6 in popluar color models

5711E6
RGB8717230
HSL260°86.23%48.43%
HSB/HSV260°92.61%90.20%
CMYK62.17%92.61%0.00%
9.80%

Color #5711E6 in popluar number systems.

HEX5711E6
Decimal8717230
Binary10101111000111100110
Octal12721346

Shades and tints

Shades of #5711E6

#5711E6
(87,17,230)
#5010D2
(80,16,210)
#490FBE
(73,15,190)
#420EAA
(66,14,170)
#3B0D96
(59,13,150)
#340C82
(52,12,130)
#2D0B6E
(45,11,110)
#260A5A
(38,10,90)
#1F0946
(31,9,70)
#180832
(24,8,50)
#11071E
(17,7,30)
#000000
(0,0,0)

Tints of #5711E6

#5711E6
(87,17,230)
#6626E8
(102,38,232)
#753BEA
(117,59,234)
#8450EC
(132,80,236)
#9365EE
(147,101,238)
#A27AF0
(162,122,240)
#B18FF2
(177,143,242)
#C0A4F4
(192,164,244)
#CFB9F6
(207,185,246)
#DECEF8
(222,206,248)
#EDE3FA
(237,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5711E6 color. Also use rgb(87,17,230) instead hex code.

Text Font Color

.myTextColor { color: #5711E6; }

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

This text font color is #5711E6.


Background Color

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

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

This div background color is #5711E6.


Border color

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

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

This div border color is #5711E6.


Opacity

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

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

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

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

This text has shadow with #5711E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5711E6 on black background.


Color preview on white background

This text has color #5711E6 on white background.



Black color preview on #5711E6 background

This text has black color on #5711E6 background.


White color preview on #5711E6 background

This text has white color on #5711E6 background.