COLOR #52A5B9

HEX: #52A5B9
RGB: (82,165,185)

Color info

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

RGB color model

#52A5B9 color RGB value is (82,165,185).

  • red value is 82;
  • green value is 165;
  • blue value is 185.
RGB:
(82,165,185)
(32%,65%,73%)

RGB channels and saturation

R 82 of 255 = 32%
G 165 of 255 = 65%
B 185 of 255 = 73%

82
165
185

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

Portions of RGB colors in percentages

R + G + B =
82 + 165 + 185 = 432 (100%)
R 82 of 432 ~ 18.98%
G 165 of 432 ~ 38.19%
B 185 of 432 ~ 42.82%

%18.98
%38.19
%42.82

CMYK color model

#52A5B9 color CMYK value is (56,11,0,27).

  • cyan value is 55.68%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(56,11,0,27)
C56M11Y0K27 
(56%,11%,0%,27%)
(0.56/0.11/0.00/0.27)	

CMYK percentages

%55.68
%10.81
%0
%27.45

Codes

Color #52A5B9 in popluar color models

52A5B9
RGB82165185
HSL192°42.39%52.35%
HSB/HSV192°55.68%72.55%
CMYK55.68%10.81%0.00%
27.45%

Color #52A5B9 in popluar number systems.

HEX52A5B9
Decimal82165185
Binary10100101010010110111001
Octal122245271

Shades and tints

Shades of #52A5B9

#52A5B9
(82,165,185)
#4B96A9
(75,150,169)
#448799
(68,135,153)
#3D7889
(61,120,137)
#366979
(54,105,121)
#2F5A69
(47,90,105)
#284B59
(40,75,89)
#213C49
(33,60,73)
#1A2D39
(26,45,57)
#131E29
(19,30,41)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #52A5B9

#52A5B9
(82,165,185)
#61ADBF
(97,173,191)
#70B5C5
(112,181,197)
#7FBDCB
(127,189,203)
#8EC5D1
(142,197,209)
#9DCDD7
(157,205,215)
#ACD5DD
(172,213,221)
#BBDDE3
(187,221,227)
#CAE5E9
(202,229,233)
#D9EDEF
(217,237,239)
#E8F5F5
(232,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A5B9 color. Also use rgb(82,165,185) instead hex code.

Text Font Color

.myTextColor { color: #52A5B9; }

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

This text font color is #52A5B9.


Background Color

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

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

This div background color is #52A5B9.


Border color

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

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

This div border color is #52A5B9.


Opacity

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

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

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

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

This text has shadow with #52A5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A5B9 on black background.


Color preview on white background

This text has color #52A5B9 on white background.



Black color preview on #52A5B9 background

This text has black color on #52A5B9 background.


White color preview on #52A5B9 background

This text has white color on #52A5B9 background.