COLOR #52A2B6

HEX: #52A2B6
RGB: (82,162,182)

Color info

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

RGB color model

#52A2B6 color RGB value is (82,162,182).

  • red value is 82;
  • green value is 162;
  • blue value is 182.
RGB:
(82,162,182)
(32%,64%,71%)

RGB channels and saturation

R 82 of 255 = 32%
G 162 of 255 = 64%
B 182 of 255 = 71%

82
162
182

R + G + B ~ 56%. #52A2B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 162 + 182 = 426 (100%)
R 82 of 426 ~ 19.25%
G 162 of 426 ~ 38.03%
B 182 of 426 ~ 42.72%

%19.25
%38.03
%42.72

CMYK color model

#52A2B6 color CMYK value is (55,11,0,29).

  • cyan value is 54.95%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(55,11,0,29)
C55M11Y0K29 
(55%,11%,0%,29%)
(0.55/0.11/0.00/0.29)	

CMYK percentages

%54.95
%10.99
%0
%28.63

Codes

Color #52A2B6 in popluar color models

52A2B6
RGB82162182
HSL192°40.65%51.76%
HSB/HSV192°54.95%71.37%
CMYK54.95%10.99%0.00%
28.63%

Color #52A2B6 in popluar number systems.

HEX52A2B6
Decimal82162182
Binary10100101010001010110110
Octal122242266

Shades and tints

Shades of #52A2B6

#52A2B6
(82,162,182)
#4B94A6
(75,148,166)
#448696
(68,134,150)
#3D7886
(61,120,134)
#366A76
(54,106,118)
#2F5C66
(47,92,102)
#284E56
(40,78,86)
#214046
(33,64,70)
#1A3236
(26,50,54)
#132426
(19,36,38)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #52A2B6

#52A2B6
(82,162,182)
#61AABC
(97,170,188)
#70B2C2
(112,178,194)
#7FBAC8
(127,186,200)
#8EC2CE
(142,194,206)
#9DCAD4
(157,202,212)
#ACD2DA
(172,210,218)
#BBDAE0
(187,218,224)
#CAE2E6
(202,226,230)
#D9EAEC
(217,234,236)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A2B6 color. Also use rgb(82,162,182) instead hex code.

Text Font Color

.myTextColor { color: #52A2B6; }

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

This text font color is #52A2B6.


Background Color

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

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

This div background color is #52A2B6.


Border color

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

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

This div border color is #52A2B6.


Opacity

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

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

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

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

This text has shadow with #52A2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A2B6 on black background.


Color preview on white background

This text has color #52A2B6 on white background.



Black color preview on #52A2B6 background

This text has black color on #52A2B6 background.


White color preview on #52A2B6 background

This text has white color on #52A2B6 background.