Shades of Kingfisher Daisy #502090
Tints of Kingfisher Daisy #502090
RGB
CMYK
RGB Variations
Color information
#502090 (or 0x502090) is known color: Kingfisher Daisy. HEX triplet: 50, 20 and 90. RGB value is (80,32,144). Sum of RGB (Red+Green+Blue) = 80+32+144=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #502090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502090 is #AFDF6F. Grayscale: #3A3A3A. Windows color (decimal): -11526000 or 9445456. OLE color: 9445456.
HSL color Cylindrical-coordinate representation of color #502090: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502090 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 32 | 144 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.44 |
| HSL | 265.71º | 0.64% | 0.35% | - |
| HSV(B) | 265.71º | 0.78% | 0.56% | - |
| XYZ | 8.86 | 4.75 | 26.84 | - |
| YUV | 59.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 144 | 0.44 | 0.78 | 0 | 0.44 | 265.71 | 0.64 | 0.35 |
| Hex | 50 | 20 | 90 | 2C | 4E | 0 | 2C | 10A | 40 | 23 |
| Octal | 120 | 40 | 220 | 54 | 116 | 0 | 54 | 412 | 100 | 43 |
| Binary | 1010000 | 100000 | 10010000 | 101100 | 1001110 | 0 | 101100 | 100001010 | 1000000 | 100011 |
Color Harmonies of #502090
Complementary color
Monochromatic Colors of #502090
Black with #502090
Text Example
Text Example
White with #502090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502090; }
p { color: rgb(80,32,144); }
H1.HeaderClassName
{
color: #502090;
}
.AnyTagClassName
{
color: #502090;
}
</style>
background-color css
<style>
a { background-color: #502090; }
a { background-color: rgb(80,32,144); }
div.DivClassName
{
background-color: #502090;
}
.BgClassName
{
background-color: #502090;
}
</style>
border-color css
<style>
span { border-color: #502090; }
span { border-color: rgb(80,32,144); }
td.TdClassName
{
border-color: #502090;
}
.TagClassName
{
border-color: #502090;
}
</style>