COLOR #516F93

HEX: #516F93 RGB: (81,111,147)

Color info

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

RGB color model

#516F93 color RGB value is (81,111,147).

RGB: (81,111,147) (32%, 44%, 58%)

RGB channels and saturation

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

81
111
147

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

Portions of RGB colors in percentages

R + G + B = 81 + 111 + 147 = 339 (100%)
R 81 of 339 ~ 23.89%
G 111 of 339 ~ 32.74%
B 147 of 339 ~ 43.36'%

%23.89
%32.74
%43.36

CMYK color model

#516F93 color CMYK value is (45,24,0,42).

  • cyan value is 44.90%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (45,24,0,42)
C45M24Y0K42 (45%, 24%, 0%, 42%)
(0.45 / 0.24 / 0.00 / 0.42)

CMYK percentages

%44.9
%24.49
%0
%42.35

Codes

Color #516F93 in popluar color models

51 6F 93
RGB 81 111 147
HSL 213° 28.95% 44.71%
HSB/HSV 213° 44.90% 57.65%
CMYK 44.90% 24.49% 0.00%
42.35%

Color #516F93 in popluar number systems.

HEX 51 6F 93
Decimal 81 111 147
Binary 1010001 1101111 10010011
Octal 121 157 223

Shades and tints

Shades of #516F93

#516F93
(81,111,147)
#4A6586
(74,101,134)
#435B79
(67,91,121)
#3C516C
(60,81,108)
#35475F
(53,71,95)
#2E3D52
(46,61,82)
#273345
(39,51,69)
#202938
(32,41,56)
#191F2B
(25,31,43)
#12151E
(18,21,30)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #516F93

#516F93
(81,111,147)
#607C9C
(96,124,156)
#6F89A5
(111,137,165)
#7E96AE
(126,150,174)
#8DA3B7
(141,163,183)
#9CB0C0
(156,176,192)
#ABBDC9
(171,189,201)
#BACAD2
(186,202,210)
#C9D7DB
(201,215,219)
#D8E4E4
(216,228,228)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516F93; }

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

This text font color is #516F93.

Background Color

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

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

This div background color is #516F93.

Border color

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

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

This div border color is #516F93.

Opacity

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

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

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

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

This text has shadow with #516F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516F93.

Preview

Color preview on black background

This text has color #516F93 on black background.


Color preview on white background

This text has color #516F93 on white background.


Black color preview on #516F93 background

This text has black color on #516F93 background.


White color preview on #516F93 background

This text has white color on #516F93 background.


Related colors

Complementary color

Complementary color for #hex is #AE906C.


I love getcolorcode.com

Triadic colors

1 #93516F and #6F9351 with #516F93 are triadic colors.

2 #936F51 and #6F5193 with #516F93 are triadic colors.