COLOR #515D79

HEX: #515D79 RGB: (81,93,121)

Color info

#515D79 contains red, green and blue colors in about the same proportion. Web safe color of #515D79 is #666666 (or #666).

RGB color model

#515D79 color RGB value is (81,93,121).

RGB: (81,93,121) (32%, 36%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 93 of 255 = 36%
B 121 of 255 = 47%

81
93
121

R + G + B ~ 38%. #515D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 93 + 121 = 295 (100%)
R 81 of 295 ~ 27.46%
G 93 of 295 ~ 31.53%
B 121 of 295 ~ 41.02'%

%27.46
%31.53
%41.02

CMYK color model

#515D79 color CMYK value is (33,23,0,53).

  • cyan value is 33.06%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (33,23,0,53)
C33M23Y0K53 (33%, 23%, 0%, 53%)
(0.33 / 0.23 / 0.00 / 0.53)

CMYK percentages

%33.06
%23.14
%0
%52.55

Codes

Color #515D79 in popluar color models

51 5D 79
RGB 81 93 121
HSL 222° 19.80% 39.61%
HSB/HSV 222° 33.06% 47.45%
CMYK 33.06% 23.14% 0.00%
52.55%

Color #515D79 in popluar number systems.

HEX 51 5D 79
Decimal 81 93 121
Binary 1010001 1011101 1111001
Octal 121 135 171

Shades and tints

Shades of #515D79

#515D79
(81,93,121)
#4A556E
(74,85,110)
#434D63
(67,77,99)
#3C4558
(60,69,88)
#353D4D
(53,61,77)
#2E3542
(46,53,66)
#272D37
(39,45,55)
#20252C
(32,37,44)
#191D21
(25,29,33)
#121516
(18,21,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #515D79

#515D79
(81,93,121)
#606B85
(96,107,133)
#6F7991
(111,121,145)
#7E879D
(126,135,157)
#8D95A9
(141,149,169)
#9CA3B5
(156,163,181)
#ABB1C1
(171,177,193)
#BABFCD
(186,191,205)
#C9CDD9
(201,205,217)
#D8DBE5
(216,219,229)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515D79 color. Also use rgb(81,93,121) instead hex code.

Text Font Color

.myTextColor { color: #515D79; }

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

This text font color is #515D79.

Background Color

.myBgColor { background-color: #515D79; }

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

This div background color is #515D79.

Border color

.myBorderColor { border: 1px solid #515D79; }

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

This div border color is #515D79.

Opacity

.myOpacity80 { color: #515D79; opacity: 0.8; }

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

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

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

This text has shadow with #515D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515D79.

Preview

Color preview on black background

This text has color #515D79 on black background.


Color preview on white background

This text has color #515D79 on white background.


Black color preview on #515D79 background

This text has black color on #515D79 background.


White color preview on #515D79 background

This text has white color on #515D79 background.


Related colors

Complementary color

Complementary color for #hex is #AEA286.


I love getcolorcode.com

Triadic colors

1 #79515D and #5D7951 with #515D79 are triadic colors.

2 #795D51 and #5D5179 with #515D79 are triadic colors.