HEX: #51368B
RGB: (81,54,139)
#51368B enthält hauptsächlich rote und blaue Farbe. Für #51368B ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #51368B wird in RGB als (81,54,139) definiert.
RGB: (81,54,139) (32%,21%,55%)
R 81 von 255 = 32%
G 54 von 255 = 21%
B 139 von 255 = 55%
R + G + B ~ 36%. #51368B ziemlich dunkle Farbe.
R + G + B =
81 + 54 + 139 = 274 (100%)
R 81 von 274 ~ 29.56%
G 54 von 274 ~ 19.71%
B 139 von 274 ~ 50.73%
Die Farbe #51368B wird in CMYK als (42,61,0,45) definiert.
CMYK: (42,61,0,45) C42M61Y0K45 (42%,61%,0%,45%) (0.42/0.61/0.00/0.45)
51 | 36 | 8B | |
---|---|---|---|
RGB | 81 | 54 | 139 |
HSL | 259° | 44.04% | 37.84% |
HSB/HSV | 259° | 61.15% | 54.51% |
CMYK | 41.73% | 61.15% | 0.00% |
45.49% |
Hexadezimal | 51 | 36 | 8B |
Dezimal | 81 | 54 | 139 |
Binär | 1010001 | 110110 | 10001011 |
Oktal | 121 | 66 | 213 |
Beispiele css- und html für Elemente in der Farbe #51368B. Bitte benutzen Sie auch rgb(81,54,139) statt hex-Code.
.myTextColor { color: #51368B; }
<p style="color:#51368B">This sample text font color is #51368B.</p>
Die Farbe dieses Textes ist #51368B.
.myBgColor { background-color: #51368B; }
<div style="background-color:#51368B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51368B.
.myBorderColor { border: 1px solid #51368B; }
<div style="border:3px solid #51368B">Div</div>
Die Grenzen von diesem div sind in Farbe #51368B.
.myOpacity80 { color: #51368B; opacity: 0.8; }
<p style="color:#51368B;opacity:0.8;">80%</p>
Text in Farbe #51368B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51368B;}
<p style="text-shadow: 3px 3px 1px #51368B">Text here.</p>
Dieser Text hat den Schatten in Farbe #51368B.
.textShadow {text-shadow: 3px 3px 1px #51368B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51368B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51368B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51368B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51368B, Direction=45, Strength=4)">Text</p>
This text has shadow with #51368B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51368B; -webkit-box-shadow: 1px 1px 3px 2px #51368B; box-shadow: 1px 1px 3px 2px #51368B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51368B; -webkit-box-shadow: 1px 1px 3px 2px #51368B; box-shadow:1px 1px 3px 2px #51368B;">
Div content here</div>
Dieser Text ist in der Farbe #51368B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51368B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51368B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51368B.