Shades of Kingfisher Daisy #50357C
Tints of Kingfisher Daisy #50357C
RGB
CMYK
RGB Variations
Color information
#50357C (or 0x50357C) is known color: Kingfisher Daisy. HEX triplet: 50, 35 and 7C. RGB value is (80,53,124). Sum of RGB (Red+Green+Blue) = 80+53+124=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #50357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50357C is #AFCA83. Grayscale: #444444. Windows color (decimal): -11520644 or 8140112. OLE color: 8140112.
HSL color Cylindrical-coordinate representation of color #50357C: hue angle of 262.82º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50357C is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 53 | 124 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.51 |
| HSL | 262.82º | 0.4% | 0.35% | - |
| HSV(B) | 262.82º | 0.57% | 0.49% | - |
| XYZ | 8.22 | 5.71 | 19.74 | - |
| YUV | 69.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 124 | 0.35 | 0.57 | 0 | 0.51 | 262.82 | 0.4 | 0.35 |
| Hex | 50 | 35 | 7C | 23 | 39 | 0 | 33 | 107 | 28 | 23 |
| Octal | 120 | 65 | 174 | 43 | 71 | 0 | 63 | 407 | 50 | 43 |
| Binary | 1010000 | 110101 | 1111100 | 100011 | 111001 | 0 | 110011 | 100000111 | 101000 | 100011 |
Color Harmonies of #50357C
Complementary color
Monochromatic Colors of #50357C
Black with #50357C
Text Example
Text Example
White with #50357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50357C; }
p { color: rgb(80,53,124); }
H1.HeaderClassName
{
color: #50357C;
}
.AnyTagClassName
{
color: #50357C;
}
</style>
background-color css
<style>
a { background-color: #50357C; }
a { background-color: rgb(80,53,124); }
div.DivClassName
{
background-color: #50357C;
}
.BgClassName
{
background-color: #50357C;
}
</style>
border-color css
<style>
span { border-color: #50357C; }
span { border-color: rgb(80,53,124); }
td.TdClassName
{
border-color: #50357C;
}
.TagClassName
{
border-color: #50357C;
}
</style>