HEX: #513565
RGB: (81,53,101)
#513565 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #513565 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #513565 wird in RGB als (81,53,101) definiert.
RGB: (81,53,101) (32%,21%,40%)
R 81 von 255 = 32%
G 53 von 255 = 21%
B 101 von 255 = 40%
R + G + B ~ 31%. #513565 ziemlich dunkle Farbe.
R + G + B =
81 + 53 + 101 = 235 (100%)
R 81 von 235 ~ 34.47%
G 53 von 235 ~ 22.55%
B 101 von 235 ~ 42.98%
Die Farbe #513565 wird in CMYK als (20,48,0,60) definiert.
CMYK: (20,48,0,60) C20M48Y0K60 (20%,48%,0%,60%) (0.20/0.48/0.00/0.60)
51 | 35 | 65 | |
---|---|---|---|
RGB | 81 | 53 | 101 |
HSL | 275° | 31.17% | 30.20% |
HSB/HSV | 275° | 47.52% | 39.61% |
CMYK | 19.80% | 47.52% | 0.00% |
60.39% |
Hexadezimal | 51 | 35 | 65 |
Dezimal | 81 | 53 | 101 |
Binär | 1010001 | 110101 | 1100101 |
Oktal | 121 | 65 | 145 |
Beispiele css- und html für Elemente in der Farbe #513565. Bitte benutzen Sie auch rgb(81,53,101) statt hex-Code.
.myTextColor { color: #513565; }
<p style="color:#513565">This sample text font color is #513565.</p>
Die Farbe dieses Textes ist #513565.
.myBgColor { background-color: #513565; }
<div style="background-color:#513565">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #513565.
.myBorderColor { border: 1px solid #513565; }
<div style="border:3px solid #513565">Div</div>
Die Grenzen von diesem div sind in Farbe #513565.
.myOpacity80 { color: #513565; opacity: 0.8; }
<p style="color:#513565;opacity:0.8;">80%</p>
Text in Farbe #513565 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513565;}
<p style="text-shadow: 3px 3px 1px #513565">Text here.</p>
Dieser Text hat den Schatten in Farbe #513565.
.textShadow {text-shadow: 3px 3px 1px #513565, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513565, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #513565 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513565, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513565, Direction=45, Strength=4)">Text</p>
This text has shadow with #513565 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #513565; -webkit-box-shadow: 1px 1px 3px 2px #513565; box-shadow: 1px 1px 3px 2px #513565; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #513565; -webkit-box-shadow: 1px 1px 3px 2px #513565; box-shadow:1px 1px 3px 2px #513565;">
Div content here</div>
Dieser Text ist in der Farbe #513565 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #513565 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #513565.
Dieser Text ist weiß auf dem Hintergrund in Farbe #513565.