Shades of Kingfisher Daisy #5B1E7E
Tints of Kingfisher Daisy #5B1E7E
RGB
CMYK
RGB Variations
Color information
#5B1E7E (or 0x5B1E7E) is known color: Kingfisher Daisy. HEX triplet: 5B, 1E and 7E. RGB value is (91,30,126). Sum of RGB (Red+Green+Blue) = 91+30+126=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B1E7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1E7E is #A4E181. Grayscale: #3A3A3A. Windows color (decimal): -10805634 or 8265307. OLE color: 8265307.
HSL color Cylindrical-coordinate representation of color #5B1E7E: hue angle of 278.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1E7E is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 30 | 126 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.51 |
| HSL | 278.13º | 0.62% | 0.31% | - |
| HSV(B) | 278.13º | 0.76% | 0.49% | - |
| XYZ | 8.54 | 4.66 | 20.19 | - |
| YUV | 59.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 126 | 0.28 | 0.76 | 0 | 0.51 | 278.13 | 0.62 | 0.31 |
| Hex | 5B | 1E | 7E | 1C | 4C | 0 | 33 | 116 | 3E | 1F |
| Octal | 133 | 36 | 176 | 34 | 114 | 0 | 63 | 426 | 76 | 37 |
| Binary | 1011011 | 11110 | 1111110 | 11100 | 1001100 | 0 | 110011 | 100010110 | 111110 | 11111 |
Color Harmonies of #5B1E7E
Complementary color
Monochromatic Colors of #5B1E7E
Black with #5B1E7E
Text Example
Text Example
White with #5B1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E7E; }
p { color: rgb(91,30,126); }
H1.HeaderClassName
{
color: #5B1E7E;
}
.AnyTagClassName
{
color: #5B1E7E;
}
</style>
background-color css
<style>
a { background-color: #5B1E7E; }
a { background-color: rgb(91,30,126); }
div.DivClassName
{
background-color: #5B1E7E;
}
.BgClassName
{
background-color: #5B1E7E;
}
</style>
border-color css
<style>
span { border-color: #5B1E7E; }
span { border-color: rgb(91,30,126); }
td.TdClassName
{
border-color: #5B1E7E;
}
.TagClassName
{
border-color: #5B1E7E;
}
</style>