Shades of Kingfisher Daisy #511E87
Tints of Kingfisher Daisy #511E87
RGB
CMYK
RGB Variations
Color information
#511E87 (or 0x511E87) is known color: Kingfisher Daisy. HEX triplet: 51, 1E and 87. RGB value is (81,30,135). Sum of RGB (Red+Green+Blue) = 81+30+135=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #511E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511E87 is #AEE178. Grayscale: #383838. Windows color (decimal): -11460985 or 8855121. OLE color: 8855121.
HSL color Cylindrical-coordinate representation of color #511E87: hue angle of 269.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511E87 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 30 | 135 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.47 |
| HSL | 269.14º | 0.64% | 0.32% | - |
| HSV(B) | 269.14º | 0.78% | 0.53% | - |
| XYZ | 8.23 | 4.43 | 23.34 | - |
| YUV | 57.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 135 | 0.40 | 0.78 | 0 | 0.47 | 269.14 | 0.64 | 0.32 |
| Hex | 51 | 1E | 87 | 28 | 4E | 0 | 2F | 10D | 40 | 20 |
| Octal | 121 | 36 | 207 | 50 | 116 | 0 | 57 | 415 | 100 | 40 |
| Binary | 1010001 | 11110 | 10000111 | 101000 | 1001110 | 0 | 101111 | 100001101 | 1000000 | 100000 |
Color Harmonies of #511E87
Complementary color
Monochromatic Colors of #511E87
Black with #511E87
Text Example
Text Example
White with #511E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E87; }
p { color: rgb(81,30,135); }
H1.HeaderClassName
{
color: #511E87;
}
.AnyTagClassName
{
color: #511E87;
}
</style>
background-color css
<style>
a { background-color: #511E87; }
a { background-color: rgb(81,30,135); }
div.DivClassName
{
background-color: #511E87;
}
.BgClassName
{
background-color: #511E87;
}
</style>
border-color css
<style>
span { border-color: #511E87; }
span { border-color: rgb(81,30,135); }
td.TdClassName
{
border-color: #511E87;
}
.TagClassName
{
border-color: #511E87;
}
</style>