COLOR #511559

HEX: #511559
RGB: (81,21,89)

Renk bilgisi

#511559 contains mainly red and blue colors. #511559 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#511559 color RGB value is (81,21,89).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 21 of 255 = 8%
B 89 of 255 = 35%

81
21
89

R + G + B ~ 25%. #511559 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 21 + 89 = 191 (100%)
R 81 of 191 ~ 42.41%
G 21 of 191 ~ 10.99%
B 89 of 191 ~ 46.6%

%42.41
%10.99
%46.6

CMYK RENK MODELİ

#511559 rengi CMYK tonu (9,76,0,65).

  • camgöbeği tonu 8.99%
  • eflatun tonu 76.40%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(9,76,0,65)
C9M76Y0K65 
(9%,76%,0%,65%)
(0.09/0.76/0.00/0.65)	

CMYK yüzdeleri

%8.99
%76.4
%0
%65.1

Codes

Color #511559 in popluar color models

511559
RGB812189
HSL293°61.82%21.57%
HSB/HSV293°76.40%34.90%
CMYK8.99%76.40%0.00%
65.10%

Color #511559 in popluar number systems.

HEX511559
Decimal812189
Binary1010001101011011001
Octal12125131

Shades and tints

Shades of #511559

#511559
(81,21,89)
#4A1451
(74,20,81)
#431349
(67,19,73)
#3C1241
(60,18,65)
#351139
(53,17,57)
#2E1031
(46,16,49)
#270F29
(39,15,41)
#200E21
(32,14,33)
#190D19
(25,13,25)
#120C11
(18,12,17)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #511559

#511559
(81,21,89)
#602A68
(96,42,104)
#6F3F77
(111,63,119)
#7E5486
(126,84,134)
#8D6995
(141,105,149)
#9C7EA4
(156,126,164)
#AB93B3
(171,147,179)
#BAA8C2
(186,168,194)
#C9BDD1
(201,189,209)
#D8D2E0
(216,210,224)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511559; }

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

This text font color is #511559.


Background Color

.myBgColor { background-color: #511559; }

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

This div background color is #511559.


Border color

.myBorderColor { border: 1px solid #511559; }

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

This div border color is #511559.


Opacity

.myOpacity80 { color: #511559; opacity: 0.8; }

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

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

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

This text has shadow with #511559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511559 on black background.


Color preview on white background

This text has color #511559 on white background.



Black color preview on #511559 background

This text has black color on #511559 background.


White color preview on #511559 background

This text has white color on #511559 background.