COLOR #516D8E

HEX: #516D8E RGB: (81,109,142)

Color info

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

RGB color model

#516D8E color RGB value is (81,109,142).

RGB: (81,109,142) (32%, 43%, 56%)

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 142 of 255 = 56%

81
109
142

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

Portions of RGB colors in percentages

R + G + B = 81 + 109 + 142 = 332 (100%)
R 81 of 332 ~ 24.4%
G 109 of 332 ~ 32.83%
B 142 of 332 ~ 42.77'%

%24.4
%32.83
%42.77

CMYK color model

#516D8E color CMYK value is (43,23,0,44).

  • cyan value is 42.96%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (43,23,0,44) C43M23Y0K44 (43%,23%,0%,44%) (0.43/0.23/0.00/0.44) 

CMYK percentages

%42.96
%23.24
%0
%44.31

Codes

Color #516D8E in popluar color models

51 6D 8E
RGB 81 109 142
HSL 212° 27.35% 43.73%
HSB/HSV 212° 42.96% 55.69%
CMYK 42.96% 23.24% 0.00%
44.31%

Color #516D8E in popluar number systems.

HEX 51 6D 8E
Decimal 81 109 142
Binary 1010001 1101101 10001110
Octal 121 155 216

Shades and tints

Shades of #516D8E

#516D8E
(81,109,142)
#4A6482
(74,100,130)
#435B76
(67,91,118)
#3C526A
(60,82,106)
#35495E
(53,73,94)
#2E4052
(46,64,82)
#273746
(39,55,70)
#202E3A
(32,46,58)
#19252E
(25,37,46)
#121C22
(18,28,34)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #516D8E

#516D8E
(81,109,142)
#607A98
(96,122,152)
#6F87A2
(111,135,162)
#7E94AC
(126,148,172)
#8DA1B6
(141,161,182)
#9CAEC0
(156,174,192)
#ABBBCA
(171,187,202)
#BAC8D4
(186,200,212)
#C9D5DE
(201,213,222)
#D8E2E8
(216,226,232)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516D8E; }

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

This text font color is #516D8E.

Background Color

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

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

This div background color is #516D8E.

Border color

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

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

This div border color is #516D8E.

Opacity

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

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

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

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

This text has shadow with #516D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516D8E.

Preview

Color preview on black background

This text has color #516D8E on black background.


Color preview on white background

This text has color #516D8E on white background.


Black color preview on #516D8E background

This text has black color on #516D8E background.


White color preview on #516D8E background

This text has white color on #516D8E background.


Related colors

Complementary color

Complementary color for #hex is #AE9271.


I love getcolorcode.com

Triadic colors

1 #8E516D and #6D8E51 with #516D8E are triadic colors.

2 #8E6D51 and #6D518E with #516D8E are triadic colors.