COLOR #516A83

HEX: #516A83
RGB: (81,106,131)

Color info

#516A83 contains red, green and blue colors in about the same proportion. Web safe color of #516A83 is #666699 (or #669).

RGB color model

#516A83 color RGB value is (81,106,131).

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

RGB channels and saturation

R 81 of 255 = 32%
G 106 of 255 = 42%
B 131 of 255 = 51%

81
106
131

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

Portions of RGB colors in percentages

R + G + B =
81 + 106 + 131 = 318 (100%)
R 81 of 318 ~ 25.47%
G 106 of 318 ~ 33.33%
B 131 of 318 ~ 41.19%

%25.47
%33.33
%41.19

CMYK color model

#516A83 color CMYK value is (38,19,0,49).

  • cyan value is 38.17%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(38,19,0,49)
C38M19Y0K49 
(38%,19%,0%,49%)
(0.38/0.19/0.00/0.49)	

CMYK percentages

%38.17
%19.08
%0
%48.63

Codes

Color #516A83 in popluar color models

516A83
RGB81106131
HSL210°23.58%41.57%
HSB/HSV210°38.17%51.37%
CMYK38.17%19.08%0.00%
48.63%

Color #516A83 in popluar number systems.

HEX516A83
Decimal81106131
Binary1010001110101010000011
Octal121152203

Shades and tints

Shades of #516A83

#516A83
(81,106,131)
#4A6178
(74,97,120)
#43586D
(67,88,109)
#3C4F62
(60,79,98)
#354657
(53,70,87)
#2E3D4C
(46,61,76)
#273441
(39,52,65)
#202B36
(32,43,54)
#19222B
(25,34,43)
#121920
(18,25,32)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #516A83

#516A83
(81,106,131)
#60778E
(96,119,142)
#6F8499
(111,132,153)
#7E91A4
(126,145,164)
#8D9EAF
(141,158,175)
#9CABBA
(156,171,186)
#ABB8C5
(171,184,197)
#BAC5D0
(186,197,208)
#C9D2DB
(201,210,219)
#D8DFE6
(216,223,230)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516A83; }

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

This text font color is #516A83.


Background Color

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

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

This div background color is #516A83.


Border color

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

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

This div border color is #516A83.


Opacity

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

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

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

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

This text has shadow with #516A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516A83 on black background.


Color preview on white background

This text has color #516A83 on white background.



Black color preview on #516A83 background

This text has black color on #516A83 background.


White color preview on #516A83 background

This text has white color on #516A83 background.