HEX: #58509A
RGB: (88,80,154)
#58509A contains mainly blue color. Web safe color of #58509A is #666699 (or #669).
#58509A color RGB value is (88,80,154).
RGB: (88,80,154)
(35%, 31%, 60%)
R 88 of 255 = 35%
G 80 of 255 = 31%
B 154 of 255 = 60%
R + G + B ~ 42%. #58509A is middle color (not dark and not light).
R + G + B = 88 + 80 + 154 = 322 (100%)
R 88 of 322 ~ 27.33%
G 80 of 322 ~ 24.84%
B 154 of 322 ~ 47.83'%
#58509A color CMYK value is (43,48,0,40).
CMYK: (43,48,0,40) C43M48Y0K40 (43%,48%,0%,40%) (0.43/0.48/0.00/0.40)
Color #58509A in popluar color models
58 | 50 | 9A | |
---|---|---|---|
RGB | 88 | 80 | 154 |
HSL | 246° | 31.62% | 45.88% |
HSB/HSV | 246° | 48.05% | 60.39% |
CMYK | 42.86% | 48.05% | 0.00% |
39.61% |
Color #58509A in popluar number systems.
HEX | 58 | 50 | 9A |
Decimal | 88 | 80 | 154 |
Binary | 1011000 | 1010000 | 10011010 |
Octal | 130 | 120 | 232 |
Shades of #58509A
Tints of #58509A
Examples of css and html codes for elements with #58509A color. Also use rgb(88,80,154) instead hex code.
.myTextColor { color: #58509A; }
<p style="color:#58509A">This sample text font color is #58509A.</p>
This text font color is #58509A.
.myBgColor { background-color: #58509A; }
<div style="background-color:#58509A">Inner text</div>
This div background color is #58509A.
.myBorderColor { border: 1px solid #58509A; }
<div style="border:3px solid #58509A">Div</div>
This div border color is #58509A.
.myOpacity80 { color: #58509A; opacity: 0.8; }
<p style="color:#58509A;opacity:0.8;">80%</p>
Text with #58509A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58509A;}
<p style="text-shadow: 3px 3px 1px #58509A">Text here.</p>
This text has shadow with #58509A color.
.textShadow {text-shadow: 3px 3px 1px #58509A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58509A, 5px 5px 20px red">Text here.</p>
This text has shadow with #58509A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58509A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58509A, Direction=45, Strength=4)">Text</p>
This text has shadow with #58509A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58509A;
-webkit-box-shadow: 1px 1px 3px 2px #58509A;
box-shadow: 1px 1px 3px 2px #58509A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58509A; -webkit-box-shadow: 1px 1px 3px 2px #58509A; box-shadow:1px 1px 3px 2px #58509A;">
Div content here
</div>
This text has color #58509A on black background.
This text has color #58509A on white background.
This text has black color on #58509A background.
This text has white color on #58509A background.
Complementary color for #hex is #A7AF65.