COLOR #5479D7

HEX: #5479D7
RGB: (84,121,215)

Renk bilgisi

#5479D7 contains mainly blue color. #5479D7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#5479D7 color RGB value is (84,121,215).

  • kırmız ton 84;
  • yeşil ton 121;
  • mavi ton 215.
RGB:
(84,121,215)
(33%,47%,84%)

RGB bağlantıları ve doygunluk

R 84 of 255 = 33%
G 121 of 255 = 47%
B 215 of 255 = 84%

84
121
215

R + G + B ~ 55%. #5479D7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
84 + 121 + 215 = 420 (100%)
R 84 of 420 ~ 20%
G 121 of 420 ~ 28.81%
B 215 of 420 ~ 51.19%

%20
%28.81
%51.19

CMYK RENK MODELİ

#5479D7 rengi CMYK tonu (61,44,0,16).

  • camgöbeği tonu 60.93%
  • eflatun tonu 43.72%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(61,44,0,16)
C61M44Y0K16 
(61%,44%,0%,16%)
(0.61/0.44/0.00/0.16)	

CMYK yüzdeleri

%60.93
%43.72
%0
%15.69

Codes

Color #5479D7 in popluar color models

5479D7
RGB84121215
HSL223°62.09%58.63%
HSB/HSV223°60.93%84.31%
CMYK60.93%43.72%0.00%
15.69%

Color #5479D7 in popluar number systems.

HEX5479D7
Decimal84121215
Binary1010100111100111010111
Octal124171327

Shades and tints

Shades of #5479D7

#5479D7
(84,121,215)
#4D6EC4
(77,110,196)
#4663B1
(70,99,177)
#3F589E
(63,88,158)
#384D8B
(56,77,139)
#314278
(49,66,120)
#2A3765
(42,55,101)
#232C52
(35,44,82)
#1C213F
(28,33,63)
#15162C
(21,22,44)
#0E0B19
(14,11,25)
#000000
(0,0,0)

Tints of #5479D7

#5479D7
(84,121,215)
#6385DA
(99,133,218)
#7291DD
(114,145,221)
#819DE0
(129,157,224)
#90A9E3
(144,169,227)
#9FB5E6
(159,181,230)
#AEC1E9
(174,193,233)
#BDCDEC
(189,205,236)
#CCD9EF
(204,217,239)
#DBE5F2
(219,229,242)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5479D7 color. Also use rgb(84,121,215) instead hex code.

Text Font Color

.myTextColor { color: #5479D7; }

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

This text font color is #5479D7.


Background Color

.myBgColor { background-color: #5479D7; }

<div style="background-color:#5479D7">Inner text</div>

This div background color is #5479D7.


Border color

.myBorderColor { border: 1px solid #5479D7; }

<div style="border:3px solid #5479D7">Div</div>

This div border color is #5479D7.


Opacity

.myOpacity80 { color: #5479D7; opacity: 0.8; }

<p style="color:#5479D7;opacity:0.8;">80%</p>

Text with #5479D7 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 #5479D7;}

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

This text has shadow with #5479D7 color.

.textShadow {text-shadow: 3px 3px 1px #5479D7, 3px 3px 1px red;}

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

This text has shadow with #5479D7 primary color and red secondary color.


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

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

This text has shadow with #5479D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5479D7 on black background.


Color preview on white background

This text has color #5479D7 on white background.



Black color preview on #5479D7 background

This text has black color on #5479D7 background.


White color preview on #5479D7 background

This text has white color on #5479D7 background.