HEX: #50519C
RGB: (80,81,156)
#50519C contains mainly blue color. Web safe color of #50519C is #666699 (or #669).
#50519C color RGB value is (80,81,156).
RGB: (80,81,156)
(31%, 32%, 61%)
R 80 of 255 = 31%
G 81 of 255 = 32%
B 156 of 255 = 61%
R + G + B ~ 41%. #50519C is middle color (not dark and not light).
R + G + B = 80 + 81 + 156 = 317 (100%)
R 80 of 317 ~ 25.24%
G 81 of 317 ~ 25.55%
B 156 of 317 ~ 49.21'%
#50519C color CMYK value is (49,48,0,39).
CMYK: (49,48,0,39) C49M48Y0K39 (49%,48%,0%,39%) (0.49/0.48/0.00/0.39)
Color #50519C in popluar color models
50 | 51 | 9C | |
---|---|---|---|
RGB | 80 | 81 | 156 |
HSL | 239° | 32.20% | 46.27% |
HSB/HSV | 239° | 48.72% | 61.18% |
CMYK | 48.72% | 48.08% | 0.00% |
38.82% |
Color #50519C in popluar number systems.
HEX | 50 | 51 | 9C |
Decimal | 80 | 81 | 156 |
Binary | 1010000 | 1010001 | 10011100 |
Octal | 120 | 121 | 234 |
Shades of #50519C
Tints of #50519C
Examples of css and html codes for elements with #50519C color. Also use rgb(80,81,156) instead hex code.
.myTextColor { color: #50519C; }
<p style="color:#50519C">This sample text font color is #50519C.</p>
This text font color is #50519C.
.myBgColor { background-color: #50519C; }
<div style="background-color:#50519C">Inner text</div>
This div background color is #50519C.
.myBorderColor { border: 1px solid #50519C; }
<div style="border:3px solid #50519C">Div</div>
This div border color is #50519C.
.myOpacity80 { color: #50519C; opacity: 0.8; }
<p style="color:#50519C;opacity:0.8;">80%</p>
Text with #50519C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50519C;}
<p style="text-shadow: 3px 3px 1px #50519C">Text here.</p>
This text has shadow with #50519C color.
.textShadow {text-shadow: 3px 3px 1px #50519C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50519C, 5px 5px 20px red">Text here.</p>
This text has shadow with #50519C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50519C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50519C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50519C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50519C;
-webkit-box-shadow: 1px 1px 3px 2px #50519C;
box-shadow: 1px 1px 3px 2px #50519C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50519C; -webkit-box-shadow: 1px 1px 3px 2px #50519C; box-shadow:1px 1px 3px 2px #50519C;">
Div content here
</div>
This text has color #50519C on black background.
This text has color #50519C on white background.
This text has black color on #50519C background.
This text has white color on #50519C background.
Complementary color for #hex is #AFAE63.