HEX: #583359
RGB: (88,51,89)
#583359 contains red, green and blue colors in about the same proportion. Web safe color of #583359 is #663366 (or #636).
#583359 color RGB value is (88,51,89).
RGB: (88,51,89)
(35%, 20%, 35%)
R 88 of 255 = 35%
G 51 of 255 = 20%
B 89 of 255 = 35%
R + G + B ~ 30%. #583359 is quite dark color.
R + G + B = 88 + 51 + 89 = 228 (100%)
R 88 of 228 ~ 38.6%
G 51 of 228 ~ 22.37%
B 89 of 228 ~ 39.04'%
#583359 color CMYK value is (1,43,0,65).
CMYK: (1,43,0,65) C1M43Y0K65 (1%,43%,0%,65%) (0.01/0.43/0.00/0.65)
Color #583359 in popluar color models
58 | 33 | 59 | |
---|---|---|---|
RGB | 88 | 51 | 89 |
HSL | 298° | 27.14% | 27.45% |
HSB/HSV | 298° | 42.70% | 34.90% |
CMYK | 1.12% | 42.70% | 0.00% |
65.10% |
Color #583359 in popluar number systems.
HEX | 58 | 33 | 59 |
Decimal | 88 | 51 | 89 |
Binary | 1011000 | 110011 | 1011001 |
Octal | 130 | 63 | 131 |
Shades of #583359
Tints of #583359
Examples of css and html codes for elements with #583359 color. Also use rgb(88,51,89) instead hex code.
.myTextColor { color: #583359; }
<p style="color:#583359">This sample text font color is #583359.</p>
This text font color is #583359.
.myBgColor { background-color: #583359; }
<div style="background-color:#583359">Inner text</div>
This div background color is #583359.
.myBorderColor { border: 1px solid #583359; }
<div style="border:3px solid #583359">Div</div>
This div border color is #583359.
.myOpacity80 { color: #583359; opacity: 0.8; }
<p style="color:#583359;opacity:0.8;">80%</p>
Text with #583359 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #583359;}
<p style="text-shadow: 3px 3px 1px #583359">Text here.</p>
This text has shadow with #583359 color.
.textShadow {text-shadow: 3px 3px 1px #583359', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #583359, 5px 5px 20px red">Text here.</p>
This text has shadow with #583359 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#583359, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#583359, Direction=45, Strength=4)">Text</p>
This text has shadow with #583359 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #583359;
-webkit-box-shadow: 1px 1px 3px 2px #583359;
box-shadow: 1px 1px 3px 2px #583359;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #583359; -webkit-box-shadow: 1px 1px 3px 2px #583359; box-shadow:1px 1px 3px 2px #583359;">
Div content here
</div>
This text has color #583359 on black background.
This text has color #583359 on white background.
This text has black color on #583359 background.
This text has white color on #583359 background.
Complementary color for #hex is #A7CCA6.