Shades of Kingfisher Daisy #5E2496
Tints of Kingfisher Daisy #5E2496
RGB
CMYK
RGB Variations
Color information
#5E2496 (or 0x5E2496) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 96. RGB value is (94,36,150). Sum of RGB (Red+Green+Blue) = 94+36+150=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E2496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2496 is #A1DB69. Grayscale: #414141. Windows color (decimal): -10607466 or 9839710. OLE color: 9839710.
HSL color Cylindrical-coordinate representation of color #5E2496: hue angle of 270.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2496 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 36 | 150 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.41 |
| HSL | 270.53º | 0.61% | 0.36% | - |
| HSV(B) | 270.53º | 0.76% | 0.59% | - |
| XYZ | 10.75 | 5.84 | 29.42 | - |
| YUV | 66.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 150 | 0.37 | 0.76 | 0 | 0.41 | 270.53 | 0.61 | 0.36 |
| Hex | 5E | 24 | 96 | 25 | 4C | 0 | 29 | 10F | 3D | 24 |
| Octal | 136 | 44 | 226 | 45 | 114 | 0 | 51 | 417 | 75 | 44 |
| Binary | 1011110 | 100100 | 10010110 | 100101 | 1001100 | 0 | 101001 | 100001111 | 111101 | 100100 |
Color Harmonies of #5E2496
Complementary color
Monochromatic Colors of #5E2496
Black with #5E2496
Text Example
Text Example
White with #5E2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2496; }
p { color: rgb(94,36,150); }
H1.HeaderClassName
{
color: #5E2496;
}
.AnyTagClassName
{
color: #5E2496;
}
</style>
background-color css
<style>
a { background-color: #5E2496; }
a { background-color: rgb(94,36,150); }
div.DivClassName
{
background-color: #5E2496;
}
.BgClassName
{
background-color: #5E2496;
}
</style>
border-color css
<style>
span { border-color: #5E2496; }
span { border-color: rgb(94,36,150); }
td.TdClassName
{
border-color: #5E2496;
}
.TagClassName
{
border-color: #5E2496;
}
</style>