HEX: #559CBB
RGB: (85,156,187)
#559CBB contains mainly green and blue colors. Web safe color of #559CBB is #6699CC (or #69C).
#559CBB color RGB value is (85,156,187).
RGB: (85,156,187)
(33%, 61%, 73%)
R 85 of 255 = 33%
G 156 of 255 = 61%
B 187 of 255 = 73%
R + G + B ~ 56%. #559CBB is middle color (not dark and not light).
R + G + B = 85 + 156 + 187 = 428 (100%)
R 85 of 428 ~ 19.86%
G 156 of 428 ~ 36.45%
B 187 of 428 ~ 43.69'%
#559CBB color CMYK value is (55,17,0,27).
CMYK: (55,17,0,27)
C55M17Y0K27 (55%, 17%, 0%, 27%)
(0.55 / 0.17 / 0.00 / 0.27)
Color #559CBB in popluar color models
55 | 9C | BB | |
---|---|---|---|
RGB | 85 | 156 | 187 |
HSL | 198° | 42.86% | 53.33% |
HSB/HSV | 198° | 54.55% | 73.33% |
CMYK | 54.55% | 16.58% | 0.00% |
26.67% |
Color #559CBB in popluar number systems.
HEX | 55 | 9C | BB |
Decimal | 85 | 156 | 187 |
Binary | 1010101 | 10011100 | 10111011 |
Octal | 125 | 234 | 273 |
Shades of #559CBB
Tints of #559CBB
Examples of css and html codes for elements with #559CBB color. Also use rgb(85,156,187) instead hex code.
.myTextColor { color: #559CBB; }
<p style="color:#559CBB">This sample text font color is #559CBB.</p>
This text font color is #559CBB.
.myBgColor { background-color: #559CBB; }
<div style="background-color:#559CBB">Inner text</div>
This div background color is #559CBB.
.myBorderColor { border: 1px solid #559CBB; }
<div style="border:3px solid #559CBB">Div</div>
This div border color is #559CBB.
.myOpacity80 { color: #559CBB; opacity: 0.8; }
<p style="color:#559CBB;opacity:0.8;">80%</p>
Text with #559CBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #559CBB;}
<p style="text-shadow: 3px 3px 1px #559CBB">Text here.</p>
This text has shadow with #559CBB color.
.textShadow {text-shadow: 3px 3px 1px #559CBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #559CBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #559CBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#559CBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#559CBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #559CBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #559CBB;
-webkit-box-shadow: 1px 1px 3px 2px #559CBB;
box-shadow: 1px 1px 3px 2px #559CBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #559CBB; -webkit-box-shadow: 1px 1px 3px 2px #559CBB; box-shadow:1px 1px 3px 2px #559CBB;">
Div content here
</div>
This text has color #559CBB on black background.
This text has color #559CBB on white background.
This text has black color on #559CBB background.
This text has white color on #559CBB background.
Complementary color for #hex is #AA6344.