COLOR #53A1C8

HEX: #53A1C8
RGB: (83,161,200)

Color info

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

RGB color model

#53A1C8 color RGB value is (83,161,200).

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

RGB channels and saturation

R 83 of 255 = 33%
G 161 of 255 = 63%
B 200 of 255 = 78%

83
161
200

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

Portions of RGB colors in percentages

R + G + B =
83 + 161 + 200 = 444 (100%)
R 83 of 444 ~ 18.69%
G 161 of 444 ~ 36.26%
B 200 of 444 ~ 45.05%

%18.69
%36.26
%45.05

CMYK color model

#53A1C8 color CMYK value is (59,20,0,22).

  • cyan value is 58.50%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(59,20,0,22)
C59M20Y0K22 
(59%,20%,0%,22%)
(0.59/0.20/0.00/0.22)	

CMYK percentages

%58.5
%19.5
%0
%21.57

Codes

Color #53A1C8 in popluar color models

53A1C8
RGB83161200
HSL200°51.54%55.49%
HSB/HSV200°58.50%78.43%
CMYK58.50%19.50%0.00%
21.57%

Color #53A1C8 in popluar number systems.

HEX53A1C8
Decimal83161200
Binary10100111010000111001000
Octal123241310

Shades and tints

Shades of #53A1C8

#53A1C8
(83,161,200)
#4C93B6
(76,147,182)
#4585A4
(69,133,164)
#3E7792
(62,119,146)
#376980
(55,105,128)
#305B6E
(48,91,110)
#294D5C
(41,77,92)
#223F4A
(34,63,74)
#1B3138
(27,49,56)
#142326
(20,35,38)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #53A1C8

#53A1C8
(83,161,200)
#62A9CD
(98,169,205)
#71B1D2
(113,177,210)
#80B9D7
(128,185,215)
#8FC1DC
(143,193,220)
#9EC9E1
(158,201,225)
#ADD1E6
(173,209,230)
#BCD9EB
(188,217,235)
#CBE1F0
(203,225,240)
#DAE9F5
(218,233,245)
#E9F1FA
(233,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A1C8; }

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

This text font color is #53A1C8.


Background Color

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

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

This div background color is #53A1C8.


Border color

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

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

This div border color is #53A1C8.


Opacity

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

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

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

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

This text has shadow with #53A1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A1C8 on black background.


Color preview on white background

This text has color #53A1C8 on white background.



Black color preview on #53A1C8 background

This text has black color on #53A1C8 background.


White color preview on #53A1C8 background

This text has white color on #53A1C8 background.