COLOR #516BBB

HEX: #516BBB
RGB: (81,107,187)

Color info

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

RGB color model

#516BBB color RGB value is (81,107,187).

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

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 187 of 255 = 73%

81
107
187

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

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 187 = 375 (100%)
R 81 of 375 ~ 21.6%
G 107 of 375 ~ 28.53%
B 187 of 375 ~ 49.87%

%21.6
%28.53
%49.87

CMYK color model

#516BBB color CMYK value is (57,43,0,27).

  • cyan value is 56.68%
  • magenta value is 42.78%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(57,43,0,27)
C57M43Y0K27 
(57%,43%,0%,27%)
(0.57/0.43/0.00/0.27)	

CMYK percentages

%56.68
%42.78
%0
%26.67

Codes

Color #516BBB in popluar color models

516BBB
RGB81107187
HSL225°43.80%52.55%
HSB/HSV225°56.68%73.33%
CMYK56.68%42.78%0.00%
26.67%

Color #516BBB in popluar number systems.

HEX516BBB
Decimal81107187
Binary1010001110101110111011
Octal121153273

Shades and tints

Shades of #516BBB

#516BBB
(81,107,187)
#4A62AA
(74,98,170)
#435999
(67,89,153)
#3C5088
(60,80,136)
#354777
(53,71,119)
#2E3E66
(46,62,102)
#273555
(39,53,85)
#202C44
(32,44,68)
#192333
(25,35,51)
#121A22
(18,26,34)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #516BBB

#516BBB
(81,107,187)
#6078C1
(96,120,193)
#6F85C7
(111,133,199)
#7E92CD
(126,146,205)
#8D9FD3
(141,159,211)
#9CACD9
(156,172,217)
#ABB9DF
(171,185,223)
#BAC6E5
(186,198,229)
#C9D3EB
(201,211,235)
#D8E0F1
(216,224,241)
#E7EDF7
(231,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516BBB; }

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

This text font color is #516BBB.


Background Color

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

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

This div background color is #516BBB.


Border color

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

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

This div border color is #516BBB.


Opacity

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

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

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

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

This text has shadow with #516BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516BBB on black background.


Color preview on white background

This text has color #516BBB on white background.



Black color preview on #516BBB background

This text has black color on #516BBB background.


White color preview on #516BBB background

This text has white color on #516BBB background.