Shades of Kingfisher Daisy #503283
Tints of Kingfisher Daisy #503283
RGB
CMYK
RGB Variations
Color information
#503283 (or 0x503283) is known color: Kingfisher Daisy. HEX triplet: 50, 32 and 83. RGB value is (80,50,131). Sum of RGB (Red+Green+Blue) = 80+50+131=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #503283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503283 is #AFCD7C. Grayscale: #434343. Windows color (decimal): -11521405 or 8598096. OLE color: 8598096.
HSL color Cylindrical-coordinate representation of color #503283: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503283 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 50 | 131 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.49 |
| HSL | 262.22º | 0.45% | 0.35% | - |
| HSV(B) | 262.22º | 0.62% | 0.51% | - |
| XYZ | 8.55 | 5.63 | 22.11 | - |
| YUV | 68.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 131 | 0.39 | 0.62 | 0 | 0.49 | 262.22 | 0.45 | 0.35 |
| Hex | 50 | 32 | 83 | 27 | 3E | 0 | 31 | 106 | 2D | 23 |
| Octal | 120 | 62 | 203 | 47 | 76 | 0 | 61 | 406 | 55 | 43 |
| Binary | 1010000 | 110010 | 10000011 | 100111 | 111110 | 0 | 110001 | 100000110 | 101101 | 100011 |
Color Harmonies of #503283
Complementary color
Monochromatic Colors of #503283
Black with #503283
Text Example
Text Example
White with #503283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503283; }
p { color: rgb(80,50,131); }
H1.HeaderClassName
{
color: #503283;
}
.AnyTagClassName
{
color: #503283;
}
</style>
background-color css
<style>
a { background-color: #503283; }
a { background-color: rgb(80,50,131); }
div.DivClassName
{
background-color: #503283;
}
.BgClassName
{
background-color: #503283;
}
</style>
border-color css
<style>
span { border-color: #503283; }
span { border-color: rgb(80,50,131); }
td.TdClassName
{
border-color: #503283;
}
.TagClassName
{
border-color: #503283;
}
</style>