Shades of Kingfisher Daisy #5E2895
Tints of Kingfisher Daisy #5E2895
RGB
CMYK
RGB Variations
Color information
#5E2895 (or 0x5E2895) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 95. RGB value is (94,40,149). Sum of RGB (Red+Green+Blue) = 94+40+149=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2895 is #A1D76A. Grayscale: #444444. Windows color (decimal): -10606443 or 9775198. OLE color: 9775198.
HSL color Cylindrical-coordinate representation of color #5E2895: hue angle of 269.72º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2895 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 40 | 149 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.42 |
| HSL | 269.72º | 0.58% | 0.37% | - |
| HSV(B) | 269.72º | 0.73% | 0.58% | - |
| XYZ | 10.8 | 6.07 | 29.04 | - |
| YUV | 68.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 149 | 0.37 | 0.73 | 0 | 0.42 | 269.72 | 0.58 | 0.37 |
| Hex | 5E | 28 | 95 | 25 | 49 | 0 | 2A | 10E | 3A | 25 |
| Octal | 136 | 50 | 225 | 45 | 111 | 0 | 52 | 416 | 72 | 45 |
| Binary | 1011110 | 101000 | 10010101 | 100101 | 1001001 | 0 | 101010 | 100001110 | 111010 | 100101 |
Color Harmonies of #5E2895
Complementary color
Monochromatic Colors of #5E2895
Black with #5E2895
Text Example
Text Example
White with #5E2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2895; }
p { color: rgb(94,40,149); }
H1.HeaderClassName
{
color: #5E2895;
}
.AnyTagClassName
{
color: #5E2895;
}
</style>
background-color css
<style>
a { background-color: #5E2895; }
a { background-color: rgb(94,40,149); }
div.DivClassName
{
background-color: #5E2895;
}
.BgClassName
{
background-color: #5E2895;
}
</style>
border-color css
<style>
span { border-color: #5E2895; }
span { border-color: rgb(94,40,149); }
td.TdClassName
{
border-color: #5E2895;
}
.TagClassName
{
border-color: #5E2895;
}
</style>