Shades of Kingfisher Daisy #5E208E
Tints of Kingfisher Daisy #5E208E
RGB
CMYK
RGB Variations
Color information
#5E208E (or 0x5E208E) is known color: Kingfisher Daisy. HEX triplet: 5E, 20 and 8E. RGB value is (94,32,142). Sum of RGB (Red+Green+Blue) = 94+32+142=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E208E is #A1DF71. Grayscale: #3E3E3E. Windows color (decimal): -10608498 or 9314398. OLE color: 9314398.
HSL color Cylindrical-coordinate representation of color #5E208E: hue angle of 273.82º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E208E is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 32 | 142 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.44 |
| HSL | 273.82º | 0.63% | 0.34% | - |
| HSV(B) | 273.82º | 0.77% | 0.56% | - |
| XYZ | 10.02 | 5.37 | 26.1 | - |
| YUV | 63.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 142 | 0.34 | 0.77 | 0 | 0.44 | 273.82 | 0.63 | 0.34 |
| Hex | 5E | 20 | 8E | 22 | 4D | 0 | 2C | 112 | 3F | 22 |
| Octal | 136 | 40 | 216 | 42 | 115 | 0 | 54 | 422 | 77 | 42 |
| Binary | 1011110 | 100000 | 10001110 | 100010 | 1001101 | 0 | 101100 | 100010010 | 111111 | 100010 |
Color Harmonies of #5E208E
Complementary color
Monochromatic Colors of #5E208E
Black with #5E208E
Text Example
Text Example
White with #5E208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E208E; }
p { color: rgb(94,32,142); }
H1.HeaderClassName
{
color: #5E208E;
}
.AnyTagClassName
{
color: #5E208E;
}
</style>
background-color css
<style>
a { background-color: #5E208E; }
a { background-color: rgb(94,32,142); }
div.DivClassName
{
background-color: #5E208E;
}
.BgClassName
{
background-color: #5E208E;
}
</style>
border-color css
<style>
span { border-color: #5E208E; }
span { border-color: rgb(94,32,142); }
td.TdClassName
{
border-color: #5E208E;
}
.TagClassName
{
border-color: #5E208E;
}
</style>