HEX: #53A2CA
RGB: (83,162,202)
#53A2CA contains mainly green and blue colors. Web safe color of #53A2CA is #6699CC (or #69C).
#53A2CA color RGB value is (83,162,202).
RGB: (83,162,202)
(33%, 64%, 79%)
R 83 of 255 = 33%
G 162 of 255 = 64%
B 202 of 255 = 79%
R + G + B ~ 59%. #53A2CA is middle color (not dark and not light).
R + G + B = 83 + 162 + 202 = 447 (100%)
R 83 of 447 ~ 18.57%
G 162 of 447 ~ 36.24%
B 202 of 447 ~ 45.19'%
#53A2CA color CMYK value is (59,20,0,21).
CMYK: (59,20,0,21) C59M20Y0K21 (59%,20%,0%,21%) (0.59/0.20/0.00/0.21)
Color #53A2CA in popluar color models
53 | A2 | CA | |
---|---|---|---|
RGB | 83 | 162 | 202 |
HSL | 200° | 52.89% | 55.88% |
HSB/HSV | 200° | 58.91% | 79.22% |
CMYK | 58.91% | 19.80% | 0.00% |
20.78% |
Color #53A2CA in popluar number systems.
HEX | 53 | A2 | CA |
Decimal | 83 | 162 | 202 |
Binary | 1010011 | 10100010 | 11001010 |
Octal | 123 | 242 | 312 |
Shades of #53A2CA
Tints of #53A2CA
Examples of css and html codes for elements with #53A2CA color. Also use rgb(83,162,202) instead hex code.
.myTextColor { color: #53A2CA; }
<p style="color:#53A2CA">This sample text font color is #53A2CA.</p>
This text font color is #53A2CA.
.myBgColor { background-color: #53A2CA; }
<div style="background-color:#53A2CA">Inner text</div>
This div background color is #53A2CA.
.myBorderColor { border: 1px solid #53A2CA; }
<div style="border:3px solid #53A2CA">Div</div>
This div border color is #53A2CA.
.myOpacity80 { color: #53A2CA; opacity: 0.8; }
<p style="color:#53A2CA;opacity:0.8;">80%</p>
Text with #53A2CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53A2CA;}
<p style="text-shadow: 3px 3px 1px #53A2CA">Text here.</p>
This text has shadow with #53A2CA color.
.textShadow {text-shadow: 3px 3px 1px #53A2CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53A2CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #53A2CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53A2CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53A2CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #53A2CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53A2CA;
-webkit-box-shadow: 1px 1px 3px 2px #53A2CA;
box-shadow: 1px 1px 3px 2px #53A2CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53A2CA; -webkit-box-shadow: 1px 1px 3px 2px #53A2CA; box-shadow:1px 1px 3px 2px #53A2CA;">
Div content here
</div>
This text has color #53A2CA on black background.
This text has color #53A2CA on white background.
This text has black color on #53A2CA background.
This text has white color on #53A2CA background.
Complementary color for #hex is #AC5D35.