COLOR #516492

HEX: #516492
RGB: (81,100,146)

Color info

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

RGB color model

#516492 color RGB value is (81,100,146).

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

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 146 of 255 = 57%

81
100
146

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 146 = 327 (100%)
R 81 of 327 ~ 24.77%
G 100 of 327 ~ 30.58%
B 146 of 327 ~ 44.65%

%24.77
%30.58
%44.65

CMYK color model

#516492 color CMYK value is (45,32,0,43).

  • cyan value is 44.52%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,32,0,43)
C45M32Y0K43 
(45%,32%,0%,43%)
(0.45/0.32/0.00/0.43)	

CMYK percentages

%44.52
%31.51
%0
%42.75

Codes

Color #516492 in popluar color models

516492
RGB81100146
HSL222°28.63%44.51%
HSB/HSV222°44.52%57.25%
CMYK44.52%31.51%0.00%
42.75%

Color #516492 in popluar number systems.

HEX516492
Decimal81100146
Binary1010001110010010010010
Octal121144222

Shades and tints

Shades of #516492

#516492
(81,100,146)
#4A5B85
(74,91,133)
#435278
(67,82,120)
#3C496B
(60,73,107)
#35405E
(53,64,94)
#2E3751
(46,55,81)
#272E44
(39,46,68)
#202537
(32,37,55)
#191C2A
(25,28,42)
#12131D
(18,19,29)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #516492

#516492
(81,100,146)
#60729B
(96,114,155)
#6F80A4
(111,128,164)
#7E8EAD
(126,142,173)
#8D9CB6
(141,156,182)
#9CAABF
(156,170,191)
#ABB8C8
(171,184,200)
#BAC6D1
(186,198,209)
#C9D4DA
(201,212,218)
#D8E2E3
(216,226,227)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516492; }

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

This text font color is #516492.


Background Color

.myBgColor { background-color: #516492; }

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

This div background color is #516492.


Border color

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

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

This div border color is #516492.


Opacity

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

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

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

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

This text has shadow with #516492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516492 on black background.


Color preview on white background

This text has color #516492 on white background.



Black color preview on #516492 background

This text has black color on #516492 background.


White color preview on #516492 background

This text has white color on #516492 background.