COLOR #516DE7

HEX: #516DE7
RGB: (81,109,231)

Color info

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

RGB color model

#516DE7 color RGB value is (81,109,231).

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

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 231 of 255 = 91%

81
109
231

R + G + B ~ 55%. #516DE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 231 = 421 (100%)
R 81 of 421 ~ 19.24%
G 109 of 421 ~ 25.89%
B 231 of 421 ~ 54.87%

%19.24
%25.89
%54.87

CMYK color model

#516DE7 color CMYK value is (65,53,0,9).

  • cyan value is 64.94%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(65,53,0,9)
C65M53Y0K9 
(65%,53%,0%,9%)
(0.65/0.53/0.00/0.09)	

CMYK percentages

%64.94
%52.81
%0
%9.41

Codes

Color #516DE7 in popluar color models

516DE7
RGB81109231
HSL229°75.76%61.18%
HSB/HSV229°64.94%90.59%
CMYK64.94%52.81%0.00%
9.41%

Color #516DE7 in popluar number systems.

HEX516DE7
Decimal81109231
Binary1010001110110111100111
Octal121155347

Shades and tints

Shades of #516DE7

#516DE7
(81,109,231)
#4A64D2
(74,100,210)
#435BBD
(67,91,189)
#3C52A8
(60,82,168)
#354993
(53,73,147)
#2E407E
(46,64,126)
#273769
(39,55,105)
#202E54
(32,46,84)
#19253F
(25,37,63)
#121C2A
(18,28,42)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #516DE7

#516DE7
(81,109,231)
#607AE9
(96,122,233)
#6F87EB
(111,135,235)
#7E94ED
(126,148,237)
#8DA1EF
(141,161,239)
#9CAEF1
(156,174,241)
#ABBBF3
(171,187,243)
#BAC8F5
(186,200,245)
#C9D5F7
(201,213,247)
#D8E2F9
(216,226,249)
#E7EFFB
(231,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516DE7 color. Also use rgb(81,109,231) instead hex code.

Text Font Color

.myTextColor { color: #516DE7; }

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

This text font color is #516DE7.


Background Color

.myBgColor { background-color: #516DE7; }

<div style="background-color:#516DE7">Inner text</div>

This div background color is #516DE7.


Border color

.myBorderColor { border: 1px solid #516DE7; }

<div style="border:3px solid #516DE7">Div</div>

This div border color is #516DE7.


Opacity

.myOpacity80 { color: #516DE7; opacity: 0.8; }

<p style="color:#516DE7;opacity:0.8;">80%</p>

Text with #516DE7 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 #516DE7;}

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

This text has shadow with #516DE7 color.

.textShadow {text-shadow: 3px 3px 1px #516DE7, 3px 3px 1px red;}

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

This text has shadow with #516DE7 primary color and red secondary color.


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

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

This text has shadow with #516DE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516DE7 on black background.


Color preview on white background

This text has color #516DE7 on white background.



Black color preview on #516DE7 background

This text has black color on #516DE7 background.


White color preview on #516DE7 background

This text has white color on #516DE7 background.