COLOR #5480D0

HEX: #5480D0
RGB: (84,128,208)

Renk bilgisi

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

RGB renk modeli

#5480D0 color RGB value is (84,128,208).

  • kırmız ton 84;
  • yeşil ton 128;
  • mavi ton 208.
RGB:
(84,128,208)
(33%,50%,82%)

RGB bağlantıları ve doygunluk

R 84 of 255 = 33%
G 128 of 255 = 50%
B 208 of 255 = 82%

84
128
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
84 + 128 + 208 = 420 (100%)
R 84 of 420 ~ 20%
G 128 of 420 ~ 30.48%
B 208 of 420 ~ 49.52%

%20
%30.48
%49.52

CMYK RENK MODELİ

#5480D0 rengi CMYK tonu (60,38,0,18).

  • camgöbeği tonu 59.62%
  • eflatun tonu 38.46%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(60,38,0,18)
C60M38Y0K18 
(60%,38%,0%,18%)
(0.60/0.38/0.00/0.18)	

CMYK yüzdeleri

%59.62
%38.46
%0
%18.43

Codes

Color #5480D0 in popluar color models

5480D0
RGB84128208
HSL219°56.88%57.25%
HSB/HSV219°59.62%81.57%
CMYK59.62%38.46%0.00%
18.43%

Color #5480D0 in popluar number systems.

HEX5480D0
Decimal84128208
Binary10101001000000011010000
Octal124200320

Shades and tints

Shades of #5480D0

#5480D0
(84,128,208)
#4D75BE
(77,117,190)
#466AAC
(70,106,172)
#3F5F9A
(63,95,154)
#385488
(56,84,136)
#314976
(49,73,118)
#2A3E64
(42,62,100)
#233352
(35,51,82)
#1C2840
(28,40,64)
#151D2E
(21,29,46)
#0E121C
(14,18,28)
#000000
(0,0,0)

Tints of #5480D0

#5480D0
(84,128,208)
#638BD4
(99,139,212)
#7296D8
(114,150,216)
#81A1DC
(129,161,220)
#90ACE0
(144,172,224)
#9FB7E4
(159,183,228)
#AEC2E8
(174,194,232)
#BDCDEC
(189,205,236)
#CCD8F0
(204,216,240)
#DBE3F4
(219,227,244)
#EAEEF8
(234,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5480D0 color. Also use rgb(84,128,208) instead hex code.

Text Font Color

.myTextColor { color: #5480D0; }

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

This text font color is #5480D0.


Background Color

.myBgColor { background-color: #5480D0; }

<div style="background-color:#5480D0">Inner text</div>

This div background color is #5480D0.


Border color

.myBorderColor { border: 1px solid #5480D0; }

<div style="border:3px solid #5480D0">Div</div>

This div border color is #5480D0.


Opacity

.myOpacity80 { color: #5480D0; opacity: 0.8; }

<p style="color:#5480D0;opacity:0.8;">80%</p>

Text with #5480D0 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 #5480D0;}

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

This text has shadow with #5480D0 color.

.textShadow {text-shadow: 3px 3px 1px #5480D0, 3px 3px 1px red;}

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

This text has shadow with #5480D0 primary color and red secondary color.


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

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

This text has shadow with #5480D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5480D0 on black background.


Color preview on white background

This text has color #5480D0 on white background.



Black color preview on #5480D0 background

This text has black color on #5480D0 background.


White color preview on #5480D0 background

This text has white color on #5480D0 background.