COLOR #53A4D5

HEX: #53A4D5
RGB: (83,164,213)

Color info

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

RGB color model

#53A4D5 color RGB value is (83,164,213).

  • red value is 83;
  • green value is 164;
  • blue value is 213.
RGB:
(83,164,213)
(33%,64%,84%)

RGB channels and saturation

R 83 of 255 = 33%
G 164 of 255 = 64%
B 213 of 255 = 84%

83
164
213

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

Portions of RGB colors in percentages

R + G + B =
83 + 164 + 213 = 460 (100%)
R 83 of 460 ~ 18.04%
G 164 of 460 ~ 35.65%
B 213 of 460 ~ 46.3%

%18.04
%35.65
%46.3

CMYK color model

#53A4D5 color CMYK value is (61,23,0,16).

  • cyan value is 61.03%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(61,23,0,16)
C61M23Y0K16 
(61%,23%,0%,16%)
(0.61/0.23/0.00/0.16)	

CMYK percentages

%61.03
%23
%0
%16.47

Codes

Color #53A4D5 in popluar color models

53A4D5
RGB83164213
HSL203°60.75%58.04%
HSB/HSV203°61.03%83.53%
CMYK61.03%23.00%0.00%
16.47%

Color #53A4D5 in popluar number systems.

HEX53A4D5
Decimal83164213
Binary10100111010010011010101
Octal123244325

Shades and tints

Shades of #53A4D5

#53A4D5
(83,164,213)
#4C96C2
(76,150,194)
#4588AF
(69,136,175)
#3E7A9C
(62,122,156)
#376C89
(55,108,137)
#305E76
(48,94,118)
#295063
(41,80,99)
#224250
(34,66,80)
#1B343D
(27,52,61)
#14262A
(20,38,42)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #53A4D5

#53A4D5
(83,164,213)
#62ACD8
(98,172,216)
#71B4DB
(113,180,219)
#80BCDE
(128,188,222)
#8FC4E1
(143,196,225)
#9ECCE4
(158,204,228)
#ADD4E7
(173,212,231)
#BCDCEA
(188,220,234)
#CBE4ED
(203,228,237)
#DAECF0
(218,236,240)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A4D5 color. Also use rgb(83,164,213) instead hex code.

Text Font Color

.myTextColor { color: #53A4D5; }

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

This text font color is #53A4D5.


Background Color

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

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

This div background color is #53A4D5.


Border color

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

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

This div border color is #53A4D5.


Opacity

.myOpacity80 { color: #53A4D5; opacity: 0.8; }

<p style="color:#53A4D5;opacity:0.8;">80%</p>

Text with #53A4D5 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 #53A4D5;}

<p style="text-shadow: 3px 3px 1px #53A4D5">Text here.</p>

This text has shadow with #53A4D5 color.

.textShadow {text-shadow: 3px 3px 1px #53A4D5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #53A4D5, 5px 5px 20px red">Text here.</p>

This text has shadow with #53A4D5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53A4D5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#53A4D5, Direction=45, Strength=4)">Text</p>

This text has shadow with #53A4D5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #53A4D5;
  -webkit-box-shadow:	1px 1px 3px 2px #53A4D5;
  box-shadow:		1px 1px 3px 2px #53A4D5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53A4D5;
-webkit-box-shadow: 1px 1px 3px 2px #53A4D5;
box-shadow:1px 1px 3px 2px #53A4D5;">
Div content here</div>
This div box has shadow with color #53A4D5.

Preview

Color preview on black background

This text has color #53A4D5 on black background.


Color preview on white background

This text has color #53A4D5 on white background.



Black color preview on #53A4D5 background

This text has black color on #53A4D5 background.


White color preview on #53A4D5 background

This text has white color on #53A4D5 background.