COLOR #516489

HEX: #516489
RGB: (81,100,137)

Color info

#516489 contains red, green and blue colors in about the same proportion. Web safe color of #516489 is #666699 (or #669).

RGB color model

#516489 color RGB value is (81,100,137).

  • red value is 81;
  • green value is 100;
  • blue value is 137.
RGB:
(81,100,137)
(32%,39%,54%)

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 137 of 255 = 54%

81
100
137

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 137 = 318 (100%)
R 81 of 318 ~ 25.47%
G 100 of 318 ~ 31.45%
B 137 of 318 ~ 43.08%

%25.47
%31.45
%43.08

CMYK color model

#516489 color CMYK value is (41,27,0,46).

  • cyan value is 40.88%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(41,27,0,46)
C41M27Y0K46 
(41%,27%,0%,46%)
(0.41/0.27/0.00/0.46)	

CMYK percentages

%40.88
%27.01
%0
%46.27

Codes

Color #516489 in popluar color models

516489
RGB81100137
HSL220°25.69%42.75%
HSB/HSV220°40.88%53.73%
CMYK40.88%27.01%0.00%
46.27%

Color #516489 in popluar number systems.

HEX516489
Decimal81100137
Binary1010001110010010001001
Octal121144211

Shades and tints

Shades of #516489

#516489
(81,100,137)
#4A5B7D
(74,91,125)
#435271
(67,82,113)
#3C4965
(60,73,101)
#354059
(53,64,89)
#2E374D
(46,55,77)
#272E41
(39,46,65)
#202535
(32,37,53)
#191C29
(25,28,41)
#12131D
(18,19,29)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #516489

#516489
(81,100,137)
#607293
(96,114,147)
#6F809D
(111,128,157)
#7E8EA7
(126,142,167)
#8D9CB1
(141,156,177)
#9CAABB
(156,170,187)
#ABB8C5
(171,184,197)
#BAC6CF
(186,198,207)
#C9D4D9
(201,212,217)
#D8E2E3
(216,226,227)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516489 color. Also use rgb(81,100,137) instead hex code.

Text Font Color

.myTextColor { color: #516489; }

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

This text font color is #516489.


Background Color

.myBgColor { background-color: #516489; }

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

This div background color is #516489.


Border color

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

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

This div border color is #516489.


Opacity

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

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

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

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

This text has shadow with #516489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516489 on black background.


Color preview on white background

This text has color #516489 on white background.



Black color preview on #516489 background

This text has black color on #516489 background.


White color preview on #516489 background

This text has white color on #516489 background.