COLOR #563B71

HEX: #563B71
RGB: (86,59,113)

Renk bilgisi

#563B71 contains red, green and blue colors in about the same proportion. #563B71 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#563B71 color RGB value is (86,59,113).

  • kırmız ton 86;
  • yeşil ton 59;
  • mavi ton 113.
RGB:
(86,59,113)
(34%,23%,44%)

RGB bağlantıları ve doygunluk

R 86 of 255 = 34%
G 59 of 255 = 23%
B 113 of 255 = 44%

86
59
113

R + G + B ~ 34%. #563B71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
86 + 59 + 113 = 258 (100%)
R 86 of 258 ~ 33.33%
G 59 of 258 ~ 22.87%
B 113 of 258 ~ 43.8%

%33.33
%22.87
%43.8

CMYK RENK MODELİ

#563B71 rengi CMYK tonu (24,48,0,56).

  • camgöbeği tonu 23.89%
  • eflatun tonu 47.79%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(24,48,0,56)
C24M48Y0K56 
(24%,48%,0%,56%)
(0.24/0.48/0.00/0.56)	

CMYK yüzdeleri

%23.89
%47.79
%0
%55.69

Codes

Color #563B71 in popluar color models

563B71
RGB8659113
HSL270°31.40%33.73%
HSB/HSV270°47.79%44.31%
CMYK23.89%47.79%0.00%
55.69%

Color #563B71 in popluar number systems.

HEX563B71
Decimal8659113
Binary10101101110111110001
Octal12673161

Shades and tints

Shades of #563B71

#563B71
(86,59,113)
#4F3667
(79,54,103)
#48315D
(72,49,93)
#412C53
(65,44,83)
#3A2749
(58,39,73)
#33223F
(51,34,63)
#2C1D35
(44,29,53)
#25182B
(37,24,43)
#1E1321
(30,19,33)
#170E17
(23,14,23)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #563B71

#563B71
(86,59,113)
#654C7D
(101,76,125)
#745D89
(116,93,137)
#836E95
(131,110,149)
#927FA1
(146,127,161)
#A190AD
(161,144,173)
#B0A1B9
(176,161,185)
#BFB2C5
(191,178,197)
#CEC3D1
(206,195,209)
#DDD4DD
(221,212,221)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B71 color. Also use rgb(86,59,113) instead hex code.

Text Font Color

.myTextColor { color: #563B71; }

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

This text font color is #563B71.


Background Color

.myBgColor { background-color: #563B71; }

<div style="background-color:#563B71">Inner text</div>

This div background color is #563B71.


Border color

.myBorderColor { border: 1px solid #563B71; }

<div style="border:3px solid #563B71">Div</div>

This div border color is #563B71.


Opacity

.myOpacity80 { color: #563B71; opacity: 0.8; }

<p style="color:#563B71;opacity:0.8;">80%</p>

Text with #563B71 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 #563B71;}

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

This text has shadow with #563B71 color.

.textShadow {text-shadow: 3px 3px 1px #563B71, 3px 3px 1px red;}

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

This text has shadow with #563B71 primary color and red secondary color.


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

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

This text has shadow with #563B71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563B71 on black background.


Color preview on white background

This text has color #563B71 on white background.



Black color preview on #563B71 background

This text has black color on #563B71 background.


White color preview on #563B71 background

This text has white color on #563B71 background.