COLOR #516A7D

HEX: #516A7D
RGB: (81,106,125)

Color info

#516A7D contains red, green and blue colors in about the same proportion. Web safe color of #516A7D is #666666 (or #666).

RGB color model

#516A7D color RGB value is (81,106,125).

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

RGB channels and saturation

R 81 of 255 = 32%
G 106 of 255 = 42%
B 125 of 255 = 49%

81
106
125

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

Portions of RGB colors in percentages

R + G + B =
81 + 106 + 125 = 312 (100%)
R 81 of 312 ~ 25.96%
G 106 of 312 ~ 33.97%
B 125 of 312 ~ 40.06%

%25.96
%33.97
%40.06

CMYK color model

#516A7D color CMYK value is (35,15,0,51).

  • cyan value is 35.20%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(35,15,0,51)
C35M15Y0K51 
(35%,15%,0%,51%)
(0.35/0.15/0.00/0.51)	

CMYK percentages

%35.2
%15.2
%0
%50.98

Codes

Color #516A7D in popluar color models

516A7D
RGB81106125
HSL206°21.36%40.39%
HSB/HSV206°35.20%49.02%
CMYK35.20%15.20%0.00%
50.98%

Color #516A7D in popluar number systems.

HEX516A7D
Decimal81106125
Binary101000111010101111101
Octal121152175

Shades and tints

Shades of #516A7D

#516A7D
(81,106,125)
#4A6172
(74,97,114)
#435867
(67,88,103)
#3C4F5C
(60,79,92)
#354651
(53,70,81)
#2E3D46
(46,61,70)
#27343B
(39,52,59)
#202B30
(32,43,48)
#192225
(25,34,37)
#12191A
(18,25,26)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #516A7D

#516A7D
(81,106,125)
#607788
(96,119,136)
#6F8493
(111,132,147)
#7E919E
(126,145,158)
#8D9EA9
(141,158,169)
#9CABB4
(156,171,180)
#ABB8BF
(171,184,191)
#BAC5CA
(186,197,202)
#C9D2D5
(201,210,213)
#D8DFE0
(216,223,224)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516A7D; }

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

This text font color is #516A7D.


Background Color

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

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

This div background color is #516A7D.


Border color

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

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

This div border color is #516A7D.


Opacity

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

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

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

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

This text has shadow with #516A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516A7D on black background.


Color preview on white background

This text has color #516A7D on white background.



Black color preview on #516A7D background

This text has black color on #516A7D background.


White color preview on #516A7D background

This text has white color on #516A7D background.