Shades of Kingfisher Daisy #5E208D
Tints of Kingfisher Daisy #5E208D
RGB
CMYK
RGB Variations
Color information
#5E208D (or 0x5E208D) is known color: Kingfisher Daisy. HEX triplet: 5E, 20 and 8D. RGB value is (94,32,141). Sum of RGB (Red+Green+Blue) = 94+32+141=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E208D is #A1DF72. Grayscale: #3E3E3E. Windows color (decimal): -10608499 or 9248862. OLE color: 9248862.
HSL color Cylindrical-coordinate representation of color #5E208D: hue angle of 274.13º 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 #5E208D is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 32 | 141 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.45 |
| HSL | 274.13º | 0.63% | 0.34% | - |
| HSV(B) | 274.13º | 0.77% | 0.55% | - |
| XYZ | 9.94 | 5.34 | 25.71 | - |
| YUV | 62.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 141 | 0.33 | 0.77 | 0 | 0.45 | 274.13 | 0.63 | 0.34 |
| Hex | 5E | 20 | 8D | 21 | 4D | 0 | 2D | 112 | 3F | 22 |
| Octal | 136 | 40 | 215 | 41 | 115 | 0 | 55 | 422 | 77 | 42 |
| Binary | 1011110 | 100000 | 10001101 | 100001 | 1001101 | 0 | 101101 | 100010010 | 111111 | 100010 |
Color Harmonies of #5E208D
Complementary color
Monochromatic Colors of #5E208D
Black with #5E208D
Text Example
Text Example
White with #5E208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E208D; }
p { color: rgb(94,32,141); }
H1.HeaderClassName
{
color: #5E208D;
}
.AnyTagClassName
{
color: #5E208D;
}
</style>
background-color css
<style>
a { background-color: #5E208D; }
a { background-color: rgb(94,32,141); }
div.DivClassName
{
background-color: #5E208D;
}
.BgClassName
{
background-color: #5E208D;
}
</style>
border-color css
<style>
span { border-color: #5E208D; }
span { border-color: rgb(94,32,141); }
td.TdClassName
{
border-color: #5E208D;
}
.TagClassName
{
border-color: #5E208D;
}
</style>