Shades of Kingfisher Daisy #5E2596
Tints of Kingfisher Daisy #5E2596
RGB
CMYK
RGB Variations
Color information
#5E2596 (or 0x5E2596) is known color: Kingfisher Daisy. HEX triplet: 5E, 25 and 96. RGB value is (94,37,150). Sum of RGB (Red+Green+Blue) = 94+37+150=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2596 is #A1DA69. Grayscale: #424242. Windows color (decimal): -10607210 or 9839966. OLE color: 9839966.
HSL color Cylindrical-coordinate representation of color #5E2596: hue angle of 270.27º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2596 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 37 | 150 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.41 |
| HSL | 270.27º | 0.6% | 0.37% | - |
| HSV(B) | 270.27º | 0.75% | 0.59% | - |
| XYZ | 10.78 | 5.9 | 29.43 | - |
| YUV | 66.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 150 | 0.37 | 0.75 | 0 | 0.41 | 270.27 | 0.6 | 0.37 |
| Hex | 5E | 25 | 96 | 25 | 4B | 0 | 29 | 10E | 3C | 25 |
| Octal | 136 | 45 | 226 | 45 | 113 | 0 | 51 | 416 | 74 | 45 |
| Binary | 1011110 | 100101 | 10010110 | 100101 | 1001011 | 0 | 101001 | 100001110 | 111100 | 100101 |
Color Harmonies of #5E2596
Complementary color
Monochromatic Colors of #5E2596
Black with #5E2596
Text Example
Text Example
White with #5E2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2596; }
p { color: rgb(94,37,150); }
H1.HeaderClassName
{
color: #5E2596;
}
.AnyTagClassName
{
color: #5E2596;
}
</style>
background-color css
<style>
a { background-color: #5E2596; }
a { background-color: rgb(94,37,150); }
div.DivClassName
{
background-color: #5E2596;
}
.BgClassName
{
background-color: #5E2596;
}
</style>
border-color css
<style>
span { border-color: #5E2596; }
span { border-color: rgb(94,37,150); }
td.TdClassName
{
border-color: #5E2596;
}
.TagClassName
{
border-color: #5E2596;
}
</style>