COLOR #511C56

HEX: #511C56
RGB: (81,28,86)

Renk bilgisi

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

RGB renk modeli

#511C56 color RGB value is (81,28,86).

  • kırmız ton 81;
  • yeşil ton 28;
  • mavi ton 86.
RGB:
(81,28,86)
(32%,11%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 28 of 255 = 11%
B 86 of 255 = 34%

81
28
86

R + G + B ~ 26%. #511C56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 28 + 86 = 195 (100%)
R 81 of 195 ~ 41.54%
G 28 of 195 ~ 14.36%
B 86 of 195 ~ 44.1%

%41.54
%14.36
%44.1

CMYK RENK MODELİ

#511C56 rengi CMYK tonu (6,67,0,66).

  • camgöbeği tonu 5.81%
  • eflatun tonu 67.44%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(6,67,0,66)
C6M67Y0K66 
(6%,67%,0%,66%)
(0.06/0.67/0.00/0.66)	

CMYK yüzdeleri

%5.81
%67.44
%0
%66.27

Codes

Color #511C56 in popluar color models

511C56
RGB812886
HSL295°50.88%22.35%
HSB/HSV295°67.44%33.73%
CMYK5.81%67.44%0.00%
66.27%

Color #511C56 in popluar number systems.

HEX511C56
Decimal812886
Binary1010001111001010110
Octal12134126

Shades and tints

Shades of #511C56

#511C56
(81,28,86)
#4A1A4F
(74,26,79)
#431848
(67,24,72)
#3C1641
(60,22,65)
#35143A
(53,20,58)
#2E1233
(46,18,51)
#27102C
(39,16,44)
#200E25
(32,14,37)
#190C1E
(25,12,30)
#120A17
(18,10,23)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #511C56

#511C56
(81,28,86)
#603065
(96,48,101)
#6F4474
(111,68,116)
#7E5883
(126,88,131)
#8D6C92
(141,108,146)
#9C80A1
(156,128,161)
#AB94B0
(171,148,176)
#BAA8BF
(186,168,191)
#C9BCCE
(201,188,206)
#D8D0DD
(216,208,221)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C56 color. Also use rgb(81,28,86) instead hex code.

Text Font Color

.myTextColor { color: #511C56; }

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

This text font color is #511C56.


Background Color

.myBgColor { background-color: #511C56; }

<div style="background-color:#511C56">Inner text</div>

This div background color is #511C56.


Border color

.myBorderColor { border: 1px solid #511C56; }

<div style="border:3px solid #511C56">Div</div>

This div border color is #511C56.


Opacity

.myOpacity80 { color: #511C56; opacity: 0.8; }

<p style="color:#511C56;opacity:0.8;">80%</p>

Text with #511C56 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 #511C56;}

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

This text has shadow with #511C56 color.

.textShadow {text-shadow: 3px 3px 1px #511C56, 3px 3px 1px red;}

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

This text has shadow with #511C56 primary color and red secondary color.


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

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

This text has shadow with #511C56 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C56 on black background.


Color preview on white background

This text has color #511C56 on white background.



Black color preview on #511C56 background

This text has black color on #511C56 background.


White color preview on #511C56 background

This text has white color on #511C56 background.