COLOR #515A70

HEX: #515A70 RGB: (81,90,112)

Color info

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

RGB color model

#515A70 color RGB value is (81,90,112).

RGB: (81,90,112) (32%, 35%, 44%)

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 112 of 255 = 44%

81
90
112

R + G + B ~ 37%. #515A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 90 + 112 = 283 (100%)
R 81 of 283 ~ 28.62%
G 90 of 283 ~ 31.8%
B 112 of 283 ~ 39.58'%

%28.62
%31.8
%39.58

CMYK color model

#515A70 color CMYK value is (28,20,0,56).

  • cyan value is 27.68%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (28,20,0,56)
C28M20Y0K56 (28%, 20%, 0%, 56%)
(0.28 / 0.20 / 0.00 / 0.56)

CMYK percentages

%27.68
%19.64
%0
%56.08

Codes

Color #515A70 in popluar color models

51 5A 70
RGB 81 90 112
HSL 223° 16.06% 37.84%
HSB/HSV 223° 27.68% 43.92%
CMYK 27.68% 19.64% 0.00%
56.08%

Color #515A70 in popluar number systems.

HEX 51 5A 70
Decimal 81 90 112
Binary 1010001 1011010 1110000
Octal 121 132 160

Shades and tints

Shades of #515A70

#515A70
(81,90,112)
#4A5266
(74,82,102)
#434A5C
(67,74,92)
#3C4252
(60,66,82)
#353A48
(53,58,72)
#2E323E
(46,50,62)
#272A34
(39,42,52)
#20222A
(32,34,42)
#191A20
(25,26,32)
#121216
(18,18,22)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #515A70

#515A70
(81,90,112)
#60697D
(96,105,125)
#6F788A
(111,120,138)
#7E8797
(126,135,151)
#8D96A4
(141,150,164)
#9CA5B1
(156,165,177)
#ABB4BE
(171,180,190)
#BAC3CB
(186,195,203)
#C9D2D8
(201,210,216)
#D8E1E5
(216,225,229)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515A70; }

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

This text font color is #515A70.

Background Color

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

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

This div background color is #515A70.

Border color

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

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

This div border color is #515A70.

Opacity

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

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

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

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

This text has shadow with #515A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515A70.

Preview

Color preview on black background

This text has color #515A70 on black background.


Color preview on white background

This text has color #515A70 on white background.


Black color preview on #515A70 background

This text has black color on #515A70 background.


White color preview on #515A70 background

This text has white color on #515A70 background.


Related colors

Complementary color

Complementary color for #hex is #AEA58F.


I love getcolorcode.com

Triadic colors

1 #70515A and #5A7051 with #515A70 are triadic colors.

2 #705A51 and #5A5170 with #515A70 are triadic colors.