Shades of Kingfisher Daisy #5E1990
Tints of Kingfisher Daisy #5E1990
RGB
CMYK
RGB Variations
Color information
#5E1990 (or 0x5E1990) is known color: Kingfisher Daisy. HEX triplet: 5E, 19 and 90. RGB value is (94,25,144). Sum of RGB (Red+Green+Blue) = 94+25+144=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1990 is #A1E66F. Grayscale: #3A3A3A. Windows color (decimal): -10610288 or 9443678. OLE color: 9443678.
HSL color Cylindrical-coordinate representation of color #5E1990: hue angle of 274.79º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1990 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 25 | 144 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.44 |
| HSL | 274.79º | 0.7% | 0.33% | - |
| HSV(B) | 274.79º | 0.83% | 0.56% | - |
| XYZ | 10 | 5.09 | 26.84 | - |
| YUV | 59.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 144 | 0.35 | 0.83 | 0 | 0.44 | 274.79 | 0.7 | 0.33 |
| Hex | 5E | 19 | 90 | 23 | 53 | 0 | 2C | 113 | 46 | 21 |
| Octal | 136 | 31 | 220 | 43 | 123 | 0 | 54 | 423 | 106 | 41 |
| Binary | 1011110 | 11001 | 10010000 | 100011 | 1010011 | 0 | 101100 | 100010011 | 1000110 | 100001 |
Color Harmonies of #5E1990
Complementary color
Monochromatic Colors of #5E1990
Black with #5E1990
Text Example
Text Example
White with #5E1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1990; }
p { color: rgb(94,25,144); }
H1.HeaderClassName
{
color: #5E1990;
}
.AnyTagClassName
{
color: #5E1990;
}
</style>
background-color css
<style>
a { background-color: #5E1990; }
a { background-color: rgb(94,25,144); }
div.DivClassName
{
background-color: #5E1990;
}
.BgClassName
{
background-color: #5E1990;
}
</style>
border-color css
<style>
span { border-color: #5E1990; }
span { border-color: rgb(94,25,144); }
td.TdClassName
{
border-color: #5E1990;
}
.TagClassName
{
border-color: #5E1990;
}
</style>