Shades of Kingfisher Daisy #502488
Tints of Kingfisher Daisy #502488
RGB
CMYK
RGB Variations
Color information
#502488 (or 0x502488) is known color: Kingfisher Daisy. HEX triplet: 50, 24 and 88. RGB value is (80,36,136). Sum of RGB (Red+Green+Blue) = 80+36+136=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #502488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502488 is #AFDB77. Grayscale: #3C3C3C. Windows color (decimal): -11524984 or 8922192. OLE color: 8922192.
HSL color Cylindrical-coordinate representation of color #502488: hue angle of 266.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502488 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 36 | 136 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.47 |
| HSL | 266.4º | 0.58% | 0.34% | - |
| HSV(B) | 266.4º | 0.74% | 0.53% | - |
| XYZ | 8.38 | 4.74 | 23.77 | - |
| YUV | 60.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 136 | 0.41 | 0.74 | 0 | 0.47 | 266.4 | 0.58 | 0.34 |
| Hex | 50 | 24 | 88 | 29 | 4A | 0 | 2F | 10A | 3A | 22 |
| Octal | 120 | 44 | 210 | 51 | 112 | 0 | 57 | 412 | 72 | 42 |
| Binary | 1010000 | 100100 | 10001000 | 101001 | 1001010 | 0 | 101111 | 100001010 | 111010 | 100010 |
Color Harmonies of #502488
Complementary color
Monochromatic Colors of #502488
Black with #502488
Text Example
Text Example
White with #502488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502488; }
p { color: rgb(80,36,136); }
H1.HeaderClassName
{
color: #502488;
}
.AnyTagClassName
{
color: #502488;
}
</style>
background-color css
<style>
a { background-color: #502488; }
a { background-color: rgb(80,36,136); }
div.DivClassName
{
background-color: #502488;
}
.BgClassName
{
background-color: #502488;
}
</style>
border-color css
<style>
span { border-color: #502488; }
span { border-color: rgb(80,36,136); }
td.TdClassName
{
border-color: #502488;
}
.TagClassName
{
border-color: #502488;
}
</style>