Shades of Kingfisher Daisy #5E2892
Tints of Kingfisher Daisy #5E2892
RGB
CMYK
RGB Variations
Color information
#5E2892 (or 0x5E2892) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 92. RGB value is (94,40,146). Sum of RGB (Red+Green+Blue) = 94+40+146=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E2892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2892 is #A1D76D. Grayscale: #434343. Windows color (decimal): -10606446 or 9578590. OLE color: 9578590.
HSL color Cylindrical-coordinate representation of color #5E2892: hue angle of 270.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2892 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 40 | 146 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.43 |
| HSL | 270.57º | 0.57% | 0.36% | - |
| HSV(B) | 270.57º | 0.73% | 0.57% | - |
| XYZ | 10.56 | 5.97 | 27.79 | - |
| YUV | 68.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 146 | 0.36 | 0.73 | 0 | 0.43 | 270.57 | 0.57 | 0.36 |
| Hex | 5E | 28 | 92 | 24 | 49 | 0 | 2B | 10F | 39 | 24 |
| Octal | 136 | 50 | 222 | 44 | 111 | 0 | 53 | 417 | 71 | 44 |
| Binary | 1011110 | 101000 | 10010010 | 100100 | 1001001 | 0 | 101011 | 100001111 | 111001 | 100100 |
Color Harmonies of #5E2892
Complementary color
Monochromatic Colors of #5E2892
Black with #5E2892
Text Example
Text Example
White with #5E2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2892; }
p { color: rgb(94,40,146); }
H1.HeaderClassName
{
color: #5E2892;
}
.AnyTagClassName
{
color: #5E2892;
}
</style>
background-color css
<style>
a { background-color: #5E2892; }
a { background-color: rgb(94,40,146); }
div.DivClassName
{
background-color: #5E2892;
}
.BgClassName
{
background-color: #5E2892;
}
</style>
border-color css
<style>
span { border-color: #5E2892; }
span { border-color: rgb(94,40,146); }
td.TdClassName
{
border-color: #5E2892;
}
.TagClassName
{
border-color: #5E2892;
}
</style>