COLOR #515A79

HEX: #515A79 RGB: (81,90,121)

Color info

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

RGB color model

#515A79 color RGB value is (81,90,121).

RGB: (81,90,121) (32%, 35%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 121 of 255 = 47%

81
90
121

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

Portions of RGB colors in percentages

R + G + B = 81 + 90 + 121 = 292 (100%)
R 81 of 292 ~ 27.74%
G 90 of 292 ~ 30.82%
B 121 of 292 ~ 41.44'%

%27.74
%30.82
%41.44

CMYK color model

#515A79 color CMYK value is (33,26,0,53).

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

CMYK: (33,26,0,53)
C33M26Y0K53 (33%, 26%, 0%, 53%)
(0.33 / 0.26 / 0.00 / 0.53)

CMYK percentages

%33.06
%25.62
%0
%52.55

Codes

Color #515A79 in popluar color models

51 5A 79
RGB 81 90 121
HSL 227° 19.80% 39.61%
HSB/HSV 227° 33.06% 47.45%
CMYK 33.06% 25.62% 0.00%
52.55%

Color #515A79 in popluar number systems.

HEX 51 5A 79
Decimal 81 90 121
Binary 1010001 1011010 1111001
Octal 121 132 171

Shades and tints

Shades of #515A79

#515A79
(81,90,121)
#4A526E
(74,82,110)
#434A63
(67,74,99)
#3C4258
(60,66,88)
#353A4D
(53,58,77)
#2E3242
(46,50,66)
#272A37
(39,42,55)
#20222C
(32,34,44)
#191A21
(25,26,33)
#121216
(18,18,22)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #515A79

#515A79
(81,90,121)
#606985
(96,105,133)
#6F7891
(111,120,145)
#7E879D
(126,135,157)
#8D96A9
(141,150,169)
#9CA5B5
(156,165,181)
#ABB4C1
(171,180,193)
#BAC3CD
(186,195,205)
#C9D2D9
(201,210,217)
#D8E1E5
(216,225,229)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515A79; }

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

This text font color is #515A79.

Background Color

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

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

This div background color is #515A79.

Border color

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

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

This div border color is #515A79.

Opacity

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

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

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

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

This text has shadow with #515A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515A79.

Preview

Color preview on black background

This text has color #515A79 on black background.


Color preview on white background

This text has color #515A79 on white background.


Black color preview on #515A79 background

This text has black color on #515A79 background.


White color preview on #515A79 background

This text has white color on #515A79 background.


Related colors

Complementary color

Complementary color for #hex is #AEA586.


I love getcolorcode.com

Triadic colors

1 #79515A and #5A7951 with #515A79 are triadic colors.

2 #795A51 and #5A5179 with #515A79 are triadic colors.