Shades of Kingfisher Daisy #5E2294
Tints of Kingfisher Daisy #5E2294
RGB
CMYK
RGB Variations
Color information
#5E2294 (or 0x5E2294) is known color: Kingfisher Daisy. HEX triplet: 5E, 22 and 94. RGB value is (94,34,148). Sum of RGB (Red+Green+Blue) = 94+34+148=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E2294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2294 is #A1DD6B. Grayscale: #404040. Windows color (decimal): -10607980 or 9708126. OLE color: 9708126.
HSL color Cylindrical-coordinate representation of color #5E2294: hue angle of 271.58º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2294 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 34 | 148 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.42 |
| HSL | 271.58º | 0.63% | 0.36% | - |
| HSV(B) | 271.58º | 0.77% | 0.58% | - |
| XYZ | 10.53 | 5.66 | 28.55 | - |
| YUV | 64.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 148 | 0.36 | 0.77 | 0 | 0.42 | 271.58 | 0.63 | 0.36 |
| Hex | 5E | 22 | 94 | 24 | 4D | 0 | 2A | 110 | 3F | 24 |
| Octal | 136 | 42 | 224 | 44 | 115 | 0 | 52 | 420 | 77 | 44 |
| Binary | 1011110 | 100010 | 10010100 | 100100 | 1001101 | 0 | 101010 | 100010000 | 111111 | 100100 |
Color Harmonies of #5E2294
Complementary color
Monochromatic Colors of #5E2294
Black with #5E2294
Text Example
Text Example
White with #5E2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2294; }
p { color: rgb(94,34,148); }
H1.HeaderClassName
{
color: #5E2294;
}
.AnyTagClassName
{
color: #5E2294;
}
</style>
background-color css
<style>
a { background-color: #5E2294; }
a { background-color: rgb(94,34,148); }
div.DivClassName
{
background-color: #5E2294;
}
.BgClassName
{
background-color: #5E2294;
}
</style>
border-color css
<style>
span { border-color: #5E2294; }
span { border-color: rgb(94,34,148); }
td.TdClassName
{
border-color: #5E2294;
}
.TagClassName
{
border-color: #5E2294;
}
</style>