COLOR #516691

HEX: #516691
RGB: (81,102,145)

Color info

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

RGB color model

#516691 color RGB value is (81,102,145).

  • red value is 81;
  • green value is 102;
  • blue value is 145.
RGB:
(81,102,145)
(32%,40%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 102 of 255 = 40%
B 145 of 255 = 57%

81
102
145

R + G + B ~ 43%. #516691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 102 + 145 = 328 (100%)
R 81 of 328 ~ 24.7%
G 102 of 328 ~ 31.1%
B 145 of 328 ~ 44.21%

%24.7
%31.1
%44.21

CMYK color model

#516691 color CMYK value is (44,30,0,43).

  • cyan value is 44.14%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(44,30,0,43)
C44M30Y0K43 
(44%,30%,0%,43%)
(0.44/0.30/0.00/0.43)	

CMYK percentages

%44.14
%29.66
%0
%43.14

Codes

Color #516691 in popluar color models

516691
RGB81102145
HSL220°28.32%44.31%
HSB/HSV220°44.14%56.86%
CMYK44.14%29.66%0.00%
43.14%

Color #516691 in popluar number systems.

HEX516691
Decimal81102145
Binary1010001110011010010001
Octal121146221

Shades and tints

Shades of #516691

#516691
(81,102,145)
#4A5D84
(74,93,132)
#435477
(67,84,119)
#3C4B6A
(60,75,106)
#35425D
(53,66,93)
#2E3950
(46,57,80)
#273043
(39,48,67)
#202736
(32,39,54)
#191E29
(25,30,41)
#12151C
(18,21,28)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #516691

#516691
(81,102,145)
#60739B
(96,115,155)
#6F80A5
(111,128,165)
#7E8DAF
(126,141,175)
#8D9AB9
(141,154,185)
#9CA7C3
(156,167,195)
#ABB4CD
(171,180,205)
#BAC1D7
(186,193,215)
#C9CEE1
(201,206,225)
#D8DBEB
(216,219,235)
#E7E8F5
(231,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516691 color. Also use rgb(81,102,145) instead hex code.

Text Font Color

.myTextColor { color: #516691; }

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

This text font color is #516691.


Background Color

.myBgColor { background-color: #516691; }

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

This div background color is #516691.


Border color

.myBorderColor { border: 1px solid #516691; }

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

This div border color is #516691.


Opacity

.myOpacity80 { color: #516691; opacity: 0.8; }

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

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

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

This text has shadow with #516691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516691 on black background.


Color preview on white background

This text has color #516691 on white background.



Black color preview on #516691 background

This text has black color on #516691 background.


White color preview on #516691 background

This text has white color on #516691 background.