Shades of Kingfisher Daisy #511E94
Tints of Kingfisher Daisy #511E94
RGB
CMYK
RGB Variations
Color information
#511E94 (or 0x511E94) is known color: Kingfisher Daisy. HEX triplet: 51, 1E and 94. RGB value is (81,30,148). Sum of RGB (Red+Green+Blue) = 81+30+148=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #511E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511E94 is #AEE16B. Grayscale: #3A3A3A. Windows color (decimal): -11460972 or 9707089. OLE color: 9707089.
HSL color Cylindrical-coordinate representation of color #511E94: hue angle of 265.93º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511E94 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 30 | 148 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.42 |
| HSL | 265.93º | 0.66% | 0.35% | - |
| HSV(B) | 265.93º | 0.8% | 0.58% | - |
| XYZ | 9.2 | 4.82 | 28.46 | - |
| YUV | 58.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 148 | 0.45 | 0.80 | 0 | 0.42 | 265.93 | 0.66 | 0.35 |
| Hex | 51 | 1E | 94 | 2D | 50 | 0 | 2A | 10A | 42 | 23 |
| Octal | 121 | 36 | 224 | 55 | 120 | 0 | 52 | 412 | 102 | 43 |
| Binary | 1010001 | 11110 | 10010100 | 101101 | 1010000 | 0 | 101010 | 100001010 | 1000010 | 100011 |
Color Harmonies of #511E94
Complementary color
Monochromatic Colors of #511E94
Black with #511E94
Text Example
Text Example
White with #511E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E94; }
p { color: rgb(81,30,148); }
H1.HeaderClassName
{
color: #511E94;
}
.AnyTagClassName
{
color: #511E94;
}
</style>
background-color css
<style>
a { background-color: #511E94; }
a { background-color: rgb(81,30,148); }
div.DivClassName
{
background-color: #511E94;
}
.BgClassName
{
background-color: #511E94;
}
</style>
border-color css
<style>
span { border-color: #511E94; }
span { border-color: rgb(81,30,148); }
td.TdClassName
{
border-color: #511E94;
}
.TagClassName
{
border-color: #511E94;
}
</style>