COLOR #5563A7

HEX: #5563A7
RGB: (85,99,167)

Renk bilgisi

#5563A7 contains mainly blue color. #5563A7 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#5563A7 color RGB value is (85,99,167).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 99 of 255 = 39%
B 167 of 255 = 65%

85
99
167

R + G + B ~ 46%. #5563A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 99 + 167 = 351 (100%)
R 85 of 351 ~ 24.22%
G 99 of 351 ~ 28.21%
B 167 of 351 ~ 47.58%

%24.22
%28.21
%47.58

CMYK RENK MODELİ

#5563A7 rengi CMYK tonu (49,41,0,35).

  • camgöbeği tonu 49.10%
  • eflatun tonu 40.72%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(49,41,0,35)
C49M41Y0K35 
(49%,41%,0%,35%)
(0.49/0.41/0.00/0.35)	

CMYK yüzdeleri

%49.1
%40.72
%0
%34.51

Codes

Color #5563A7 in popluar color models

5563A7
RGB8599167
HSL230°32.54%49.41%
HSB/HSV230°49.10%65.49%
CMYK49.10%40.72%0.00%
34.51%

Color #5563A7 in popluar number systems.

HEX5563A7
Decimal8599167
Binary1010101110001110100111
Octal125143247

Shades and tints

Shades of #5563A7

#5563A7
(85,99,167)
#4E5A98
(78,90,152)
#475189
(71,81,137)
#40487A
(64,72,122)
#393F6B
(57,63,107)
#32365C
(50,54,92)
#2B2D4D
(43,45,77)
#24243E
(36,36,62)
#1D1B2F
(29,27,47)
#161220
(22,18,32)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #5563A7

#5563A7
(85,99,167)
#6471AF
(100,113,175)
#737FB7
(115,127,183)
#828DBF
(130,141,191)
#919BC7
(145,155,199)
#A0A9CF
(160,169,207)
#AFB7D7
(175,183,215)
#BEC5DF
(190,197,223)
#CDD3E7
(205,211,231)
#DCE1EF
(220,225,239)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5563A7 color. Also use rgb(85,99,167) instead hex code.

Text Font Color

.myTextColor { color: #5563A7; }

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

This text font color is #5563A7.


Background Color

.myBgColor { background-color: #5563A7; }

<div style="background-color:#5563A7">Inner text</div>

This div background color is #5563A7.


Border color

.myBorderColor { border: 1px solid #5563A7; }

<div style="border:3px solid #5563A7">Div</div>

This div border color is #5563A7.


Opacity

.myOpacity80 { color: #5563A7; opacity: 0.8; }

<p style="color:#5563A7;opacity:0.8;">80%</p>

Text with #5563A7 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 #5563A7;}

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

This text has shadow with #5563A7 color.

.textShadow {text-shadow: 3px 3px 1px #5563A7, 3px 3px 1px red;}

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

This text has shadow with #5563A7 primary color and red secondary color.


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

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

This text has shadow with #5563A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5563A7 on black background.


Color preview on white background

This text has color #5563A7 on white background.



Black color preview on #5563A7 background

This text has black color on #5563A7 background.


White color preview on #5563A7 background

This text has white color on #5563A7 background.