COLOR #53A1F3

HEX: #53A1F3
RGB: (83,161,243)

Color info

#53A1F3 contains mainly blue color. Web safe color of #53A1F3 is #6699FF (or #69F).

RGB color model

#53A1F3 color RGB value is (83,161,243).

  • red value is 83;
  • green value is 161;
  • blue value is 243.
RGB:
(83,161,243)
(33%,63%,95%)

RGB channels and saturation

R 83 of 255 = 33%
G 161 of 255 = 63%
B 243 of 255 = 95%

83
161
243

R + G + B ~ 64%. #53A1F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 161 + 243 = 487 (100%)
R 83 of 487 ~ 17.04%
G 161 of 487 ~ 33.06%
B 243 of 487 ~ 49.9%

%17.04
%33.06
%49.9

CMYK color model

#53A1F3 color CMYK value is (66,34,0,5).

  • cyan value is 65.84%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(66,34,0,5)
C66M34Y0K5 
(66%,34%,0%,5%)
(0.66/0.34/0.00/0.05)	

CMYK percentages

%65.84
%33.74
%0
%4.71

Codes

Color #53A1F3 in popluar color models

53A1F3
RGB83161243
HSL211°86.96%63.92%
HSB/HSV211°65.84%95.29%
CMYK65.84%33.74%0.00%
4.71%

Color #53A1F3 in popluar number systems.

HEX53A1F3
Decimal83161243
Binary10100111010000111110011
Octal123241363

Shades and tints

Shades of #53A1F3

#53A1F3
(83,161,243)
#4C93DD
(76,147,221)
#4585C7
(69,133,199)
#3E77B1
(62,119,177)
#37699B
(55,105,155)
#305B85
(48,91,133)
#294D6F
(41,77,111)
#223F59
(34,63,89)
#1B3143
(27,49,67)
#14232D
(20,35,45)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #53A1F3

#53A1F3
(83,161,243)
#62A9F4
(98,169,244)
#71B1F5
(113,177,245)
#80B9F6
(128,185,246)
#8FC1F7
(143,193,247)
#9EC9F8
(158,201,248)
#ADD1F9
(173,209,249)
#BCD9FA
(188,217,250)
#CBE1FB
(203,225,251)
#DAE9FC
(218,233,252)
#E9F1FD
(233,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A1F3 color. Also use rgb(83,161,243) instead hex code.

Text Font Color

.myTextColor { color: #53A1F3; }

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

This text font color is #53A1F3.


Background Color

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

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

This div background color is #53A1F3.


Border color

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

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

This div border color is #53A1F3.


Opacity

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

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

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

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

This text has shadow with #53A1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A1F3 on black background.


Color preview on white background

This text has color #53A1F3 on white background.



Black color preview on #53A1F3 background

This text has black color on #53A1F3 background.


White color preview on #53A1F3 background

This text has white color on #53A1F3 background.