COLOR #515B7A

HEX: #515B7A RGB: (81,91,122)

Color info

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

RGB color model

#515B7A color RGB value is (81,91,122).

RGB: (81,91,122) (32%, 36%, 48%)

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 122 of 255 = 48%

81
91
122

R + G + B ~ 39%. #515B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 91 + 122 = 294 (100%)
R 81 of 294 ~ 27.55%
G 91 of 294 ~ 30.95%
B 122 of 294 ~ 41.5'%

%27.55
%30.95
%41.5

CMYK color model

#515B7A color CMYK value is (34,25,0,52).

  • cyan value is 33.61%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (34,25,0,52)
C34M25Y0K52 (34%, 25%, 0%, 52%)
(0.34 / 0.25 / 0.00 / 0.52)

CMYK percentages

%33.61
%25.41
%0
%52.16

Codes

Color #515B7A in popluar color models

51 5B 7A
RGB 81 91 122
HSL 225° 20.20% 39.80%
HSB/HSV 225° 33.61% 47.84%
CMYK 33.61% 25.41% 0.00%
52.16%

Color #515B7A in popluar number systems.

HEX 51 5B 7A
Decimal 81 91 122
Binary 1010001 1011011 1111010
Octal 121 133 172

Shades and tints

Shades of #515B7A

#515B7A
(81,91,122)
#4A536F
(74,83,111)
#434B64
(67,75,100)
#3C4359
(60,67,89)
#353B4E
(53,59,78)
#2E3343
(46,51,67)
#272B38
(39,43,56)
#20232D
(32,35,45)
#191B22
(25,27,34)
#121317
(18,19,23)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #515B7A

#515B7A
(81,91,122)
#606986
(96,105,134)
#6F7792
(111,119,146)
#7E859E
(126,133,158)
#8D93AA
(141,147,170)
#9CA1B6
(156,161,182)
#ABAFC2
(171,175,194)
#BABDCE
(186,189,206)
#C9CBDA
(201,203,218)
#D8D9E6
(216,217,230)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515B7A color. Also use rgb(81,91,122) instead hex code.

Text Font Color

.myTextColor { color: #515B7A; }

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

This text font color is #515B7A.

Background Color

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

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

This div background color is #515B7A.

Border color

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

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

This div border color is #515B7A.

Opacity

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

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

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

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

This text has shadow with #515B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515B7A.

Preview

Color preview on black background

This text has color #515B7A on black background.


Color preview on white background

This text has color #515B7A on white background.


Black color preview on #515B7A background

This text has black color on #515B7A background.


White color preview on #515B7A background

This text has white color on #515B7A background.


Related colors

Complementary color

Complementary color for #hex is #AEA485.


I love getcolorcode.com

Triadic colors

1 #7A515B and #5B7A51 with #515B7A are triadic colors.

2 #7A5B51 and #5B517A with #515B7A are triadic colors.