COLOR #515992

HEX: #515992
RGB: (81,89,146)

Color info

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

RGB color model

#515992 color RGB value is (81,89,146).

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

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 146 of 255 = 57%

81
89
146

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

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 146 = 316 (100%)
R 81 of 316 ~ 25.63%
G 89 of 316 ~ 28.16%
B 146 of 316 ~ 46.2%

%25.63
%28.16
%46.2

CMYK color model

#515992 color CMYK value is (45,39,0,43).

  • cyan value is 44.52%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,39,0,43)
C45M39Y0K43 
(45%,39%,0%,43%)
(0.45/0.39/0.00/0.43)	

CMYK percentages

%44.52
%39.04
%0
%42.75

Codes

Color #515992 in popluar color models

515992
RGB8189146
HSL233°28.63%44.51%
HSB/HSV233°44.52%57.25%
CMYK44.52%39.04%0.00%
42.75%

Color #515992 in popluar number systems.

HEX515992
Decimal8189146
Binary1010001101100110010010
Octal121131222

Shades and tints

Shades of #515992

#515992
(81,89,146)
#4A5185
(74,81,133)
#434978
(67,73,120)
#3C416B
(60,65,107)
#35395E
(53,57,94)
#2E3151
(46,49,81)
#272944
(39,41,68)
#202137
(32,33,55)
#19192A
(25,25,42)
#12111D
(18,17,29)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #515992

#515992
(81,89,146)
#60689B
(96,104,155)
#6F77A4
(111,119,164)
#7E86AD
(126,134,173)
#8D95B6
(141,149,182)
#9CA4BF
(156,164,191)
#ABB3C8
(171,179,200)
#BAC2D1
(186,194,209)
#C9D1DA
(201,209,218)
#D8E0E3
(216,224,227)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515992; }

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

This text font color is #515992.


Background Color

.myBgColor { background-color: #515992; }

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

This div background color is #515992.


Border color

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

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

This div border color is #515992.


Opacity

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

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

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

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

This text has shadow with #515992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515992 on black background.


Color preview on white background

This text has color #515992 on white background.



Black color preview on #515992 background

This text has black color on #515992 background.


White color preview on #515992 background

This text has white color on #515992 background.