Shades of Kingfisher Daisy #503184
Tints of Kingfisher Daisy #503184
RGB
CMYK
RGB Variations
Color information
#503184 (or 0x503184) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 84. RGB value is (80,49,132). Sum of RGB (Red+Green+Blue) = 80+49+132=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #503184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503184 is #AFCE7B. Grayscale: #434343. Windows color (decimal): -11521660 or 8663376. OLE color: 8663376.
HSL color Cylindrical-coordinate representation of color #503184: hue angle of 262.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #503184 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 49 | 132 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.48 |
| HSL | 262.41º | 0.46% | 0.35% | - |
| HSV(B) | 262.41º | 0.63% | 0.52% | - |
| XYZ | 8.57 | 5.57 | 22.45 | - |
| YUV | 67.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 132 | 0.39 | 0.63 | 0 | 0.48 | 262.41 | 0.46 | 0.35 |
| Hex | 50 | 31 | 84 | 27 | 3F | 0 | 30 | 106 | 2E | 23 |
| Octal | 120 | 61 | 204 | 47 | 77 | 0 | 60 | 406 | 56 | 43 |
| Binary | 1010000 | 110001 | 10000100 | 100111 | 111111 | 0 | 110000 | 100000110 | 101110 | 100011 |
Color Harmonies of #503184
Complementary color
Monochromatic Colors of #503184
Black with #503184
Text Example
Text Example
White with #503184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503184; }
p { color: rgb(80,49,132); }
H1.HeaderClassName
{
color: #503184;
}
.AnyTagClassName
{
color: #503184;
}
</style>
background-color css
<style>
a { background-color: #503184; }
a { background-color: rgb(80,49,132); }
div.DivClassName
{
background-color: #503184;
}
.BgClassName
{
background-color: #503184;
}
</style>
border-color css
<style>
span { border-color: #503184; }
span { border-color: rgb(80,49,132); }
td.TdClassName
{
border-color: #503184;
}
.TagClassName
{
border-color: #503184;
}
</style>