Shades of Kingfisher Daisy #503288
Tints of Kingfisher Daisy #503288
RGB
CMYK
RGB Variations
Color information
#503288 (or 0x503288) is known color: Kingfisher Daisy. HEX triplet: 50, 32 and 88. RGB value is (80,50,136). Sum of RGB (Red+Green+Blue) = 80+50+136=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #503288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503288 is #AFCD77. Grayscale: #444444. Windows color (decimal): -11521400 or 8925776. OLE color: 8925776.
HSL color Cylindrical-coordinate representation of color #503288: hue angle of 260.93º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #503288 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 50 | 136 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.47 |
| HSL | 260.93º | 0.46% | 0.36% | - |
| HSV(B) | 260.93º | 0.63% | 0.53% | - |
| XYZ | 8.89 | 5.76 | 23.94 | - |
| YUV | 68.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 136 | 0.41 | 0.63 | 0 | 0.47 | 260.93 | 0.46 | 0.36 |
| Hex | 50 | 32 | 88 | 29 | 3F | 0 | 2F | 105 | 2E | 24 |
| Octal | 120 | 62 | 210 | 51 | 77 | 0 | 57 | 405 | 56 | 44 |
| Binary | 1010000 | 110010 | 10001000 | 101001 | 111111 | 0 | 101111 | 100000101 | 101110 | 100100 |
Color Harmonies of #503288
Complementary color
Monochromatic Colors of #503288
Black with #503288
Text Example
Text Example
White with #503288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503288; }
p { color: rgb(80,50,136); }
H1.HeaderClassName
{
color: #503288;
}
.AnyTagClassName
{
color: #503288;
}
</style>
background-color css
<style>
a { background-color: #503288; }
a { background-color: rgb(80,50,136); }
div.DivClassName
{
background-color: #503288;
}
.BgClassName
{
background-color: #503288;
}
</style>
border-color css
<style>
span { border-color: #503288; }
span { border-color: rgb(80,50,136); }
td.TdClassName
{
border-color: #503288;
}
.TagClassName
{
border-color: #503288;
}
</style>