Shades of Kingfisher Daisy #502C84
Tints of Kingfisher Daisy #502C84
RGB
CMYK
RGB Variations
Color information
#502C84 (or 0x502C84) is known color: Kingfisher Daisy. HEX triplet: 50, 2C and 84. RGB value is (80,44,132). Sum of RGB (Red+Green+Blue) = 80+44+132=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #502C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C84 is #AFD37B. Grayscale: #404040. Windows color (decimal): -11522940 or 8662096. OLE color: 8662096.
HSL color Cylindrical-coordinate representation of color #502C84: hue angle of 264.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502C84 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 44 | 132 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.48 |
| HSL | 264.55º | 0.5% | 0.35% | - |
| HSV(B) | 264.55º | 0.67% | 0.52% | - |
| XYZ | 8.37 | 5.17 | 22.39 | - |
| YUV | 64.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 132 | 0.39 | 0.67 | 0 | 0.48 | 264.55 | 0.5 | 0.35 |
| Hex | 50 | 2C | 84 | 27 | 43 | 0 | 30 | 109 | 32 | 23 |
| Octal | 120 | 54 | 204 | 47 | 103 | 0 | 60 | 411 | 62 | 43 |
| Binary | 1010000 | 101100 | 10000100 | 100111 | 1000011 | 0 | 110000 | 100001001 | 110010 | 100011 |
Color Harmonies of #502C84
Complementary color
Monochromatic Colors of #502C84
Black with #502C84
Text Example
Text Example
White with #502C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C84; }
p { color: rgb(80,44,132); }
H1.HeaderClassName
{
color: #502C84;
}
.AnyTagClassName
{
color: #502C84;
}
</style>
background-color css
<style>
a { background-color: #502C84; }
a { background-color: rgb(80,44,132); }
div.DivClassName
{
background-color: #502C84;
}
.BgClassName
{
background-color: #502C84;
}
</style>
border-color css
<style>
span { border-color: #502C84; }
span { border-color: rgb(80,44,132); }
td.TdClassName
{
border-color: #502C84;
}
.TagClassName
{
border-color: #502C84;
}
</style>