Shades of Kingfisher Daisy #5B218E
Tints of Kingfisher Daisy #5B218E
RGB
CMYK
RGB Variations
Color information
#5B218E (or 0x5B218E) is known color: Kingfisher Daisy. HEX triplet: 5B, 21 and 8E. RGB value is (91,33,142). Sum of RGB (Red+Green+Blue) = 91+33+142=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B218E is #A4DE71. Grayscale: #3E3E3E. Windows color (decimal): -10804850 or 9314651. OLE color: 9314651.
HSL color Cylindrical-coordinate representation of color #5B218E: hue angle of 271.93º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B218E is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 33 | 142 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.44 |
| HSL | 271.93º | 0.62% | 0.34% | - |
| HSV(B) | 271.93º | 0.77% | 0.56% | - |
| XYZ | 9.74 | 5.26 | 26.09 | - |
| YUV | 62.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 142 | 0.36 | 0.77 | 0 | 0.44 | 271.93 | 0.62 | 0.34 |
| Hex | 5B | 21 | 8E | 24 | 4D | 0 | 2C | 110 | 3E | 22 |
| Octal | 133 | 41 | 216 | 44 | 115 | 0 | 54 | 420 | 76 | 42 |
| Binary | 1011011 | 100001 | 10001110 | 100100 | 1001101 | 0 | 101100 | 100010000 | 111110 | 100010 |
Color Harmonies of #5B218E
Complementary color
Monochromatic Colors of #5B218E
Black with #5B218E
Text Example
Text Example
White with #5B218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B218E; }
p { color: rgb(91,33,142); }
H1.HeaderClassName
{
color: #5B218E;
}
.AnyTagClassName
{
color: #5B218E;
}
</style>
background-color css
<style>
a { background-color: #5B218E; }
a { background-color: rgb(91,33,142); }
div.DivClassName
{
background-color: #5B218E;
}
.BgClassName
{
background-color: #5B218E;
}
</style>
border-color css
<style>
span { border-color: #5B218E; }
span { border-color: rgb(91,33,142); }
td.TdClassName
{
border-color: #5B218E;
}
.TagClassName
{
border-color: #5B218E;
}
</style>