COLOR #52A5C5

HEX: #52A5C5
RGB: (82,165,197)

Renk bilgisi

#52A5C5 contains mainly green and blue colors. #52A5C5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#52A5C5 color RGB value is (82,165,197).

  • kırmız ton 82;
  • yeşil ton 165;
  • mavi ton 197.
RGB:
(82,165,197)
(32%,65%,77%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 165 of 255 = 65%
B 197 of 255 = 77%

82
165
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 165 + 197 = 444 (100%)
R 82 of 444 ~ 18.47%
G 165 of 444 ~ 37.16%
B 197 of 444 ~ 44.37%

%18.47
%37.16
%44.37

CMYK RENK MODELİ

#52A5C5 rengi CMYK tonu (58,16,0,23).

  • camgöbeği tonu 58.38%
  • eflatun tonu 16.24%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(58,16,0,23)
C58M16Y0K23 
(58%,16%,0%,23%)
(0.58/0.16/0.00/0.23)	

CMYK yüzdeleri

%58.38
%16.24
%0
%22.75

Codes

Color #52A5C5 in popluar color models

52A5C5
RGB82165197
HSL197°49.78%54.71%
HSB/HSV197°58.38%77.25%
CMYK58.38%16.24%0.00%
22.75%

Color #52A5C5 in popluar number systems.

HEX52A5C5
Decimal82165197
Binary10100101010010111000101
Octal122245305

Shades and tints

Shades of #52A5C5

#52A5C5
(82,165,197)
#4B96B4
(75,150,180)
#4487A3
(68,135,163)
#3D7892
(61,120,146)
#366981
(54,105,129)
#2F5A70
(47,90,112)
#284B5F
(40,75,95)
#213C4E
(33,60,78)
#1A2D3D
(26,45,61)
#131E2C
(19,30,44)
#0C0F1B
(12,15,27)
#000000
(0,0,0)

Tints of #52A5C5

#52A5C5
(82,165,197)
#61ADCA
(97,173,202)
#70B5CF
(112,181,207)
#7FBDD4
(127,189,212)
#8EC5D9
(142,197,217)
#9DCDDE
(157,205,222)
#ACD5E3
(172,213,227)
#BBDDE8
(187,221,232)
#CAE5ED
(202,229,237)
#D9EDF2
(217,237,242)
#E8F5F7
(232,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A5C5; }

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

This text font color is #52A5C5.


Background Color

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

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

This div background color is #52A5C5.


Border color

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

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

This div border color is #52A5C5.


Opacity

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

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

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

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

This text has shadow with #52A5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A5C5 on black background.


Color preview on white background

This text has color #52A5C5 on white background.



Black color preview on #52A5C5 background

This text has black color on #52A5C5 background.


White color preview on #52A5C5 background

This text has white color on #52A5C5 background.