Shades of Kingfisher Daisy #511E8A
Tints of Kingfisher Daisy #511E8A
RGB
CMYK
RGB Variations
Color information
#511E8A (or 0x511E8A) is known color: Kingfisher Daisy. HEX triplet: 51, 1E and 8A. RGB value is (81,30,138). Sum of RGB (Red+Green+Blue) = 81+30+138=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #511E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511E8A is #AEE175. Grayscale: #393939. Windows color (decimal): -11460982 or 9051729. OLE color: 9051729.
HSL color Cylindrical-coordinate representation of color #511E8A: hue angle of 268.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511E8A is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 30 | 138 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.46 |
| HSL | 268.33º | 0.64% | 0.33% | - |
| HSV(B) | 268.33º | 0.78% | 0.54% | - |
| XYZ | 8.45 | 4.51 | 24.47 | - |
| YUV | 57.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 138 | 0.41 | 0.78 | 0 | 0.46 | 268.33 | 0.64 | 0.33 |
| Hex | 51 | 1E | 8A | 29 | 4E | 0 | 2E | 10C | 40 | 21 |
| Octal | 121 | 36 | 212 | 51 | 116 | 0 | 56 | 414 | 100 | 41 |
| Binary | 1010001 | 11110 | 10001010 | 101001 | 1001110 | 0 | 101110 | 100001100 | 1000000 | 100001 |
Color Harmonies of #511E8A
Complementary color
Monochromatic Colors of #511E8A
Black with #511E8A
Text Example
Text Example
White with #511E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E8A; }
p { color: rgb(81,30,138); }
H1.HeaderClassName
{
color: #511E8A;
}
.AnyTagClassName
{
color: #511E8A;
}
</style>
background-color css
<style>
a { background-color: #511E8A; }
a { background-color: rgb(81,30,138); }
div.DivClassName
{
background-color: #511E8A;
}
.BgClassName
{
background-color: #511E8A;
}
</style>
border-color css
<style>
span { border-color: #511E8A; }
span { border-color: rgb(81,30,138); }
td.TdClassName
{
border-color: #511E8A;
}
.TagClassName
{
border-color: #511E8A;
}
</style>