COLOR #516FA2

HEX: #516FA2
RGB: (81,111,162)

Color info

#516FA2 contains mainly green and blue colors. Web safe color of #516FA2 is #666699 (or #669).

RGB color model

#516FA2 color RGB value is (81,111,162).

  • red value is 81;
  • green value is 111;
  • blue value is 162.
RGB:
(81,111,162)
(32%,44%,64%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 162 of 255 = 64%

81
111
162

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

Portions of RGB colors in percentages

R + G + B =
81 + 111 + 162 = 354 (100%)
R 81 of 354 ~ 22.88%
G 111 of 354 ~ 31.36%
B 162 of 354 ~ 45.76%

%22.88
%31.36
%45.76

CMYK color model

#516FA2 color CMYK value is (50,31,0,36).

  • cyan value is 50.00%
  • magenta value is 31.48%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(50,31,0,36)
C50M31Y0K36 
(50%,31%,0%,36%)
(0.50/0.31/0.00/0.36)	

CMYK percentages

%50
%31.48
%0
%36.47

Codes

Color #516FA2 in popluar color models

516FA2
RGB81111162
HSL218°33.33%47.65%
HSB/HSV218°50.00%63.53%
CMYK50.00%31.48%0.00%
36.47%

Color #516FA2 in popluar number systems.

HEX516FA2
Decimal81111162
Binary1010001110111110100010
Octal121157242

Shades and tints

Shades of #516FA2

#516FA2
(81,111,162)
#4A6594
(74,101,148)
#435B86
(67,91,134)
#3C5178
(60,81,120)
#35476A
(53,71,106)
#2E3D5C
(46,61,92)
#27334E
(39,51,78)
#202940
(32,41,64)
#191F32
(25,31,50)
#121524
(18,21,36)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #516FA2

#516FA2
(81,111,162)
#607CAA
(96,124,170)
#6F89B2
(111,137,178)
#7E96BA
(126,150,186)
#8DA3C2
(141,163,194)
#9CB0CA
(156,176,202)
#ABBDD2
(171,189,210)
#BACADA
(186,202,218)
#C9D7E2
(201,215,226)
#D8E4EA
(216,228,234)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516FA2 color. Also use rgb(81,111,162) instead hex code.

Text Font Color

.myTextColor { color: #516FA2; }

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

This text font color is #516FA2.


Background Color

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

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

This div background color is #516FA2.


Border color

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

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

This div border color is #516FA2.


Opacity

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

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

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

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

This text has shadow with #516FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516FA2 on black background.


Color preview on white background

This text has color #516FA2 on white background.



Black color preview on #516FA2 background

This text has black color on #516FA2 background.


White color preview on #516FA2 background

This text has white color on #516FA2 background.