COLOR #515999

HEX: #515999 RGB: (81,89,153)

Color info

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

RGB color model

#515999 color RGB value is (81,89,153).

RGB: (81,89,153) (32%, 35%, 60%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 153 of 255 = 60%

81
89
153

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

Portions of RGB colors in percentages

R + G + B = 81 + 89 + 153 = 323 (100%)
R 81 of 323 ~ 25.08%
G 89 of 323 ~ 27.55%
B 153 of 323 ~ 47.37'%

%25.08
%27.55
%47.37

CMYK color model

#515999 color CMYK value is (47,42,0,40).

  • cyan value is 47.06%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (47,42,0,40) C47M42Y0K40 (47%,42%,0%,40%) (0.47/0.42/0.00/0.40) 

CMYK percentages

%47.06
%41.83
%0
%40

Codes

Color #515999 in popluar color models

51 59 99
RGB 81 89 153
HSL 233° 30.77% 45.88%
HSB/HSV 233° 47.06% 60.00%
CMYK 47.06% 41.83% 0.00%
40.00%

Color #515999 in popluar number systems.

HEX 51 59 99
Decimal 81 89 153
Binary 1010001 1011001 10011001
Octal 121 131 231

Shades and tints

Shades of #515999

#515999
(81,89,153)
#4A518C
(74,81,140)
#43497F
(67,73,127)
#3C4172
(60,65,114)
#353965
(53,57,101)
#2E3158
(46,49,88)
#27294B
(39,41,75)
#20213E
(32,33,62)
#191931
(25,25,49)
#121124
(18,17,36)
#0B0917
(11,9,23)
#000000
(0,0,0)

Tints of #515999

#515999
(81,89,153)
#6068A2
(96,104,162)
#6F77AB
(111,119,171)
#7E86B4
(126,134,180)
#8D95BD
(141,149,189)
#9CA4C6
(156,164,198)
#ABB3CF
(171,179,207)
#BAC2D8
(186,194,216)
#C9D1E1
(201,209,225)
#D8E0EA
(216,224,234)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515999; }

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

This text font color is #515999.

Background Color

.myBgColor { background-color: #515999; }

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

This div background color is #515999.

Border color

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

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

This div border color is #515999.

Opacity

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

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

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

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

This text has shadow with #515999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515999.

Preview

Color preview on black background

This text has color #515999 on black background.


Color preview on white background

This text has color #515999 on white background.


Black color preview on #515999 background

This text has black color on #515999 background.


White color preview on #515999 background

This text has white color on #515999 background.


Related colors

Complementary color

Complementary color for #hex is #AEA666.


I love getcolorcode.com

Triadic colors

1 #995159 and #599951 with #515999 are triadic colors.

2 #995951 and #595199 with #515999 are triadic colors.