HEX: #51509D
RGB: (81,80,157)
#51509D enthält hauptsächlich blaue Farbe. Für #51509D ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #51509D wird in RGB als (81,80,157) definiert.
RGB: (81,80,157) (32%,31%,62%)
R 81 von 255 = 32%
G 80 von 255 = 31%
B 157 von 255 = 62%
R + G + B ~ 42%. #51509D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 80 + 157 = 318 (100%)
R 81 von 318 ~ 25.47%
G 80 von 318 ~ 25.16%
B 157 von 318 ~ 49.37%
Die Farbe #51509D wird in CMYK als (48,49,0,38) definiert.
CMYK: (48,49,0,38) C48M49Y0K38 (48%,49%,0%,38%) (0.48/0.49/0.00/0.38)
51 | 50 | 9D | |
---|---|---|---|
RGB | 81 | 80 | 157 |
HSL | 241° | 32.49% | 46.47% |
HSB/HSV | 241° | 49.04% | 61.57% |
CMYK | 48.41% | 49.04% | 0.00% |
38.43% |
Hexadezimal | 51 | 50 | 9D |
Dezimal | 81 | 80 | 157 |
Binär | 1010001 | 1010000 | 10011101 |
Oktal | 121 | 120 | 235 |
Beispiele css- und html für Elemente in der Farbe #51509D. Bitte benutzen Sie auch rgb(81,80,157) statt hex-Code.
.myTextColor { color: #51509D; }
<p style="color:#51509D">This sample text font color is #51509D.</p>
Die Farbe dieses Textes ist #51509D.
.myBgColor { background-color: #51509D; }
<div style="background-color:#51509D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51509D.
.myBorderColor { border: 1px solid #51509D; }
<div style="border:3px solid #51509D">Div</div>
Die Grenzen von diesem div sind in Farbe #51509D.
.myOpacity80 { color: #51509D; opacity: 0.8; }
<p style="color:#51509D;opacity:0.8;">80%</p>
Text in Farbe #51509D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51509D;}
<p style="text-shadow: 3px 3px 1px #51509D">Text here.</p>
Dieser Text hat den Schatten in Farbe #51509D.
.textShadow {text-shadow: 3px 3px 1px #51509D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51509D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51509D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51509D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51509D, Direction=45, Strength=4)">Text</p>
This text has shadow with #51509D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51509D; -webkit-box-shadow: 1px 1px 3px 2px #51509D; box-shadow: 1px 1px 3px 2px #51509D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51509D; -webkit-box-shadow: 1px 1px 3px 2px #51509D; box-shadow:1px 1px 3px 2px #51509D;">
Div content here</div>
Dieser Text ist in der Farbe #51509D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51509D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51509D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51509D.