COLOR #52B2E8

HEX: #52B2E8
RGB: (82,178,232)

Color info

#52B2E8 contains mainly green and blue colors. Web safe color of #52B2E8 is #6699FF (or #69F).

RGB color model

#52B2E8 color RGB value is (82,178,232).

  • red value is 82;
  • green value is 178;
  • blue value is 232.
RGB:
(82,178,232)
(32%,70%,91%)

RGB channels and saturation

R 82 of 255 = 32%
G 178 of 255 = 70%
B 232 of 255 = 91%

82
178
232

R + G + B ~ 64%. #52B2E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 178 + 232 = 492 (100%)
R 82 of 492 ~ 16.67%
G 178 of 492 ~ 36.18%
B 232 of 492 ~ 47.15%

%16.67
%36.18
%47.15

CMYK color model

#52B2E8 color CMYK value is (65,23,0,9).

  • cyan value is 64.66%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(65,23,0,9)
C65M23Y0K9 
(65%,23%,0%,9%)
(0.65/0.23/0.00/0.09)	

CMYK percentages

%64.66
%23.28
%0
%9.02

Codes

Color #52B2E8 in popluar color models

52B2E8
RGB82178232
HSL202°76.53%61.57%
HSB/HSV202°64.66%90.98%
CMYK64.66%23.28%0.00%
9.02%

Color #52B2E8 in popluar number systems.

HEX52B2E8
Decimal82178232
Binary10100101011001011101000
Octal122262350

Shades and tints

Shades of #52B2E8

#52B2E8
(82,178,232)
#4BA2D3
(75,162,211)
#4492BE
(68,146,190)
#3D82A9
(61,130,169)
#367294
(54,114,148)
#2F627F
(47,98,127)
#28526A
(40,82,106)
#214255
(33,66,85)
#1A3240
(26,50,64)
#13222B
(19,34,43)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #52B2E8

#52B2E8
(82,178,232)
#61B9EA
(97,185,234)
#70C0EC
(112,192,236)
#7FC7EE
(127,199,238)
#8ECEF0
(142,206,240)
#9DD5F2
(157,213,242)
#ACDCF4
(172,220,244)
#BBE3F6
(187,227,246)
#CAEAF8
(202,234,248)
#D9F1FA
(217,241,250)
#E8F8FC
(232,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B2E8 color. Also use rgb(82,178,232) instead hex code.

Text Font Color

.myTextColor { color: #52B2E8; }

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

This text font color is #52B2E8.


Background Color

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

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

This div background color is #52B2E8.


Border color

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

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

This div border color is #52B2E8.


Opacity

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

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

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

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

This text has shadow with #52B2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B2E8 on black background.


Color preview on white background

This text has color #52B2E8 on white background.



Black color preview on #52B2E8 background

This text has black color on #52B2E8 background.


White color preview on #52B2E8 background

This text has white color on #52B2E8 background.