HEX: #59508A
RGB: (89,80,138)
#59508A contains red, green and blue colors in about the same proportion. Web safe color of #59508A is #666699 (or #669).
#59508A color RGB value is (89,80,138).
RGB: (89,80,138)
(35%, 31%, 54%)
R 89 of 255 = 35%
G 80 of 255 = 31%
B 138 of 255 = 54%
R + G + B ~ 40%. #59508A is middle color (not dark and not light).
R + G + B = 89 + 80 + 138 = 307 (100%)
R 89 of 307 ~ 28.99%
G 80 of 307 ~ 26.06%
B 138 of 307 ~ 44.95'%
#59508A color CMYK value is (36,42,0,46).
CMYK: (36,42,0,46)
C36M42Y0K46 (36%, 42%, 0%, 46%)
(0.36 / 0.42 / 0.00 / 0.46)
Color #59508A in popluar color models
59 | 50 | 8A | |
---|---|---|---|
RGB | 89 | 80 | 138 |
HSL | 249° | 26.61% | 42.75% |
HSB/HSV | 249° | 42.03% | 54.12% |
CMYK | 35.51% | 42.03% | 0.00% |
45.88% |
Color #59508A in popluar number systems.
HEX | 59 | 50 | 8A |
Decimal | 89 | 80 | 138 |
Binary | 1011001 | 1010000 | 10001010 |
Octal | 131 | 120 | 212 |
Shades of #59508A
Tints of #59508A
Examples of css and html codes for elements with #59508A color. Also use rgb(89,80,138) instead hex code.
.myTextColor { color: #59508A; }
<p style="color:#59508A">This sample text font color is #59508A.</p>
This text font color is #59508A.
.myBgColor { background-color: #59508A; }
<div style="background-color:#59508A">Inner text</div>
This div background color is #59508A.
.myBorderColor { border: 1px solid #59508A; }
<div style="border:3px solid #59508A">Div</div>
This div border color is #59508A.
.myOpacity80 { color: #59508A; opacity: 0.8; }
<p style="color:#59508A;opacity:0.8;">80%</p>
Text with #59508A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59508A;}
<p style="text-shadow: 3px 3px 1px #59508A">Text here.</p>
This text has shadow with #59508A color.
.textShadow {text-shadow: 3px 3px 1px #59508A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59508A, 5px 5px 20px red">Text here.</p>
This text has shadow with #59508A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59508A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59508A, Direction=45, Strength=4)">Text</p>
This text has shadow with #59508A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59508A;
-webkit-box-shadow: 1px 1px 3px 2px #59508A;
box-shadow: 1px 1px 3px 2px #59508A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59508A; -webkit-box-shadow: 1px 1px 3px 2px #59508A; box-shadow:1px 1px 3px 2px #59508A;">
Div content here
</div>
This text has color #59508A on black background.
This text has color #59508A on white background.
This text has black color on #59508A background.
This text has white color on #59508A background.
Complementary color for #hex is #A6AF75.