COLOR #516A8E

HEX: #516A8E
RGB: (81,106,142)

Color info

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

RGB color model

#516A8E color RGB value is (81,106,142).

  • red value is 81;
  • green value is 106;
  • blue value is 142.
RGB:
(81,106,142)
(32%,42%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 106 of 255 = 42%
B 142 of 255 = 56%

81
106
142

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

Portions of RGB colors in percentages

R + G + B =
81 + 106 + 142 = 329 (100%)
R 81 of 329 ~ 24.62%
G 106 of 329 ~ 32.22%
B 142 of 329 ~ 43.16%

%24.62
%32.22
%43.16

CMYK color model

#516A8E color CMYK value is (43,25,0,44).

  • cyan value is 42.96%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(43,25,0,44)
C43M25Y0K44 
(43%,25%,0%,44%)
(0.43/0.25/0.00/0.44)	

CMYK percentages

%42.96
%25.35
%0
%44.31

Codes

Color #516A8E in popluar color models

516A8E
RGB81106142
HSL215°27.35%43.73%
HSB/HSV215°42.96%55.69%
CMYK42.96%25.35%0.00%
44.31%

Color #516A8E in popluar number systems.

HEX516A8E
Decimal81106142
Binary1010001110101010001110
Octal121152216

Shades and tints

Shades of #516A8E

#516A8E
(81,106,142)
#4A6182
(74,97,130)
#435876
(67,88,118)
#3C4F6A
(60,79,106)
#35465E
(53,70,94)
#2E3D52
(46,61,82)
#273446
(39,52,70)
#202B3A
(32,43,58)
#19222E
(25,34,46)
#121922
(18,25,34)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #516A8E

#516A8E
(81,106,142)
#607798
(96,119,152)
#6F84A2
(111,132,162)
#7E91AC
(126,145,172)
#8D9EB6
(141,158,182)
#9CABC0
(156,171,192)
#ABB8CA
(171,184,202)
#BAC5D4
(186,197,212)
#C9D2DE
(201,210,222)
#D8DFE8
(216,223,232)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516A8E; }

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

This text font color is #516A8E.


Background Color

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

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

This div background color is #516A8E.


Border color

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

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

This div border color is #516A8E.


Opacity

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

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

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

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

This text has shadow with #516A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516A8E on black background.


Color preview on white background

This text has color #516A8E on white background.



Black color preview on #516A8E background

This text has black color on #516A8E background.


White color preview on #516A8E background

This text has white color on #516A8E background.