Shades of Kingfisher Daisy #502285
Tints of Kingfisher Daisy #502285
RGB
CMYK
RGB Variations
Color information
#502285 (or 0x502285) is known color: Kingfisher Daisy. HEX triplet: 50, 22 and 85. RGB value is (80,34,133). Sum of RGB (Red+Green+Blue) = 80+34+133=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #502285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502285 is #AFDD7A. Grayscale: #3A3A3A. Windows color (decimal): -11525499 or 8725072. OLE color: 8725072.
HSL color Cylindrical-coordinate representation of color #502285: hue angle of 267.88º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502285 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 34 | 133 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.48 |
| HSL | 267.88º | 0.59% | 0.33% | - |
| HSV(B) | 267.88º | 0.74% | 0.52% | - |
| XYZ | 8.11 | 4.54 | 22.64 | - |
| YUV | 59.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 133 | 0.40 | 0.74 | 0 | 0.48 | 267.88 | 0.59 | 0.33 |
| Hex | 50 | 22 | 85 | 28 | 4A | 0 | 30 | 10C | 3B | 21 |
| Octal | 120 | 42 | 205 | 50 | 112 | 0 | 60 | 414 | 73 | 41 |
| Binary | 1010000 | 100010 | 10000101 | 101000 | 1001010 | 0 | 110000 | 100001100 | 111011 | 100001 |
Color Harmonies of #502285
Complementary color
Monochromatic Colors of #502285
Black with #502285
Text Example
Text Example
White with #502285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502285; }
p { color: rgb(80,34,133); }
H1.HeaderClassName
{
color: #502285;
}
.AnyTagClassName
{
color: #502285;
}
</style>
background-color css
<style>
a { background-color: #502285; }
a { background-color: rgb(80,34,133); }
div.DivClassName
{
background-color: #502285;
}
.BgClassName
{
background-color: #502285;
}
</style>
border-color css
<style>
span { border-color: #502285; }
span { border-color: rgb(80,34,133); }
td.TdClassName
{
border-color: #502285;
}
.TagClassName
{
border-color: #502285;
}
</style>