Shades of Kingfisher Daisy #501E99
Tints of Kingfisher Daisy #501E99
RGB
CMYK
RGB Variations
Color information
#501E99 (or 0x501E99) is known color: Kingfisher Daisy. HEX triplet: 50, 1E and 99. RGB value is (80,30,153). Sum of RGB (Red+Green+Blue) = 80+30+153=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #501E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501E99 is #AFE166. Grayscale: #3A3A3A. Windows color (decimal): -11526503 or 10034768. OLE color: 10034768.
HSL color Cylindrical-coordinate representation of color #501E99: hue angle of 264.39º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501E99 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 30 | 153 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.4 |
| HSL | 264.39º | 0.67% | 0.36% | - |
| HSV(B) | 264.39º | 0.8% | 0.6% | - |
| XYZ | 9.52 | 4.93 | 30.59 | - |
| YUV | 58.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 153 | 0.48 | 0.80 | 0 | 0.4 | 264.39 | 0.67 | 0.36 |
| Hex | 50 | 1E | 99 | 30 | 50 | 0 | 28 | 108 | 43 | 24 |
| Octal | 120 | 36 | 231 | 60 | 120 | 0 | 50 | 410 | 103 | 44 |
| Binary | 1010000 | 11110 | 10011001 | 110000 | 1010000 | 0 | 101000 | 100001000 | 1000011 | 100100 |
Color Harmonies of #501E99
Complementary color
Monochromatic Colors of #501E99
Black with #501E99
Text Example
Text Example
White with #501E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E99; }
p { color: rgb(80,30,153); }
H1.HeaderClassName
{
color: #501E99;
}
.AnyTagClassName
{
color: #501E99;
}
</style>
background-color css
<style>
a { background-color: #501E99; }
a { background-color: rgb(80,30,153); }
div.DivClassName
{
background-color: #501E99;
}
.BgClassName
{
background-color: #501E99;
}
</style>
border-color css
<style>
span { border-color: #501E99; }
span { border-color: rgb(80,30,153); }
td.TdClassName
{
border-color: #501E99;
}
.TagClassName
{
border-color: #501E99;
}
</style>