COLOR #52A0BE

HEX: #52A0BE RGB: (82,160,190)

Color info

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

RGB color model

#52A0BE color RGB value is (82,160,190).

RGB: (82,160,190) (32%, 63%, 75%)

RGB channels and saturation

R 82 of 255 = 32%
G 160 of 255 = 63%
B 190 of 255 = 75%

82
160
190

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

Portions of RGB colors in percentages

R + G + B = 82 + 160 + 190 = 432 (100%)
R 82 of 432 ~ 18.98%
G 160 of 432 ~ 37.04%
B 190 of 432 ~ 43.98'%

%18.98
%37.04
%43.98

CMYK color model

#52A0BE color CMYK value is (57,16,0,25).

  • cyan value is 56.84%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (57,16,0,25)
C57M16Y0K25 (57%, 16%, 0%, 25%)
(0.57 / 0.16 / 0.00 / 0.25)

CMYK percentages

%56.84
%15.79
%0
%25.49

Codes

Color #52A0BE in popluar color models

52 A0 BE
RGB 82 160 190
HSL 197° 45.38% 53.33%
HSB/HSV 197° 56.84% 74.51%
CMYK 56.84% 15.79% 0.00%
25.49%

Color #52A0BE in popluar number systems.

HEX 52 A0 BE
Decimal 82 160 190
Binary 1010010 10100000 10111110
Octal 122 240 276

Shades and tints

Shades of #52A0BE

#52A0BE
(82,160,190)
#4B92AD
(75,146,173)
#44849C
(68,132,156)
#3D768B
(61,118,139)
#36687A
(54,104,122)
#2F5A69
(47,90,105)
#284C58
(40,76,88)
#213E47
(33,62,71)
#1A3036
(26,48,54)
#132225
(19,34,37)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #52A0BE

#52A0BE
(82,160,190)
#61A8C3
(97,168,195)
#70B0C8
(112,176,200)
#7FB8CD
(127,184,205)
#8EC0D2
(142,192,210)
#9DC8D7
(157,200,215)
#ACD0DC
(172,208,220)
#BBD8E1
(187,216,225)
#CAE0E6
(202,224,230)
#D9E8EB
(217,232,235)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A0BE color. Also use rgb(82,160,190) instead hex code.

Text Font Color

.myTextColor { color: #52A0BE; }

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

This text font color is #52A0BE.

Background Color

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

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

This div background color is #52A0BE.

Border color

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

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

This div border color is #52A0BE.

Opacity

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

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

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

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

This text has shadow with #52A0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A0BE.

Preview

Color preview on black background

This text has color #52A0BE on black background.


Color preview on white background

This text has color #52A0BE on white background.


Black color preview on #52A0BE background

This text has black color on #52A0BE background.


White color preview on #52A0BE background

This text has white color on #52A0BE background.


Related colors

Complementary color

Complementary color for #hex is #AD5F41.


I love getcolorcode.com

Triadic colors

1 #BE52A0 and #A0BE52 with #52A0BE are triadic colors.

2 #BEA052 and #A052BE with #52A0BE are triadic colors.