Shades of Kingfisher Daisy #502E83
Tints of Kingfisher Daisy #502E83
RGB
CMYK
RGB Variations
Color information
#502E83 (or 0x502E83) is known color: Kingfisher Daisy. HEX triplet: 50, 2E and 83. RGB value is (80,46,131). Sum of RGB (Red+Green+Blue) = 80+46+131=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #502E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502E83 is #AFD17C. Grayscale: #414141. Windows color (decimal): -11522429 or 8597072. OLE color: 8597072.
HSL color Cylindrical-coordinate representation of color #502E83: hue angle of 264º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502E83 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 46 | 131 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.49 |
| HSL | 264º | 0.48% | 0.35% | - |
| HSV(B) | 264º | 0.65% | 0.51% | - |
| XYZ | 8.38 | 5.3 | 22.05 | - |
| YUV | 65.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 131 | 0.39 | 0.65 | 0 | 0.49 | 264 | 0.48 | 0.35 |
| Hex | 50 | 2E | 83 | 27 | 41 | 0 | 31 | 108 | 30 | 23 |
| Octal | 120 | 56 | 203 | 47 | 101 | 0 | 61 | 410 | 60 | 43 |
| Binary | 1010000 | 101110 | 10000011 | 100111 | 1000001 | 0 | 110001 | 100001000 | 110000 | 100011 |
Color Harmonies of #502E83
Complementary color
Monochromatic Colors of #502E83
Black with #502E83
Text Example
Text Example
White with #502E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E83; }
p { color: rgb(80,46,131); }
H1.HeaderClassName
{
color: #502E83;
}
.AnyTagClassName
{
color: #502E83;
}
</style>
background-color css
<style>
a { background-color: #502E83; }
a { background-color: rgb(80,46,131); }
div.DivClassName
{
background-color: #502E83;
}
.BgClassName
{
background-color: #502E83;
}
</style>
border-color css
<style>
span { border-color: #502E83; }
span { border-color: rgb(80,46,131); }
td.TdClassName
{
border-color: #502E83;
}
.TagClassName
{
border-color: #502E83;
}
</style>