Shades of Kingfisher Daisy #5E208C
Tints of Kingfisher Daisy #5E208C
RGB
CMYK
RGB Variations
Color information
#5E208C (or 0x5E208C) is known color: Kingfisher Daisy. HEX triplet: 5E, 20 and 8C. RGB value is (94,32,140). Sum of RGB (Red+Green+Blue) = 94+32+140=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E208C is #A1DF73. Grayscale: #3E3E3E. Windows color (decimal): -10608500 or 9183326. OLE color: 9183326.
HSL color Cylindrical-coordinate representation of color #5E208C: hue angle of 274.44º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E208C is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 32 | 140 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.45 |
| HSL | 274.44º | 0.63% | 0.34% | - |
| HSV(B) | 274.44º | 0.77% | 0.55% | - |
| XYZ | 9.87 | 5.31 | 25.32 | - |
| YUV | 62.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 140 | 0.33 | 0.77 | 0 | 0.45 | 274.44 | 0.63 | 0.34 |
| Hex | 5E | 20 | 8C | 21 | 4D | 0 | 2D | 112 | 3F | 22 |
| Octal | 136 | 40 | 214 | 41 | 115 | 0 | 55 | 422 | 77 | 42 |
| Binary | 1011110 | 100000 | 10001100 | 100001 | 1001101 | 0 | 101101 | 100010010 | 111111 | 100010 |
Color Harmonies of #5E208C
Complementary color
Monochromatic Colors of #5E208C
Black with #5E208C
Text Example
Text Example
White with #5E208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E208C; }
p { color: rgb(94,32,140); }
H1.HeaderClassName
{
color: #5E208C;
}
.AnyTagClassName
{
color: #5E208C;
}
</style>
background-color css
<style>
a { background-color: #5E208C; }
a { background-color: rgb(94,32,140); }
div.DivClassName
{
background-color: #5E208C;
}
.BgClassName
{
background-color: #5E208C;
}
</style>
border-color css
<style>
span { border-color: #5E208C; }
span { border-color: rgb(94,32,140); }
td.TdClassName
{
border-color: #5E208C;
}
.TagClassName
{
border-color: #5E208C;
}
</style>