HEX: #5B4696
RGB: (91,70,150)
#5B4696 enthält hauptsächlich rote und blaue Farbe. Für #5B4696 ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #5B4696 wird in RGB als (91,70,150) definiert.
RGB: (91,70,150) (36%,27%,59%)
R 91 von 255 = 36%
G 70 von 255 = 27%
B 150 von 255 = 59%
R + G + B ~ 41%. #5B4696 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
91 + 70 + 150 = 311 (100%)
R 91 von 311 ~ 29.26%
G 70 von 311 ~ 22.51%
B 150 von 311 ~ 48.23%
Die Farbe #5B4696 wird in CMYK als (39,53,0,41) definiert.
CMYK: (39,53,0,41) C39M53Y0K41 (39%,53%,0%,41%) (0.39/0.53/0.00/0.41)
5B | 46 | 96 | |
---|---|---|---|
RGB | 91 | 70 | 150 |
HSL | 256° | 36.36% | 43.14% |
HSB/HSV | 256° | 53.33% | 58.82% |
CMYK | 39.33% | 53.33% | 0.00% |
41.18% |
Hexadezimal | 5B | 46 | 96 |
Dezimal | 91 | 70 | 150 |
Binär | 1011011 | 1000110 | 10010110 |
Oktal | 133 | 106 | 226 |
Beispiele css- und html für Elemente in der Farbe #5B4696. Bitte benutzen Sie auch rgb(91,70,150) statt hex-Code.
.myTextColor { color: #5B4696; }
<p style="color:#5B4696">This sample text font color is #5B4696.</p>
Die Farbe dieses Textes ist #5B4696.
.myBgColor { background-color: #5B4696; }
<div style="background-color:#5B4696">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5B4696.
.myBorderColor { border: 1px solid #5B4696; }
<div style="border:3px solid #5B4696">Div</div>
Die Grenzen von diesem div sind in Farbe #5B4696.
.myOpacity80 { color: #5B4696; opacity: 0.8; }
<p style="color:#5B4696;opacity:0.8;">80%</p>
Text in Farbe #5B4696 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5B4696;}
<p style="text-shadow: 3px 3px 1px #5B4696">Text here.</p>
Dieser Text hat den Schatten in Farbe #5B4696.
.textShadow {text-shadow: 3px 3px 1px #5B4696, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5B4696, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5B4696 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B4696, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5B4696, Direction=45, Strength=4)">Text</p>
This text has shadow with #5B4696 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5B4696; -webkit-box-shadow: 1px 1px 3px 2px #5B4696; box-shadow: 1px 1px 3px 2px #5B4696; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5B4696; -webkit-box-shadow: 1px 1px 3px 2px #5B4696; box-shadow:1px 1px 3px 2px #5B4696;">
Div content here</div>
Dieser Text ist in der Farbe #5B4696 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5B4696 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5B4696.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5B4696.