COLOR #516F95

HEX: #516F95
RGB: (81,111,149)

Color info

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

RGB color model

#516F95 color RGB value is (81,111,149).

  • red value is 81;
  • green value is 111;
  • blue value is 149.
RGB:
(81,111,149)
(32%,44%,58%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 149 of 255 = 58%

81
111
149

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

Portions of RGB colors in percentages

R + G + B =
81 + 111 + 149 = 341 (100%)
R 81 of 341 ~ 23.75%
G 111 of 341 ~ 32.55%
B 149 of 341 ~ 43.7%

%23.75
%32.55
%43.7

CMYK color model

#516F95 color CMYK value is (46,26,0,42).

  • cyan value is 45.64%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,26,0,42)
C46M26Y0K42 
(46%,26%,0%,42%)
(0.46/0.26/0.00/0.42)	

CMYK percentages

%45.64
%25.5
%0
%41.57

Codes

Color #516F95 in popluar color models

516F95
RGB81111149
HSL214°29.57%45.10%
HSB/HSV214°45.64%58.43%
CMYK45.64%25.50%0.00%
41.57%

Color #516F95 in popluar number systems.

HEX516F95
Decimal81111149
Binary1010001110111110010101
Octal121157225

Shades and tints

Shades of #516F95

#516F95
(81,111,149)
#4A6588
(74,101,136)
#435B7B
(67,91,123)
#3C516E
(60,81,110)
#354761
(53,71,97)
#2E3D54
(46,61,84)
#273347
(39,51,71)
#20293A
(32,41,58)
#191F2D
(25,31,45)
#121520
(18,21,32)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #516F95

#516F95
(81,111,149)
#607C9E
(96,124,158)
#6F89A7
(111,137,167)
#7E96B0
(126,150,176)
#8DA3B9
(141,163,185)
#9CB0C2
(156,176,194)
#ABBDCB
(171,189,203)
#BACAD4
(186,202,212)
#C9D7DD
(201,215,221)
#D8E4E6
(216,228,230)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516F95; }

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

This text font color is #516F95.


Background Color

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

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

This div background color is #516F95.


Border color

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

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

This div border color is #516F95.


Opacity

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

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

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

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

This text has shadow with #516F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516F95 on black background.


Color preview on white background

This text has color #516F95 on white background.



Black color preview on #516F95 background

This text has black color on #516F95 background.


White color preview on #516F95 background

This text has white color on #516F95 background.