HEX: #5B76AD
RGB: (91,118,173)
#5B76AD contains mainly green and blue colors. Web safe color of #5B76AD is #666699 (or #669).
#5B76AD color RGB value is (91,118,173).
RGB: (91,118,173) (36%,46%,68%)
R 91 of 255 = 36%
G 118 of 255 = 46%
B 173 of 255 = 68%
R + G + B ~ 50%. #5B76AD is middle color (not dark and not light).
R + G + B =
91 + 118 + 173 = 382 (100%)
R 91 of 382 ~ 23.82%
G 118 of 382 ~ 30.89%
B 173 of 382 ~ 45.29%
#5B76AD color CMYK value is (47,32,0,32).
CMYK: (47,32,0,32) C47M32Y0K32 (47%,32%,0%,32%) (0.47/0.32/0.00/0.32)
5B | 76 | AD | |
---|---|---|---|
RGB | 91 | 118 | 173 |
HSL | 220° | 33.33% | 51.76% |
HSB/HSV | 220° | 47.40% | 67.84% |
CMYK | 47.40% | 31.79% | 0.00% |
32.16% |
HEX | 5B | 76 | AD |
Decimal | 91 | 118 | 173 |
Binary | 1011011 | 1110110 | 10101101 |
Octal | 133 | 166 | 255 |
Examples of css and html codes for elements with #5B76AD color. Also use rgb(91,118,173) instead hex code.
.myTextColor { color: #5B76AD; }
<p style="color:#5B76AD">This sample text font color is #5B76AD.</p>
This text font color is #5B76AD.
.myBgColor { background-color: #5B76AD; }
<div style="background-color:#5B76AD">Inner text</div>
This div background color is #5B76AD.
.myBorderColor { border: 1px solid #5B76AD; }
<div style="border:3px solid #5B76AD">Div</div>
This div border color is #5B76AD.
.myOpacity80 { color: #5B76AD; opacity: 0.8; }
<p style="color:#5B76AD;opacity:0.8;">80%</p>
Text with #5B76AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5B76AD;}
<p style="text-shadow: 3px 3px 1px #5B76AD">Text here.</p>
This text has shadow with #5B76AD color.
.textShadow {text-shadow: 3px 3px 1px #5B76AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5B76AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #5B76AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B76AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5B76AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #5B76AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5B76AD; -webkit-box-shadow: 1px 1px 3px 2px #5B76AD; box-shadow: 1px 1px 3px 2px #5B76AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5B76AD; -webkit-box-shadow: 1px 1px 3px 2px #5B76AD; box-shadow:1px 1px 3px 2px #5B76AD;">
Div content here</div>
This text has color #5B76AD on black background.
This text has color #5B76AD on white background.
This text has black color on #5B76AD background.
This text has white color on #5B76AD background.