COLOR #516E93

HEX: #516E93 RGB: (81,110,147)

Color info

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

RGB color model

#516E93 color RGB value is (81,110,147).

RGB: (81,110,147) (32%, 43%, 58%)

RGB channels and saturation

R 81 of 255 = 32%
G 110 of 255 = 43%
B 147 of 255 = 58%

81
110
147

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

Portions of RGB colors in percentages

R + G + B = 81 + 110 + 147 = 338 (100%)
R 81 of 338 ~ 23.96%
G 110 of 338 ~ 32.54%
B 147 of 338 ~ 43.49'%

%23.96
%32.54
%43.49

CMYK color model

#516E93 color CMYK value is (45,25,0,42).

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

CMYK: (45,25,0,42)
C45M25Y0K42 (45%, 25%, 0%, 42%)
(0.45 / 0.25 / 0.00 / 0.42)

CMYK percentages

%44.9
%25.17
%0
%42.35

Codes

Color #516E93 in popluar color models

51 6E 93
RGB 81 110 147
HSL 214° 28.95% 44.71%
HSB/HSV 214° 44.90% 57.65%
CMYK 44.90% 25.17% 0.00%
42.35%

Color #516E93 in popluar number systems.

HEX 51 6E 93
Decimal 81 110 147
Binary 1010001 1101110 10010011
Octal 121 156 223

Shades and tints

Shades of #516E93

#516E93
(81,110,147)
#4A6486
(74,100,134)
#435A79
(67,90,121)
#3C506C
(60,80,108)
#35465F
(53,70,95)
#2E3C52
(46,60,82)
#273245
(39,50,69)
#202838
(32,40,56)
#191E2B
(25,30,43)
#12141E
(18,20,30)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #516E93

#516E93
(81,110,147)
#607B9C
(96,123,156)
#6F88A5
(111,136,165)
#7E95AE
(126,149,174)
#8DA2B7
(141,162,183)
#9CAFC0
(156,175,192)
#ABBCC9
(171,188,201)
#BAC9D2
(186,201,210)
#C9D6DB
(201,214,219)
#D8E3E4
(216,227,228)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516E93; }

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

This text font color is #516E93.

Background Color

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

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

This div background color is #516E93.

Border color

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

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

This div border color is #516E93.

Opacity

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

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

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

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

This text has shadow with #516E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516E93.

Preview

Color preview on black background

This text has color #516E93 on black background.


Color preview on white background

This text has color #516E93 on white background.


Black color preview on #516E93 background

This text has black color on #516E93 background.


White color preview on #516E93 background

This text has white color on #516E93 background.


Related colors

Complementary color

Complementary color for #hex is #AE916C.


I love getcolorcode.com

Triadic colors

1 #93516E and #6E9351 with #516E93 are triadic colors.

2 #936E51 and #6E5193 with #516E93 are triadic colors.