Shades of Kingfisher Daisy #502085
Tints of Kingfisher Daisy #502085
RGB
CMYK
RGB Variations
Color information
#502085 (or 0x502085) is known color: Kingfisher Daisy. HEX triplet: 50, 20 and 85. RGB value is (80,32,133). Sum of RGB (Red+Green+Blue) = 80+32+133=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #502085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502085 is #AFDF7A. Grayscale: #393939. Windows color (decimal): -11526011 or 8724560. OLE color: 8724560.
HSL color Cylindrical-coordinate representation of color #502085: hue angle of 268.51º 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 #502085 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 32 | 133 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.48 |
| HSL | 268.51º | 0.61% | 0.32% | - |
| HSV(B) | 268.51º | 0.76% | 0.52% | - |
| XYZ | 8.06 | 4.43 | 22.62 | - |
| YUV | 57.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 133 | 0.40 | 0.76 | 0 | 0.48 | 268.51 | 0.61 | 0.32 |
| Hex | 50 | 20 | 85 | 28 | 4C | 0 | 30 | 10D | 3D | 20 |
| Octal | 120 | 40 | 205 | 50 | 114 | 0 | 60 | 415 | 75 | 40 |
| Binary | 1010000 | 100000 | 10000101 | 101000 | 1001100 | 0 | 110000 | 100001101 | 111101 | 100000 |
Color Harmonies of #502085
Complementary color
Monochromatic Colors of #502085
Black with #502085
Text Example
Text Example
White with #502085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502085; }
p { color: rgb(80,32,133); }
H1.HeaderClassName
{
color: #502085;
}
.AnyTagClassName
{
color: #502085;
}
</style>
background-color css
<style>
a { background-color: #502085; }
a { background-color: rgb(80,32,133); }
div.DivClassName
{
background-color: #502085;
}
.BgClassName
{
background-color: #502085;
}
</style>
border-color css
<style>
span { border-color: #502085; }
span { border-color: rgb(80,32,133); }
td.TdClassName
{
border-color: #502085;
}
.TagClassName
{
border-color: #502085;
}
</style>