Shades of Kingfisher Daisy #503285
Tints of Kingfisher Daisy #503285
RGB
CMYK
RGB Variations
Color information
#503285 (or 0x503285) is known color: Kingfisher Daisy. HEX triplet: 50, 32 and 85. RGB value is (80,50,133). Sum of RGB (Red+Green+Blue) = 80+50+133=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #503285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503285 is #AFCD7A. Grayscale: #444444. Windows color (decimal): -11521403 or 8729168. OLE color: 8729168.
HSL color Cylindrical-coordinate representation of color #503285: hue angle of 261.69º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503285 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 50 | 133 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.48 |
| HSL | 261.69º | 0.45% | 0.36% | - |
| HSV(B) | 261.69º | 0.62% | 0.52% | - |
| XYZ | 8.68 | 5.68 | 22.83 | - |
| YUV | 68.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 133 | 0.40 | 0.62 | 0 | 0.48 | 261.69 | 0.45 | 0.36 |
| Hex | 50 | 32 | 85 | 28 | 3E | 0 | 30 | 106 | 2D | 24 |
| Octal | 120 | 62 | 205 | 50 | 76 | 0 | 60 | 406 | 55 | 44 |
| Binary | 1010000 | 110010 | 10000101 | 101000 | 111110 | 0 | 110000 | 100000110 | 101101 | 100100 |
Color Harmonies of #503285
Complementary color
Monochromatic Colors of #503285
Black with #503285
Text Example
Text Example
White with #503285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503285; }
p { color: rgb(80,50,133); }
H1.HeaderClassName
{
color: #503285;
}
.AnyTagClassName
{
color: #503285;
}
</style>
background-color css
<style>
a { background-color: #503285; }
a { background-color: rgb(80,50,133); }
div.DivClassName
{
background-color: #503285;
}
.BgClassName
{
background-color: #503285;
}
</style>
border-color css
<style>
span { border-color: #503285; }
span { border-color: rgb(80,50,133); }
td.TdClassName
{
border-color: #503285;
}
.TagClassName
{
border-color: #503285;
}
</style>