COLOR #515D7C

HEX: #515D7C RGB: (81,93,124)

Color info

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

RGB color model

#515D7C color RGB value is (81,93,124).

RGB: (81,93,124) (32%, 36%, 49%)

RGB channels and saturation

R 81 of 255 = 32%
G 93 of 255 = 36%
B 124 of 255 = 49%

81
93
124

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

Portions of RGB colors in percentages

R + G + B = 81 + 93 + 124 = 298 (100%)
R 81 of 298 ~ 27.18%
G 93 of 298 ~ 31.21%
B 124 of 298 ~ 41.61'%

%27.18
%31.21
%41.61

CMYK color model

#515D7C color CMYK value is (35,25,0,51).

  • cyan value is 34.68%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (35,25,0,51)
C35M25Y0K51 (35%, 25%, 0%, 51%)
(0.35 / 0.25 / 0.00 / 0.51)

CMYK percentages

%34.68
%25
%0
%51.37

Codes

Color #515D7C in popluar color models

51 5D 7C
RGB 81 93 124
HSL 223° 20.98% 40.20%
HSB/HSV 223° 34.68% 48.63%
CMYK 34.68% 25.00% 0.00%
51.37%

Color #515D7C in popluar number systems.

HEX 51 5D 7C
Decimal 81 93 124
Binary 1010001 1011101 1111100
Octal 121 135 174

Shades and tints

Shades of #515D7C

#515D7C
(81,93,124)
#4A5571
(74,85,113)
#434D66
(67,77,102)
#3C455B
(60,69,91)
#353D50
(53,61,80)
#2E3545
(46,53,69)
#272D3A
(39,45,58)
#20252F
(32,37,47)
#191D24
(25,29,36)
#121519
(18,21,25)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #515D7C

#515D7C
(81,93,124)
#606B87
(96,107,135)
#6F7992
(111,121,146)
#7E879D
(126,135,157)
#8D95A8
(141,149,168)
#9CA3B3
(156,163,179)
#ABB1BE
(171,177,190)
#BABFC9
(186,191,201)
#C9CDD4
(201,205,212)
#D8DBDF
(216,219,223)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515D7C; }

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

This text font color is #515D7C.

Background Color

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

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

This div background color is #515D7C.

Border color

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

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

This div border color is #515D7C.

Opacity

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

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

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

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

This text has shadow with #515D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515D7C.

Preview

Color preview on black background

This text has color #515D7C on black background.


Color preview on white background

This text has color #515D7C on white background.


Black color preview on #515D7C background

This text has black color on #515D7C background.


White color preview on #515D7C background

This text has white color on #515D7C background.


Related colors

Complementary color

Complementary color for #hex is #AEA283.


I love getcolorcode.com

Triadic colors

1 #7C515D and #5D7C51 with #515D7C are triadic colors.

2 #7C5D51 and #5D517C with #515D7C are triadic colors.