COLOR #527DA5

HEX: #527DA5
RGB: (82,125,165)

Renk bilgisi

#527DA5 contains mainly green and blue colors. #527DA5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#527DA5 color RGB value is (82,125,165).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 125 of 255 = 49%
B 165 of 255 = 65%

82
125
165

R + G + B ~ 49%. #527DA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 125 + 165 = 372 (100%)
R 82 of 372 ~ 22.04%
G 125 of 372 ~ 33.6%
B 165 of 372 ~ 44.35%

%22.04
%33.6
%44.35

CMYK RENK MODELİ

#527DA5 rengi CMYK tonu (50,24,0,35).

  • camgöbeği tonu 50.30%
  • eflatun tonu 24.24%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(50,24,0,35)
C50M24Y0K35 
(50%,24%,0%,35%)
(0.50/0.24/0.00/0.35)	

CMYK yüzdeleri

%50.3
%24.24
%0
%35.29

Codes

Color #527DA5 in popluar color models

527DA5
RGB82125165
HSL209°33.60%48.43%
HSB/HSV209°50.30%64.71%
CMYK50.30%24.24%0.00%
35.29%

Color #527DA5 in popluar number systems.

HEX527DA5
Decimal82125165
Binary1010010111110110100101
Octal122175245

Shades and tints

Shades of #527DA5

#527DA5
(82,125,165)
#4B7296
(75,114,150)
#446787
(68,103,135)
#3D5C78
(61,92,120)
#365169
(54,81,105)
#2F465A
(47,70,90)
#283B4B
(40,59,75)
#21303C
(33,48,60)
#1A252D
(26,37,45)
#131A1E
(19,26,30)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #527DA5

#527DA5
(82,125,165)
#6188AD
(97,136,173)
#7093B5
(112,147,181)
#7F9EBD
(127,158,189)
#8EA9C5
(142,169,197)
#9DB4CD
(157,180,205)
#ACBFD5
(172,191,213)
#BBCADD
(187,202,221)
#CAD5E5
(202,213,229)
#D9E0ED
(217,224,237)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527DA5 color. Also use rgb(82,125,165) instead hex code.

Text Font Color

.myTextColor { color: #527DA5; }

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

This text font color is #527DA5.


Background Color

.myBgColor { background-color: #527DA5; }

<div style="background-color:#527DA5">Inner text</div>

This div background color is #527DA5.


Border color

.myBorderColor { border: 1px solid #527DA5; }

<div style="border:3px solid #527DA5">Div</div>

This div border color is #527DA5.


Opacity

.myOpacity80 { color: #527DA5; opacity: 0.8; }

<p style="color:#527DA5;opacity:0.8;">80%</p>

Text with #527DA5 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 #527DA5;}

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

This text has shadow with #527DA5 color.

.textShadow {text-shadow: 3px 3px 1px #527DA5, 3px 3px 1px red;}

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

This text has shadow with #527DA5 primary color and red secondary color.


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

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

This text has shadow with #527DA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527DA5 on black background.


Color preview on white background

This text has color #527DA5 on white background.



Black color preview on #527DA5 background

This text has black color on #527DA5 background.


White color preview on #527DA5 background

This text has white color on #527DA5 background.