HEX: #599CAF
RGB: (89,156,175)
#599CAF contains mainly green and blue colors. Web safe color of #599CAF is #669999 (or #699).
#599CAF color RGB value is (89,156,175).
RGB: (89,156,175)
(35%, 61%, 69%)
R 89 of 255 = 35%
G 156 of 255 = 61%
B 175 of 255 = 69%
R + G + B ~ 55%. #599CAF is middle color (not dark and not light).
R + G + B = 89 + 156 + 175 = 420 (100%)
R 89 of 420 ~ 21.19%
G 156 of 420 ~ 37.14%
B 175 of 420 ~ 41.67'%
#599CAF color CMYK value is (49,11,0,31).
CMYK: (49,11,0,31) C49M11Y0K31 (49%,11%,0%,31%) (0.49/0.11/0.00/0.31)
Color #599CAF in popluar color models
59 | 9C | AF | |
---|---|---|---|
RGB | 89 | 156 | 175 |
HSL | 193° | 34.96% | 51.76% |
HSB/HSV | 193° | 49.14% | 68.63% |
CMYK | 49.14% | 10.86% | 0.00% |
31.37% |
Color #599CAF in popluar number systems.
HEX | 59 | 9C | AF |
Decimal | 89 | 156 | 175 |
Binary | 1011001 | 10011100 | 10101111 |
Octal | 131 | 234 | 257 |
Shades of #599CAF
Tints of #599CAF
Examples of css and html codes for elements with #599CAF color. Also use rgb(89,156,175) instead hex code.
.myTextColor { color: #599CAF; }
<p style="color:#599CAF">This sample text font color is #599CAF.</p>
This text font color is #599CAF.
.myBgColor { background-color: #599CAF; }
<div style="background-color:#599CAF">Inner text</div>
This div background color is #599CAF.
.myBorderColor { border: 1px solid #599CAF; }
<div style="border:3px solid #599CAF">Div</div>
This div border color is #599CAF.
.myOpacity80 { color: #599CAF; opacity: 0.8; }
<p style="color:#599CAF;opacity:0.8;">80%</p>
Text with #599CAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #599CAF;}
<p style="text-shadow: 3px 3px 1px #599CAF">Text here.</p>
This text has shadow with #599CAF color.
.textShadow {text-shadow: 3px 3px 1px #599CAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #599CAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #599CAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599CAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#599CAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #599CAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #599CAF;
-webkit-box-shadow: 1px 1px 3px 2px #599CAF;
box-shadow: 1px 1px 3px 2px #599CAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #599CAF; -webkit-box-shadow: 1px 1px 3px 2px #599CAF; box-shadow:1px 1px 3px 2px #599CAF;">
Div content here
</div>
This text has color #599CAF on black background.
This text has color #599CAF on white background.
This text has black color on #599CAF background.
This text has white color on #599CAF background.
Complementary color for #hex is #A66350.