HEX: #5980E1
RGB: (89,128,225)
#5980E1 contains mainly blue color. Web safe color of #5980E1 is #6666CC (or #66C).
#5980E1 color RGB value is (89,128,225).
RGB: (89,128,225)
(35%, 50%, 88%)
R 89 of 255 = 35%
G 128 of 255 = 50%
B 225 of 255 = 88%
R + G + B ~ 58%. #5980E1 is middle color (not dark and not light).
R + G + B = 89 + 128 + 225 = 442 (100%)
R 89 of 442 ~ 20.14%
G 128 of 442 ~ 28.96%
B 225 of 442 ~ 50.9'%
#5980E1 color CMYK value is (60,43,0,12).
CMYK: (60,43,0,12) C60M43Y0K12 (60%,43%,0%,12%) (0.60/0.43/0.00/0.12)
Color #5980E1 in popluar color models
59 | 80 | E1 | |
---|---|---|---|
RGB | 89 | 128 | 225 |
HSL | 223° | 69.39% | 61.57% |
HSB/HSV | 223° | 60.44% | 88.24% |
CMYK | 60.44% | 43.11% | 0.00% |
11.76% |
Color #5980E1 in popluar number systems.
HEX | 59 | 80 | E1 |
Decimal | 89 | 128 | 225 |
Binary | 1011001 | 10000000 | 11100001 |
Octal | 131 | 200 | 341 |
Shades of #5980E1
Tints of #5980E1
Examples of css and html codes for elements with #5980E1 color. Also use rgb(89,128,225) instead hex code.
.myTextColor { color: #5980E1; }
<p style="color:#5980E1">This sample text font color is #5980E1.</p>
This text font color is #5980E1.
.myBgColor { background-color: #5980E1; }
<div style="background-color:#5980E1">Inner text</div>
This div background color is #5980E1.
.myBorderColor { border: 1px solid #5980E1; }
<div style="border:3px solid #5980E1">Div</div>
This div border color is #5980E1.
.myOpacity80 { color: #5980E1; opacity: 0.8; }
<p style="color:#5980E1;opacity:0.8;">80%</p>
Text with #5980E1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5980E1;}
<p style="text-shadow: 3px 3px 1px #5980E1">Text here.</p>
This text has shadow with #5980E1 color.
.textShadow {text-shadow: 3px 3px 1px #5980E1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5980E1, 5px 5px 20px red">Text here.</p>
This text has shadow with #5980E1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5980E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5980E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #5980E1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5980E1;
-webkit-box-shadow: 1px 1px 3px 2px #5980E1;
box-shadow: 1px 1px 3px 2px #5980E1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5980E1; -webkit-box-shadow: 1px 1px 3px 2px #5980E1; box-shadow:1px 1px 3px 2px #5980E1;">
Div content here
</div>
This text has color #5980E1 on black background.
This text has color #5980E1 on white background.
This text has black color on #5980E1 background.
This text has white color on #5980E1 background.
Complementary color for #hex is #A67F1E.