Shades of Kingfisher Daisy #502184
Tints of Kingfisher Daisy #502184
RGB
CMYK
RGB Variations
Color information
#502184 (or 0x502184) is known color: Kingfisher Daisy. HEX triplet: 50, 21 and 84. RGB value is (80,33,132). Sum of RGB (Red+Green+Blue) = 80+33+132=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #502184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502184 is #AFDE7B. Grayscale: #393939. Windows color (decimal): -11525756 or 8659280. OLE color: 8659280.
HSL color Cylindrical-coordinate representation of color #502184: hue angle of 268.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502184 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 33 | 132 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.48 |
| HSL | 268.48º | 0.6% | 0.32% | - |
| HSV(B) | 268.48º | 0.75% | 0.52% | - |
| XYZ | 8.02 | 4.46 | 22.27 | - |
| YUV | 58.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 132 | 0.39 | 0.75 | 0 | 0.48 | 268.48 | 0.6 | 0.32 |
| Hex | 50 | 21 | 84 | 27 | 4B | 0 | 30 | 10C | 3C | 20 |
| Octal | 120 | 41 | 204 | 47 | 113 | 0 | 60 | 414 | 74 | 40 |
| Binary | 1010000 | 100001 | 10000100 | 100111 | 1001011 | 0 | 110000 | 100001100 | 111100 | 100000 |
Color Harmonies of #502184
Complementary color
Monochromatic Colors of #502184
Black with #502184
Text Example
Text Example
White with #502184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502184; }
p { color: rgb(80,33,132); }
H1.HeaderClassName
{
color: #502184;
}
.AnyTagClassName
{
color: #502184;
}
</style>
background-color css
<style>
a { background-color: #502184; }
a { background-color: rgb(80,33,132); }
div.DivClassName
{
background-color: #502184;
}
.BgClassName
{
background-color: #502184;
}
</style>
border-color css
<style>
span { border-color: #502184; }
span { border-color: rgb(80,33,132); }
td.TdClassName
{
border-color: #502184;
}
.TagClassName
{
border-color: #502184;
}
</style>