Shades of Kingfisher Daisy #5E1D85
Tints of Kingfisher Daisy #5E1D85
RGB
CMYK
RGB Variations
Color information
#5E1D85 (or 0x5E1D85) is known color: Kingfisher Daisy. HEX triplet: 5E, 1D and 85. RGB value is (94,29,133). Sum of RGB (Red+Green+Blue) = 94+29+133=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E1D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1D85 is #A1E27A. Grayscale: #3B3B3B. Windows color (decimal): -10609275 or 8723806. OLE color: 8723806.
HSL color Cylindrical-coordinate representation of color #5E1D85: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1D85 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 29 | 133 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.48 |
| HSL | 277.5º | 0.64% | 0.32% | - |
| HSV(B) | 277.5º | 0.78% | 0.52% | - |
| XYZ | 9.29 | 4.95 | 22.66 | - |
| YUV | 60.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 133 | 0.29 | 0.78 | 0 | 0.48 | 277.5 | 0.64 | 0.32 |
| Hex | 5E | 1D | 85 | 1D | 4E | 0 | 30 | 116 | 40 | 20 |
| Octal | 136 | 35 | 205 | 35 | 116 | 0 | 60 | 426 | 100 | 40 |
| Binary | 1011110 | 11101 | 10000101 | 11101 | 1001110 | 0 | 110000 | 100010110 | 1000000 | 100000 |
Color Harmonies of #5E1D85
Complementary color
Monochromatic Colors of #5E1D85
Black with #5E1D85
Text Example
Text Example
White with #5E1D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D85; }
p { color: rgb(94,29,133); }
H1.HeaderClassName
{
color: #5E1D85;
}
.AnyTagClassName
{
color: #5E1D85;
}
</style>
background-color css
<style>
a { background-color: #5E1D85; }
a { background-color: rgb(94,29,133); }
div.DivClassName
{
background-color: #5E1D85;
}
.BgClassName
{
background-color: #5E1D85;
}
</style>
border-color css
<style>
span { border-color: #5E1D85; }
span { border-color: rgb(94,29,133); }
td.TdClassName
{
border-color: #5E1D85;
}
.TagClassName
{
border-color: #5E1D85;
}
</style>