COLOR #515499

HEX: #515499
RGB: (81,84,153)

Color info

#515499 contains mainly blue color. Web safe color of #515499 is #666699 (or #669).

RGB color model

#515499 color RGB value is (81,84,153).

  • red value is 81;
  • green value is 84;
  • blue value is 153.
RGB:
(81,84,153)
(32%,33%,60%)

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 153 of 255 = 60%

81
84
153

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

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 153 = 318 (100%)
R 81 of 318 ~ 25.47%
G 84 of 318 ~ 26.42%
B 153 of 318 ~ 48.11%

%25.47
%26.42
%48.11

CMYK color model

#515499 color CMYK value is (47,45,0,40).

  • cyan value is 47.06%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(47,45,0,40)
C47M45Y0K40 
(47%,45%,0%,40%)
(0.47/0.45/0.00/0.40)	

CMYK percentages

%47.06
%45.1
%0
%40

Codes

Color #515499 in popluar color models

515499
RGB8184153
HSL238°30.77%45.88%
HSB/HSV238°47.06%60.00%
CMYK47.06%45.10%0.00%
40.00%

Color #515499 in popluar number systems.

HEX515499
Decimal8184153
Binary1010001101010010011001
Octal121124231

Shades and tints

Shades of #515499

#515499
(81,84,153)
#4A4D8C
(74,77,140)
#43467F
(67,70,127)
#3C3F72
(60,63,114)
#353865
(53,56,101)
#2E3158
(46,49,88)
#272A4B
(39,42,75)
#20233E
(32,35,62)
#191C31
(25,28,49)
#121524
(18,21,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #515499

#515499
(81,84,153)
#6063A2
(96,99,162)
#6F72AB
(111,114,171)
#7E81B4
(126,129,180)
#8D90BD
(141,144,189)
#9C9FC6
(156,159,198)
#ABAECF
(171,174,207)
#BABDD8
(186,189,216)
#C9CCE1
(201,204,225)
#D8DBEA
(216,219,234)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515499 color. Also use rgb(81,84,153) instead hex code.

Text Font Color

.myTextColor { color: #515499; }

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

This text font color is #515499.


Background Color

.myBgColor { background-color: #515499; }

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

This div background color is #515499.


Border color

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

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

This div border color is #515499.


Opacity

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

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

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

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

This text has shadow with #515499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515499 on black background.


Color preview on white background

This text has color #515499 on white background.



Black color preview on #515499 background

This text has black color on #515499 background.


White color preview on #515499 background

This text has white color on #515499 background.