COLOR #516BB8

HEX: #516BB8
RGB: (81,107,184)

Color info

#516BB8 contains mainly blue color. Web safe color of #516BB8 is #6666CC (or #66C).

RGB color model

#516BB8 color RGB value is (81,107,184).

  • red value is 81;
  • green value is 107;
  • blue value is 184.
RGB:
(81,107,184)
(32%,42%,72%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 184 of 255 = 72%

81
107
184

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

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 184 = 372 (100%)
R 81 of 372 ~ 21.77%
G 107 of 372 ~ 28.76%
B 184 of 372 ~ 49.46%

%21.77
%28.76
%49.46

CMYK color model

#516BB8 color CMYK value is (56,42,0,28).

  • cyan value is 55.98%
  • magenta value is 41.85%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(56,42,0,28)
C56M42Y0K28 
(56%,42%,0%,28%)
(0.56/0.42/0.00/0.28)	

CMYK percentages

%55.98
%41.85
%0
%27.84

Codes

Color #516BB8 in popluar color models

516BB8
RGB81107184
HSL225°42.04%51.96%
HSB/HSV225°55.98%72.16%
CMYK55.98%41.85%0.00%
27.84%

Color #516BB8 in popluar number systems.

HEX516BB8
Decimal81107184
Binary1010001110101110111000
Octal121153270

Shades and tints

Shades of #516BB8

#516BB8
(81,107,184)
#4A62A8
(74,98,168)
#435998
(67,89,152)
#3C5088
(60,80,136)
#354778
(53,71,120)
#2E3E68
(46,62,104)
#273558
(39,53,88)
#202C48
(32,44,72)
#192338
(25,35,56)
#121A28
(18,26,40)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #516BB8

#516BB8
(81,107,184)
#6078BE
(96,120,190)
#6F85C4
(111,133,196)
#7E92CA
(126,146,202)
#8D9FD0
(141,159,208)
#9CACD6
(156,172,214)
#ABB9DC
(171,185,220)
#BAC6E2
(186,198,226)
#C9D3E8
(201,211,232)
#D8E0EE
(216,224,238)
#E7EDF4
(231,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516BB8 color. Also use rgb(81,107,184) instead hex code.

Text Font Color

.myTextColor { color: #516BB8; }

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

This text font color is #516BB8.


Background Color

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

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

This div background color is #516BB8.


Border color

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

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

This div border color is #516BB8.


Opacity

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

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

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

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

This text has shadow with #516BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516BB8 on black background.


Color preview on white background

This text has color #516BB8 on white background.



Black color preview on #516BB8 background

This text has black color on #516BB8 background.


White color preview on #516BB8 background

This text has white color on #516BB8 background.