Shades of Kingfisher Daisy #502084
Tints of Kingfisher Daisy #502084
RGB
CMYK
RGB Variations
Color information
#502084 (or 0x502084) is known color: Kingfisher Daisy. HEX triplet: 50, 20 and 84. RGB value is (80,32,132). Sum of RGB (Red+Green+Blue) = 80+32+132=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #502084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502084 is #AFDF7B. Grayscale: #393939. Windows color (decimal): -11526012 or 8659024. OLE color: 8659024.
HSL color Cylindrical-coordinate representation of color #502084: hue angle of 268.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502084 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 32 | 132 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.48 |
| HSL | 268.8º | 0.61% | 0.32% | - |
| HSV(B) | 268.8º | 0.76% | 0.52% | - |
| XYZ | 7.99 | 4.4 | 22.26 | - |
| YUV | 57.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 132 | 0.39 | 0.76 | 0 | 0.48 | 268.8 | 0.61 | 0.32 |
| Hex | 50 | 20 | 84 | 27 | 4C | 0 | 30 | 10D | 3D | 20 |
| Octal | 120 | 40 | 204 | 47 | 114 | 0 | 60 | 415 | 75 | 40 |
| Binary | 1010000 | 100000 | 10000100 | 100111 | 1001100 | 0 | 110000 | 100001101 | 111101 | 100000 |
Color Harmonies of #502084
Complementary color
Monochromatic Colors of #502084
Black with #502084
Text Example
Text Example
White with #502084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502084; }
p { color: rgb(80,32,132); }
H1.HeaderClassName
{
color: #502084;
}
.AnyTagClassName
{
color: #502084;
}
</style>
background-color css
<style>
a { background-color: #502084; }
a { background-color: rgb(80,32,132); }
div.DivClassName
{
background-color: #502084;
}
.BgClassName
{
background-color: #502084;
}
</style>
border-color css
<style>
span { border-color: #502084; }
span { border-color: rgb(80,32,132); }
td.TdClassName
{
border-color: #502084;
}
.TagClassName
{
border-color: #502084;
}
</style>