HEX: #553CAD
RGB: (85,60,173)
#553CAD contains mainly blue color. Web safe color of #553CAD is #663399 (or #639).
#553CAD color RGB value is (85,60,173).
RGB: (85,60,173)
(33%, 24%, 68%)
R 85 of 255 = 33%
G 60 of 255 = 24%
B 173 of 255 = 68%
R + G + B ~ 42%. #553CAD is middle color (not dark and not light).
R + G + B = 85 + 60 + 173 = 318 (100%)
R 85 of 318 ~ 26.73%
G 60 of 318 ~ 18.87%
B 173 of 318 ~ 54.4'%
#553CAD color CMYK value is (51,65,0,32).
CMYK: (51,65,0,32)
C51M65Y0K32 (51%, 65%, 0%, 32%)
(0.51 / 0.65 / 0.00 / 0.32)
Color #553CAD in popluar color models
55 | 3C | AD | |
---|---|---|---|
RGB | 85 | 60 | 173 |
HSL | 253° | 48.50% | 45.69% |
HSB/HSV | 253° | 65.32% | 67.84% |
CMYK | 50.87% | 65.32% | 0.00% |
32.16% |
Color #553CAD in popluar number systems.
HEX | 55 | 3C | AD |
Decimal | 85 | 60 | 173 |
Binary | 1010101 | 111100 | 10101101 |
Octal | 125 | 74 | 255 |
Shades of #553CAD
Tints of #553CAD
Examples of css and html codes for elements with #553CAD color. Also use rgb(85,60,173) instead hex code.
.myTextColor { color: #553CAD; }
<p style="color:#553CAD">This sample text font color is #553CAD.</p>
This text font color is #553CAD.
.myBgColor { background-color: #553CAD; }
<div style="background-color:#553CAD">Inner text</div>
This div background color is #553CAD.
.myBorderColor { border: 1px solid #553CAD; }
<div style="border:3px solid #553CAD">Div</div>
This div border color is #553CAD.
.myOpacity80 { color: #553CAD; opacity: 0.8; }
<p style="color:#553CAD;opacity:0.8;">80%</p>
Text with #553CAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #553CAD;}
<p style="text-shadow: 3px 3px 1px #553CAD">Text here.</p>
This text has shadow with #553CAD color.
.textShadow {text-shadow: 3px 3px 1px #553CAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #553CAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #553CAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#553CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#553CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #553CAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #553CAD;
-webkit-box-shadow: 1px 1px 3px 2px #553CAD;
box-shadow: 1px 1px 3px 2px #553CAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #553CAD; -webkit-box-shadow: 1px 1px 3px 2px #553CAD; box-shadow:1px 1px 3px 2px #553CAD;">
Div content here
</div>
This text has color #553CAD on black background.
This text has color #553CAD on white background.
This text has black color on #553CAD background.
This text has white color on #553CAD background.
Complementary color for #hex is #AAC352.