COLOR #53A2CA

HEX: #53A2CA RGB: (83,162,202)

Color info

#53A2CA contains mainly green and blue colors. Web safe color of #53A2CA is #6699CC (or #69C).

RGB color model

#53A2CA color RGB value is (83,162,202).

RGB: (83,162,202) (33%, 64%, 79%)

RGB channels and saturation

R 83 of 255 = 33%
G 162 of 255 = 64%
B 202 of 255 = 79%

83
162
202

R + G + B ~ 59%. #53A2CA is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%18.57
%36.24
%45.19

CMYK color model

#53A2CA color CMYK value is (59,20,0,21).

  • cyan value is 58.91%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (59,20,0,21) C59M20Y0K21 (59%,20%,0%,21%) (0.59/0.20/0.00/0.21) 

CMYK percentages

%58.91
%19.8
%0
%20.78

Codes

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 and tints

Shades of #53A2CA

#53A2CA
(83,162,202)
#4C94B8
(76,148,184)
#4586A6
(69,134,166)
#3E7894
(62,120,148)
#376A82
(55,106,130)
#305C70
(48,92,112)
#294E5E
(41,78,94)
#22404C
(34,64,76)
#1B323A
(27,50,58)
#142428
(20,36,40)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #53A2CA

#53A2CA
(83,162,202)
#62AACE
(98,170,206)
#71B2D2
(113,178,210)
#80BAD6
(128,186,214)
#8FC2DA
(143,194,218)
#9ECADE
(158,202,222)
#ADD2E2
(173,210,226)
#BCDAE6
(188,218,230)
#CBE2EA
(203,226,234)
#DAEAEE
(218,234,238)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A2CA color. Also use rgb(83,162,202) instead hex code.

Text Font Color

.myTextColor { color: #53A2CA; }

<p style="color:#53A2CA">This sample text font color is #53A2CA.</p>

This text font color is #53A2CA.

Background Color

.myBgColor { background-color: #53A2CA; }

<div style="background-color:#53A2CA">Inner text</div>

This div background color is #53A2CA.

Border color

.myBorderColor { border: 1px solid #53A2CA; }

<div style="border:3px solid #53A2CA">Div</div>

This div border color is #53A2CA.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #53A2CA.

Preview

Color preview on black background

This text has color #53A2CA on black background.


Color preview on white background

This text has color #53A2CA on white background.


Black color preview on #53A2CA background

This text has black color on #53A2CA background.


White color preview on #53A2CA background

This text has white color on #53A2CA background.


Related colors

Complementary color

Complementary color for #hex is #AC5D35.


I love getcolorcode.com

Triadic colors

1 #CA53A2 and #A2CA53 with #53A2CA are triadic colors.

2 #CAA253 and #A253CA with #53A2CA are triadic colors.