Shades of Kingfisher Daisy #5E2495
Tints of Kingfisher Daisy #5E2495
RGB
CMYK
RGB Variations
Color information
#5E2495 (or 0x5E2495) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 95. RGB value is (94,36,149). Sum of RGB (Red+Green+Blue) = 94+36+149=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E2495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2495 is #A1DB6A. Grayscale: #414141. Windows color (decimal): -10607467 or 9774174. OLE color: 9774174.
HSL color Cylindrical-coordinate representation of color #5E2495: hue angle of 270.8º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2495 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 36 | 149 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.42 |
| HSL | 270.8º | 0.61% | 0.36% | - |
| HSV(B) | 270.8º | 0.76% | 0.58% | - |
| XYZ | 10.67 | 5.81 | 28.99 | - |
| YUV | 66.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 149 | 0.37 | 0.76 | 0 | 0.42 | 270.8 | 0.61 | 0.36 |
| Hex | 5E | 24 | 95 | 25 | 4C | 0 | 2A | 10F | 3D | 24 |
| Octal | 136 | 44 | 225 | 45 | 114 | 0 | 52 | 417 | 75 | 44 |
| Binary | 1011110 | 100100 | 10010101 | 100101 | 1001100 | 0 | 101010 | 100001111 | 111101 | 100100 |
Color Harmonies of #5E2495
Complementary color
Monochromatic Colors of #5E2495
Black with #5E2495
Text Example
Text Example
White with #5E2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2495; }
p { color: rgb(94,36,149); }
H1.HeaderClassName
{
color: #5E2495;
}
.AnyTagClassName
{
color: #5E2495;
}
</style>
background-color css
<style>
a { background-color: #5E2495; }
a { background-color: rgb(94,36,149); }
div.DivClassName
{
background-color: #5E2495;
}
.BgClassName
{
background-color: #5E2495;
}
</style>
border-color css
<style>
span { border-color: #5E2495; }
span { border-color: rgb(94,36,149); }
td.TdClassName
{
border-color: #5E2495;
}
.TagClassName
{
border-color: #5E2495;
}
</style>