COLOR #515A68

HEX: #515A68 RGB: (81,90,104)

Color info

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

RGB color model

#515A68 color RGB value is (81,90,104).

RGB: (81,90,104) (32%, 35%, 41%)

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 104 of 255 = 41%

81
90
104

R + G + B ~ 36%. #515A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 90 + 104 = 275 (100%)
R 81 of 275 ~ 29.45%
G 90 of 275 ~ 32.73%
B 104 of 275 ~ 37.82'%

%29.45
%32.73
%37.82

CMYK color model

#515A68 color CMYK value is (22,13,0,59).

  • cyan value is 22.12%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (22,13,0,59)
C22M13Y0K59 (22%, 13%, 0%, 59%)
(0.22 / 0.13 / 0.00 / 0.59)

CMYK percentages

%22.12
%13.46
%0
%59.22

Codes

Color #515A68 in popluar color models

51 5A 68
RGB 81 90 104
HSL 217° 12.43% 36.27%
HSB/HSV 217° 22.12% 40.78%
CMYK 22.12% 13.46% 0.00%
59.22%

Color #515A68 in popluar number systems.

HEX 51 5A 68
Decimal 81 90 104
Binary 1010001 1011010 1101000
Octal 121 132 150

Shades and tints

Shades of #515A68

#515A68
(81,90,104)
#4A525F
(74,82,95)
#434A56
(67,74,86)
#3C424D
(60,66,77)
#353A44
(53,58,68)
#2E323B
(46,50,59)
#272A32
(39,42,50)
#202229
(32,34,41)
#191A20
(25,26,32)
#121217
(18,18,23)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #515A68

#515A68
(81,90,104)
#606975
(96,105,117)
#6F7882
(111,120,130)
#7E878F
(126,135,143)
#8D969C
(141,150,156)
#9CA5A9
(156,165,169)
#ABB4B6
(171,180,182)
#BAC3C3
(186,195,195)
#C9D2D0
(201,210,208)
#D8E1DD
(216,225,221)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515A68; }

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

This text font color is #515A68.

Background Color

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

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

This div background color is #515A68.

Border color

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

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

This div border color is #515A68.

Opacity

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

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

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

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

This text has shadow with #515A68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515A68.

Preview

Color preview on black background

This text has color #515A68 on black background.


Color preview on white background

This text has color #515A68 on white background.


Black color preview on #515A68 background

This text has black color on #515A68 background.


White color preview on #515A68 background

This text has white color on #515A68 background.


Related colors

Complementary color

Complementary color for #hex is #AEA597.


I love getcolorcode.com

Triadic colors

1 #68515A and #5A6851 with #515A68 are triadic colors.

2 #685A51 and #5A5168 with #515A68 are triadic colors.