COLOR #52B5CA

HEX: #52B5CA
RGB: (82,181,202)

Color info

#52B5CA contains mainly green and blue colors. Web safe color of #52B5CA is #66CCCC (or #6CC).

RGB color model

#52B5CA color RGB value is (82,181,202).

  • red value is 82;
  • green value is 181;
  • blue value is 202.
RGB:
(82,181,202)
(32%,71%,79%)

RGB channels and saturation

R 82 of 255 = 32%
G 181 of 255 = 71%
B 202 of 255 = 79%

82
181
202

R + G + B ~ 61%. #52B5CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 181 + 202 = 465 (100%)
R 82 of 465 ~ 17.63%
G 181 of 465 ~ 38.92%
B 202 of 465 ~ 43.44%

%17.63
%38.92
%43.44

CMYK color model

#52B5CA color CMYK value is (59,10,0,21).

  • cyan value is 59.41%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(59,10,0,21)
C59M10Y0K21 
(59%,10%,0%,21%)
(0.59/0.10/0.00/0.21)	

CMYK percentages

%59.41
%10.4
%0
%20.78

Codes

Color #52B5CA in popluar color models

52B5CA
RGB82181202
HSL191°53.10%55.69%
HSB/HSV191°59.41%79.22%
CMYK59.41%10.40%0.00%
20.78%

Color #52B5CA in popluar number systems.

HEX52B5CA
Decimal82181202
Binary10100101011010111001010
Octal122265312

Shades and tints

Shades of #52B5CA

#52B5CA
(82,181,202)
#4BA5B8
(75,165,184)
#4495A6
(68,149,166)
#3D8594
(61,133,148)
#367582
(54,117,130)
#2F6570
(47,101,112)
#28555E
(40,85,94)
#21454C
(33,69,76)
#1A353A
(26,53,58)
#132528
(19,37,40)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #52B5CA

#52B5CA
(82,181,202)
#61BBCE
(97,187,206)
#70C1D2
(112,193,210)
#7FC7D6
(127,199,214)
#8ECDDA
(142,205,218)
#9DD3DE
(157,211,222)
#ACD9E2
(172,217,226)
#BBDFE6
(187,223,230)
#CAE5EA
(202,229,234)
#D9EBEE
(217,235,238)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B5CA color. Also use rgb(82,181,202) instead hex code.

Text Font Color

.myTextColor { color: #52B5CA; }

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

This text font color is #52B5CA.


Background Color

.myBgColor { background-color: #52B5CA; }

<div style="background-color:#52B5CA">Inner text</div>

This div background color is #52B5CA.


Border color

.myBorderColor { border: 1px solid #52B5CA; }

<div style="border:3px solid #52B5CA">Div</div>

This div border color is #52B5CA.


Opacity

.myOpacity80 { color: #52B5CA; opacity: 0.8; }

<p style="color:#52B5CA;opacity:0.8;">80%</p>

Text with #52B5CA 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 #52B5CA;}

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

This text has shadow with #52B5CA color.

.textShadow {text-shadow: 3px 3px 1px #52B5CA, 3px 3px 1px red;}

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

This text has shadow with #52B5CA primary color and red secondary color.


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

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

This text has shadow with #52B5CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B5CA on black background.


Color preview on white background

This text has color #52B5CA on white background.



Black color preview on #52B5CA background

This text has black color on #52B5CA background.


White color preview on #52B5CA background

This text has white color on #52B5CA background.