Shades of Kingfisher Daisy #50328A
Tints of Kingfisher Daisy #50328A
RGB
CMYK
RGB Variations
Color information
#50328A (or 0x50328A) is known color: Kingfisher Daisy. HEX triplet: 50, 32 and 8A. RGB value is (80,50,138). Sum of RGB (Red+Green+Blue) = 80+50+138=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #50328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50328A is #AFCD75. Grayscale: #444444. Windows color (decimal): -11521398 or 9056848. OLE color: 9056848.
HSL color Cylindrical-coordinate representation of color #50328A: hue angle of 260.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50328A is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 50 | 138 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.46 |
| HSL | 260.45º | 0.47% | 0.37% | - |
| HSV(B) | 260.45º | 0.64% | 0.54% | - |
| XYZ | 9.04 | 5.82 | 24.69 | - |
| YUV | 69 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 138 | 0.42 | 0.64 | 0 | 0.46 | 260.45 | 0.47 | 0.37 |
| Hex | 50 | 32 | 8A | 2A | 40 | 0 | 2E | 104 | 2F | 25 |
| Octal | 120 | 62 | 212 | 52 | 100 | 0 | 56 | 404 | 57 | 45 |
| Binary | 1010000 | 110010 | 10001010 | 101010 | 1000000 | 0 | 101110 | 100000100 | 101111 | 100101 |
Color Harmonies of #50328A
Complementary color
Monochromatic Colors of #50328A
Black with #50328A
Text Example
Text Example
White with #50328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50328A; }
p { color: rgb(80,50,138); }
H1.HeaderClassName
{
color: #50328A;
}
.AnyTagClassName
{
color: #50328A;
}
</style>
background-color css
<style>
a { background-color: #50328A; }
a { background-color: rgb(80,50,138); }
div.DivClassName
{
background-color: #50328A;
}
.BgClassName
{
background-color: #50328A;
}
</style>
border-color css
<style>
span { border-color: #50328A; }
span { border-color: rgb(80,50,138); }
td.TdClassName
{
border-color: #50328A;
}
.TagClassName
{
border-color: #50328A;
}
</style>