Shades of Kingfisher Daisy #5E1B89
Tints of Kingfisher Daisy #5E1B89
RGB
CMYK
RGB Variations
Color information
#5E1B89 (or 0x5E1B89) is known color: Kingfisher Daisy. HEX triplet: 5E, 1B and 89. RGB value is (94,27,137). Sum of RGB (Red+Green+Blue) = 94+27+137=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E1B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1B89 is #A1E476. Grayscale: #3B3B3B. Windows color (decimal): -10609783 or 8985438. OLE color: 8985438.
HSL color Cylindrical-coordinate representation of color #5E1B89: hue angle of 276.55º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1B89 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 27 | 137 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.46 |
| HSL | 276.55º | 0.67% | 0.32% | - |
| HSV(B) | 276.55º | 0.8% | 0.54% | - |
| XYZ | 9.52 | 4.97 | 24.12 | - |
| YUV | 59.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 27 | 137 | 0.31 | 0.80 | 0 | 0.46 | 276.55 | 0.67 | 0.32 |
| Hex | 5E | 1B | 89 | 1F | 50 | 0 | 2E | 115 | 43 | 20 |
| Octal | 136 | 33 | 211 | 37 | 120 | 0 | 56 | 425 | 103 | 40 |
| Binary | 1011110 | 11011 | 10001001 | 11111 | 1010000 | 0 | 101110 | 100010101 | 1000011 | 100000 |
Color Harmonies of #5E1B89
Complementary color
Monochromatic Colors of #5E1B89
Black with #5E1B89
Text Example
Text Example
White with #5E1B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1B89; }
p { color: rgb(94,27,137); }
H1.HeaderClassName
{
color: #5E1B89;
}
.AnyTagClassName
{
color: #5E1B89;
}
</style>
background-color css
<style>
a { background-color: #5E1B89; }
a { background-color: rgb(94,27,137); }
div.DivClassName
{
background-color: #5E1B89;
}
.BgClassName
{
background-color: #5E1B89;
}
</style>
border-color css
<style>
span { border-color: #5E1B89; }
span { border-color: rgb(94,27,137); }
td.TdClassName
{
border-color: #5E1B89;
}
.TagClassName
{
border-color: #5E1B89;
}
</style>