COLOR #516FA6

HEX: #516FA6 RGB: (81,111,166)

Color info

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

RGB color model

#516FA6 color RGB value is (81,111,166).

RGB: (81,111,166) (32%, 44%, 65%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 166 of 255 = 65%

81
111
166

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

Portions of RGB colors in percentages

R + G + B = 81 + 111 + 166 = 358 (100%)
R 81 of 358 ~ 22.63%
G 111 of 358 ~ 31.01%
B 166 of 358 ~ 46.37'%

%22.63
%31.01
%46.37

CMYK color model

#516FA6 color CMYK value is (51,33,0,35).

  • cyan value is 51.20%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (51,33,0,35)
C51M33Y0K35 (51%, 33%, 0%, 35%)
(0.51 / 0.33 / 0.00 / 0.35)

CMYK percentages

%51.2
%33.13
%0
%34.9

Codes

Color #516FA6 in popluar color models

51 6F A6
RGB 81 111 166
HSL 219° 34.41% 48.43%
HSB/HSV 219° 51.20% 65.10%
CMYK 51.20% 33.13% 0.00%
34.90%

Color #516FA6 in popluar number systems.

HEX 51 6F A6
Decimal 81 111 166
Binary 1010001 1101111 10100110
Octal 121 157 246

Shades and tints

Shades of #516FA6

#516FA6
(81,111,166)
#4A6597
(74,101,151)
#435B88
(67,91,136)
#3C5179
(60,81,121)
#35476A
(53,71,106)
#2E3D5B
(46,61,91)
#27334C
(39,51,76)
#20293D
(32,41,61)
#191F2E
(25,31,46)
#12151F
(18,21,31)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #516FA6

#516FA6
(81,111,166)
#607CAE
(96,124,174)
#6F89B6
(111,137,182)
#7E96BE
(126,150,190)
#8DA3C6
(141,163,198)
#9CB0CE
(156,176,206)
#ABBDD6
(171,189,214)
#BACADE
(186,202,222)
#C9D7E6
(201,215,230)
#D8E4EE
(216,228,238)
#E7F1F6
(231,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516FA6; }

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

This text font color is #516FA6.

Background Color

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

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

This div background color is #516FA6.

Border color

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

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

This div border color is #516FA6.

Opacity

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

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

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

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

This text has shadow with #516FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516FA6.

Preview

Color preview on black background

This text has color #516FA6 on black background.


Color preview on white background

This text has color #516FA6 on white background.


Black color preview on #516FA6 background

This text has black color on #516FA6 background.


White color preview on #516FA6 background

This text has white color on #516FA6 background.


Related colors

Complementary color

Complementary color for #hex is #AE9059.


I love getcolorcode.com

Triadic colors

1 #A6516F and #6FA651 with #516FA6 are triadic colors.

2 #A66F51 and #6F51A6 with #516FA6 are triadic colors.