HEX: #589ACF
RGB: (88,154,207)
#589ACF contains mainly green and blue colors. Web safe color of #589ACF is #6699CC (or #69C).
#589ACF color RGB value is (88,154,207).
RGB: (88,154,207)
(35%, 60%, 81%)
R 88 of 255 = 35%
G 154 of 255 = 60%
B 207 of 255 = 81%
R + G + B ~ 59%. #589ACF is middle color (not dark and not light).
R + G + B = 88 + 154 + 207 = 449 (100%)
R 88 of 449 ~ 19.6%
G 154 of 449 ~ 34.3%
B 207 of 449 ~ 46.1'%
#589ACF color CMYK value is (57,26,0,19).
CMYK: (57,26,0,19)
C57M26Y0K19 (57%, 26%, 0%, 19%)
(0.57 / 0.26 / 0.00 / 0.19)
Color #589ACF in popluar color models
58 | 9A | CF | |
---|---|---|---|
RGB | 88 | 154 | 207 |
HSL | 207° | 55.35% | 57.84% |
HSB/HSV | 207° | 57.49% | 81.18% |
CMYK | 57.49% | 25.60% | 0.00% |
18.82% |
Color #589ACF in popluar number systems.
HEX | 58 | 9A | CF |
Decimal | 88 | 154 | 207 |
Binary | 1011000 | 10011010 | 11001111 |
Octal | 130 | 232 | 317 |
Shades of #589ACF
Tints of #589ACF
Examples of css and html codes for elements with #589ACF color. Also use rgb(88,154,207) instead hex code.
.myTextColor { color: #589ACF; }
<p style="color:#589ACF">This sample text font color is #589ACF.</p>
This text font color is #589ACF.
.myBgColor { background-color: #589ACF; }
<div style="background-color:#589ACF">Inner text</div>
This div background color is #589ACF.
.myBorderColor { border: 1px solid #589ACF; }
<div style="border:3px solid #589ACF">Div</div>
This div border color is #589ACF.
.myOpacity80 { color: #589ACF; opacity: 0.8; }
<p style="color:#589ACF;opacity:0.8;">80%</p>
Text with #589ACF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #589ACF;}
<p style="text-shadow: 3px 3px 1px #589ACF">Text here.</p>
This text has shadow with #589ACF color.
.textShadow {text-shadow: 3px 3px 1px #589ACF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #589ACF, 5px 5px 20px red">Text here.</p>
This text has shadow with #589ACF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#589ACF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#589ACF, Direction=45, Strength=4)">Text</p>
This text has shadow with #589ACF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #589ACF;
-webkit-box-shadow: 1px 1px 3px 2px #589ACF;
box-shadow: 1px 1px 3px 2px #589ACF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #589ACF; -webkit-box-shadow: 1px 1px 3px 2px #589ACF; box-shadow:1px 1px 3px 2px #589ACF;">
Div content here
</div>
This text has color #589ACF on black background.
This text has color #589ACF on white background.
This text has black color on #589ACF background.
This text has white color on #589ACF background.
Complementary color for #hex is #A76530.