COLOR #517BE7

HEX: #517BE7
RGB: (81,123,231)

Color info

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

RGB color model

#517BE7 color RGB value is (81,123,231).

  • red value is 81;
  • green value is 123;
  • blue value is 231.
RGB:
(81,123,231)
(32%,48%,91%)

RGB channels and saturation

R 81 of 255 = 32%
G 123 of 255 = 48%
B 231 of 255 = 91%

81
123
231

R + G + B ~ 57%. #517BE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 123 + 231 = 435 (100%)
R 81 of 435 ~ 18.62%
G 123 of 435 ~ 28.28%
B 231 of 435 ~ 53.1%

%18.62
%28.28
%53.1

CMYK color model

#517BE7 color CMYK value is (65,47,0,9).

  • cyan value is 64.94%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(65,47,0,9)
C65M47Y0K9 
(65%,47%,0%,9%)
(0.65/0.47/0.00/0.09)	

CMYK percentages

%64.94
%46.75
%0
%9.41

Codes

Color #517BE7 in popluar color models

517BE7
RGB81123231
HSL223°75.76%61.18%
HSB/HSV223°64.94%90.59%
CMYK64.94%46.75%0.00%
9.41%

Color #517BE7 in popluar number systems.

HEX517BE7
Decimal81123231
Binary1010001111101111100111
Octal121173347

Shades and tints

Shades of #517BE7

#517BE7
(81,123,231)
#4A70D2
(74,112,210)
#4365BD
(67,101,189)
#3C5AA8
(60,90,168)
#354F93
(53,79,147)
#2E447E
(46,68,126)
#273969
(39,57,105)
#202E54
(32,46,84)
#19233F
(25,35,63)
#12182A
(18,24,42)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #517BE7

#517BE7
(81,123,231)
#6087E9
(96,135,233)
#6F93EB
(111,147,235)
#7E9FED
(126,159,237)
#8DABEF
(141,171,239)
#9CB7F1
(156,183,241)
#ABC3F3
(171,195,243)
#BACFF5
(186,207,245)
#C9DBF7
(201,219,247)
#D8E7F9
(216,231,249)
#E7F3FB
(231,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517BE7 color. Also use rgb(81,123,231) instead hex code.

Text Font Color

.myTextColor { color: #517BE7; }

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

This text font color is #517BE7.


Background Color

.myBgColor { background-color: #517BE7; }

<div style="background-color:#517BE7">Inner text</div>

This div background color is #517BE7.


Border color

.myBorderColor { border: 1px solid #517BE7; }

<div style="border:3px solid #517BE7">Div</div>

This div border color is #517BE7.


Opacity

.myOpacity80 { color: #517BE7; opacity: 0.8; }

<p style="color:#517BE7;opacity:0.8;">80%</p>

Text with #517BE7 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 #517BE7;}

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

This text has shadow with #517BE7 color.

.textShadow {text-shadow: 3px 3px 1px #517BE7, 3px 3px 1px red;}

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

This text has shadow with #517BE7 primary color and red secondary color.


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

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

This text has shadow with #517BE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517BE7 on black background.


Color preview on white background

This text has color #517BE7 on white background.



Black color preview on #517BE7 background

This text has black color on #517BE7 background.


White color preview on #517BE7 background

This text has white color on #517BE7 background.