COLOR #5463D9

HEX: #5463D9
RGB: (84,99,217)

Renk bilgisi

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

RGB renk modeli

#5463D9 color RGB value is (84,99,217).

  • kırmız ton 84;
  • yeşil ton 99;
  • mavi ton 217.
RGB:
(84,99,217)
(33%,39%,85%)

RGB bağlantıları ve doygunluk

R 84 of 255 = 33%
G 99 of 255 = 39%
B 217 of 255 = 85%

84
99
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
84 + 99 + 217 = 400 (100%)
R 84 of 400 ~ 21%
G 99 of 400 ~ 24.75%
B 217 of 400 ~ 54.25%

%21
%24.75
%54.25

CMYK RENK MODELİ

#5463D9 rengi CMYK tonu (61,54,0,15).

  • camgöbeği tonu 61.29%
  • eflatun tonu 54.38%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(61,54,0,15)
C61M54Y0K15 
(61%,54%,0%,15%)
(0.61/0.54/0.00/0.15)	

CMYK yüzdeleri

%61.29
%54.38
%0
%14.9

Codes

Color #5463D9 in popluar color models

5463D9
RGB8499217
HSL233°63.64%59.02%
HSB/HSV233°61.29%85.10%
CMYK61.29%54.38%0.00%
14.90%

Color #5463D9 in popluar number systems.

HEX5463D9
Decimal8499217
Binary1010100110001111011001
Octal124143331

Shades and tints

Shades of #5463D9

#5463D9
(84,99,217)
#4D5AC6
(77,90,198)
#4651B3
(70,81,179)
#3F48A0
(63,72,160)
#383F8D
(56,63,141)
#31367A
(49,54,122)
#2A2D67
(42,45,103)
#232454
(35,36,84)
#1C1B41
(28,27,65)
#15122E
(21,18,46)
#0E091B
(14,9,27)
#000000
(0,0,0)

Tints of #5463D9

#5463D9
(84,99,217)
#6371DC
(99,113,220)
#727FDF
(114,127,223)
#818DE2
(129,141,226)
#909BE5
(144,155,229)
#9FA9E8
(159,169,232)
#AEB7EB
(174,183,235)
#BDC5EE
(189,197,238)
#CCD3F1
(204,211,241)
#DBE1F4
(219,225,244)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5463D9 color. Also use rgb(84,99,217) instead hex code.

Text Font Color

.myTextColor { color: #5463D9; }

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

This text font color is #5463D9.


Background Color

.myBgColor { background-color: #5463D9; }

<div style="background-color:#5463D9">Inner text</div>

This div background color is #5463D9.


Border color

.myBorderColor { border: 1px solid #5463D9; }

<div style="border:3px solid #5463D9">Div</div>

This div border color is #5463D9.


Opacity

.myOpacity80 { color: #5463D9; opacity: 0.8; }

<p style="color:#5463D9;opacity:0.8;">80%</p>

Text with #5463D9 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 #5463D9;}

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

This text has shadow with #5463D9 color.

.textShadow {text-shadow: 3px 3px 1px #5463D9, 3px 3px 1px red;}

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

This text has shadow with #5463D9 primary color and red secondary color.


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

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

This text has shadow with #5463D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5463D9 on black background.


Color preview on white background

This text has color #5463D9 on white background.



Black color preview on #5463D9 background

This text has black color on #5463D9 background.


White color preview on #5463D9 background

This text has white color on #5463D9 background.