COLOR #511D59

HEX: #511D59
RGB: (81,29,89)

Renk bilgisi

#511D59 contains mainly red and blue colors. #511D59 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#511D59 color RGB value is (81,29,89).

  • kırmız ton 81;
  • yeşil ton 29;
  • mavi ton 89.
RGB:
(81,29,89)
(32%,11%,35%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 29 of 255 = 11%
B 89 of 255 = 35%

81
29
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 29 + 89 = 199 (100%)
R 81 of 199 ~ 40.7%
G 29 of 199 ~ 14.57%
B 89 of 199 ~ 44.72%

%40.7
%14.57
%44.72

CMYK RENK MODELİ

#511D59 rengi CMYK tonu (9,67,0,65).

  • camgöbeği tonu 8.99%
  • eflatun tonu 67.42%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(9,67,0,65)
C9M67Y0K65 
(9%,67%,0%,65%)
(0.09/0.67/0.00/0.65)	

CMYK yüzdeleri

%8.99
%67.42
%0
%65.1

Codes

Color #511D59 in popluar color models

511D59
RGB812989
HSL292°50.85%23.14%
HSB/HSV292°67.42%34.90%
CMYK8.99%67.42%0.00%
65.10%

Color #511D59 in popluar number systems.

HEX511D59
Decimal812989
Binary1010001111011011001
Octal12135131

Shades and tints

Shades of #511D59

#511D59
(81,29,89)
#4A1B51
(74,27,81)
#431949
(67,25,73)
#3C1741
(60,23,65)
#351539
(53,21,57)
#2E1331
(46,19,49)
#271129
(39,17,41)
#200F21
(32,15,33)
#190D19
(25,13,25)
#120B11
(18,11,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #511D59

#511D59
(81,29,89)
#603168
(96,49,104)
#6F4577
(111,69,119)
#7E5986
(126,89,134)
#8D6D95
(141,109,149)
#9C81A4
(156,129,164)
#AB95B3
(171,149,179)
#BAA9C2
(186,169,194)
#C9BDD1
(201,189,209)
#D8D1E0
(216,209,224)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511D59 color. Also use rgb(81,29,89) instead hex code.

Text Font Color

.myTextColor { color: #511D59; }

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

This text font color is #511D59.


Background Color

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

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

This div background color is #511D59.


Border color

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

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

This div border color is #511D59.


Opacity

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

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

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

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

This text has shadow with #511D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D59 on black background.


Color preview on white background

This text has color #511D59 on white background.



Black color preview on #511D59 background

This text has black color on #511D59 background.


White color preview on #511D59 background

This text has white color on #511D59 background.