COLOR #516FB3

HEX: #516FB3 RGB: (81,111,179)

Color info

#516FB3 contains mainly blue color. Web safe color of #516FB3 is #666699 (or #669).

RGB color model

#516FB3 color RGB value is (81,111,179).

RGB: (81,111,179) (32%, 44%, 70%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 179 of 255 = 70%

81
111
179

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

Portions of RGB colors in percentages

R + G + B = 81 + 111 + 179 = 371 (100%)
R 81 of 371 ~ 21.83%
G 111 of 371 ~ 29.92%
B 179 of 371 ~ 48.25'%

%21.83
%29.92
%48.25

CMYK color model

#516FB3 color CMYK value is (55,38,0,30).

  • cyan value is 54.75%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (55,38,0,30)
C55M38Y0K30 (55%, 38%, 0%, 30%)
(0.55 / 0.38 / 0.00 / 0.30)

CMYK percentages

%54.75
%37.99
%0
%29.8

Codes

Color #516FB3 in popluar color models

51 6F B3
RGB 81 111 179
HSL 222° 39.20% 50.98%
HSB/HSV 222° 54.75% 70.20%
CMYK 54.75% 37.99% 0.00%
29.80%

Color #516FB3 in popluar number systems.

HEX 51 6F B3
Decimal 81 111 179
Binary 1010001 1101111 10110011
Octal 121 157 263

Shades and tints

Shades of #516FB3

#516FB3
(81,111,179)
#4A65A3
(74,101,163)
#435B93
(67,91,147)
#3C5183
(60,81,131)
#354773
(53,71,115)
#2E3D63
(46,61,99)
#273353
(39,51,83)
#202943
(32,41,67)
#191F33
(25,31,51)
#121523
(18,21,35)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #516FB3

#516FB3
(81,111,179)
#607CB9
(96,124,185)
#6F89BF
(111,137,191)
#7E96C5
(126,150,197)
#8DA3CB
(141,163,203)
#9CB0D1
(156,176,209)
#ABBDD7
(171,189,215)
#BACADD
(186,202,221)
#C9D7E3
(201,215,227)
#D8E4E9
(216,228,233)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516FB3; }

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

This text font color is #516FB3.

Background Color

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

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

This div background color is #516FB3.

Border color

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

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

This div border color is #516FB3.

Opacity

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

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

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

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

This text has shadow with #516FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516FB3.

Preview

Color preview on black background

This text has color #516FB3 on black background.


Color preview on white background

This text has color #516FB3 on white background.


Black color preview on #516FB3 background

This text has black color on #516FB3 background.


White color preview on #516FB3 background

This text has white color on #516FB3 background.


Related colors

Complementary color

Complementary color for #hex is #AE904C.


I love getcolorcode.com

Triadic colors

1 #B3516F and #6FB351 with #516FB3 are triadic colors.

2 #B36F51 and #6F51B3 with #516FB3 are triadic colors.