Shades of Kingfisher Daisy #5E2389
Tints of Kingfisher Daisy #5E2389
RGB
CMYK
RGB Variations
Color information
#5E2389 (or 0x5E2389) is known color: Kingfisher Daisy. HEX triplet: 5E, 23 and 89. RGB value is (94,35,137). Sum of RGB (Red+Green+Blue) = 94+35+137=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E2389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2389 is #A1DC76. Grayscale: #3F3F3F. Windows color (decimal): -10607735 or 8987486. OLE color: 8987486.
HSL color Cylindrical-coordinate representation of color #5E2389: hue angle of 274.71º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2389 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 35 | 137 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.46 |
| HSL | 274.71º | 0.59% | 0.34% | - |
| HSV(B) | 274.71º | 0.74% | 0.54% | - |
| XYZ | 9.73 | 5.39 | 24.19 | - |
| YUV | 64.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 137 | 0.31 | 0.74 | 0 | 0.46 | 274.71 | 0.59 | 0.34 |
| Hex | 5E | 23 | 89 | 1F | 4A | 0 | 2E | 113 | 3B | 22 |
| Octal | 136 | 43 | 211 | 37 | 112 | 0 | 56 | 423 | 73 | 42 |
| Binary | 1011110 | 100011 | 10001001 | 11111 | 1001010 | 0 | 101110 | 100010011 | 111011 | 100010 |
Color Harmonies of #5E2389
Complementary color
Monochromatic Colors of #5E2389
Black with #5E2389
Text Example
Text Example
White with #5E2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2389; }
p { color: rgb(94,35,137); }
H1.HeaderClassName
{
color: #5E2389;
}
.AnyTagClassName
{
color: #5E2389;
}
</style>
background-color css
<style>
a { background-color: #5E2389; }
a { background-color: rgb(94,35,137); }
div.DivClassName
{
background-color: #5E2389;
}
.BgClassName
{
background-color: #5E2389;
}
</style>
border-color css
<style>
span { border-color: #5E2389; }
span { border-color: rgb(94,35,137); }
td.TdClassName
{
border-color: #5E2389;
}
.TagClassName
{
border-color: #5E2389;
}
</style>