HEX: #5B96BB
RGB: (91,150,187)
#5B96BB contains mainly green and blue colors. Web safe color of #5B96BB is #6699CC (or #69C).
#5B96BB color RGB value is (91,150,187).
RGB: (91,150,187)
(36%, 59%, 73%)
R 91 of 255 = 36%
G 150 of 255 = 59%
B 187 of 255 = 73%
R + G + B ~ 56%. #5B96BB is middle color (not dark and not light).
R + G + B = 91 + 150 + 187 = 428 (100%)
R 91 of 428 ~ 21.26%
G 150 of 428 ~ 35.05%
B 187 of 428 ~ 43.69'%
#5B96BB color CMYK value is (51,20,0,27).
CMYK: (51,20,0,27)
C51M20Y0K27 (51%, 20%, 0%, 27%)
(0.51 / 0.20 / 0.00 / 0.27)
Color #5B96BB in popluar color models
5B | 96 | BB | |
---|---|---|---|
RGB | 91 | 150 | 187 |
HSL | 203° | 41.38% | 54.51% |
HSB/HSV | 203° | 51.34% | 73.33% |
CMYK | 51.34% | 19.79% | 0.00% |
26.67% |
Color #5B96BB in popluar number systems.
HEX | 5B | 96 | BB |
Decimal | 91 | 150 | 187 |
Binary | 1011011 | 10010110 | 10111011 |
Octal | 133 | 226 | 273 |
Shades of #5B96BB
Tints of #5B96BB
Examples of css and html codes for elements with #5B96BB color. Also use rgb(91,150,187) instead hex code.
.myTextColor { color: #5B96BB; }
<p style="color:#5B96BB">This sample text font color is #5B96BB.</p>
This text font color is #5B96BB.
.myBgColor { background-color: #5B96BB; }
<div style="background-color:#5B96BB">Inner text</div>
This div background color is #5B96BB.
.myBorderColor { border: 1px solid #5B96BB; }
<div style="border:3px solid #5B96BB">Div</div>
This div border color is #5B96BB.
.myOpacity80 { color: #5B96BB; opacity: 0.8; }
<p style="color:#5B96BB;opacity:0.8;">80%</p>
Text with #5B96BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5B96BB;}
<p style="text-shadow: 3px 3px 1px #5B96BB">Text here.</p>
This text has shadow with #5B96BB color.
.textShadow {text-shadow: 3px 3px 1px #5B96BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5B96BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #5B96BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B96BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5B96BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #5B96BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5B96BB;
-webkit-box-shadow: 1px 1px 3px 2px #5B96BB;
box-shadow: 1px 1px 3px 2px #5B96BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B96BB; -webkit-box-shadow: 1px 1px 3px 2px #5B96BB; box-shadow:1px 1px 3px 2px #5B96BB;">
Div content here
</div>
This text has color #5B96BB on black background.
This text has color #5B96BB on white background.
This text has black color on #5B96BB background.
This text has white color on #5B96BB background.
Complementary color for #hex is #A46944.