HEX: #50586B
RGB: (80,88,107)
#50586B contains red, green and blue colors in about the same proportion. Web safe color of #50586B is #666666 (or #666).
#50586B color RGB value is (80,88,107).
RGB: (80,88,107)
(31%, 35%, 42%)
R 80 of 255 = 31%
G 88 of 255 = 35%
B 107 of 255 = 42%
R + G + B ~ 36%. #50586B is quite dark color.
R + G + B = 80 + 88 + 107 = 275 (100%)
R 80 of 275 ~ 29.09%
G 88 of 275 ~ 32%
B 107 of 275 ~ 38.91'%
#50586B color CMYK value is (25,18,0,58).
CMYK: (25,18,0,58) C25M18Y0K58 (25%,18%,0%,58%) (0.25/0.18/0.00/0.58)
Color #50586B in popluar color models
50 | 58 | 6B | |
---|---|---|---|
RGB | 80 | 88 | 107 |
HSL | 222° | 14.44% | 36.67% |
HSB/HSV | 222° | 25.23% | 41.96% |
CMYK | 25.23% | 17.76% | 0.00% |
58.04% |
Color #50586B in popluar number systems.
HEX | 50 | 58 | 6B |
Decimal | 80 | 88 | 107 |
Binary | 1010000 | 1011000 | 1101011 |
Octal | 120 | 130 | 153 |
Shades of #50586B
Tints of #50586B
Examples of css and html codes for elements with #50586B color. Also use rgb(80,88,107) instead hex code.
.myTextColor { color: #50586B; }
<p style="color:#50586B">This sample text font color is #50586B.</p>
This text font color is #50586B.
.myBgColor { background-color: #50586B; }
<div style="background-color:#50586B">Inner text</div>
This div background color is #50586B.
.myBorderColor { border: 1px solid #50586B; }
<div style="border:3px solid #50586B">Div</div>
This div border color is #50586B.
.myOpacity80 { color: #50586B; opacity: 0.8; }
<p style="color:#50586B;opacity:0.8;">80%</p>
Text with #50586B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50586B;}
<p style="text-shadow: 3px 3px 1px #50586B">Text here.</p>
This text has shadow with #50586B color.
.textShadow {text-shadow: 3px 3px 1px #50586B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50586B, 5px 5px 20px red">Text here.</p>
This text has shadow with #50586B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50586B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50586B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50586B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50586B;
-webkit-box-shadow: 1px 1px 3px 2px #50586B;
box-shadow: 1px 1px 3px 2px #50586B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50586B; -webkit-box-shadow: 1px 1px 3px 2px #50586B; box-shadow:1px 1px 3px 2px #50586B;">
Div content here
</div>
This text has color #50586B on black background.
This text has color #50586B on white background.
This text has black color on #50586B background.
This text has white color on #50586B background.
Complementary color for #hex is #AFA794.