Shades of Kingfisher Daisy #511F90
Tints of Kingfisher Daisy #511F90
RGB
CMYK
RGB Variations
Color information
#511F90 (or 0x511F90) is known color: Kingfisher Daisy. HEX triplet: 51, 1F and 90. RGB value is (81,31,144). Sum of RGB (Red+Green+Blue) = 81+31+144=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #511F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F90 is #AEE06F. Grayscale: #3A3A3A. Windows color (decimal): -11460720 or 9445201. OLE color: 9445201.
HSL color Cylindrical-coordinate representation of color #511F90: hue angle of 266.55º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511F90 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 31 | 144 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.44 |
| HSL | 266.55º | 0.65% | 0.34% | - |
| HSV(B) | 266.55º | 0.78% | 0.56% | - |
| XYZ | 8.92 | 4.74 | 26.83 | - |
| YUV | 58.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 144 | 0.44 | 0.78 | 0 | 0.44 | 266.55 | 0.65 | 0.34 |
| Hex | 51 | 1F | 90 | 2C | 4E | 0 | 2C | 10B | 41 | 22 |
| Octal | 121 | 37 | 220 | 54 | 116 | 0 | 54 | 413 | 101 | 42 |
| Binary | 1010001 | 11111 | 10010000 | 101100 | 1001110 | 0 | 101100 | 100001011 | 1000001 | 100010 |
Color Harmonies of #511F90
Complementary color
Monochromatic Colors of #511F90
Black with #511F90
Text Example
Text Example
White with #511F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F90; }
p { color: rgb(81,31,144); }
H1.HeaderClassName
{
color: #511F90;
}
.AnyTagClassName
{
color: #511F90;
}
</style>
background-color css
<style>
a { background-color: #511F90; }
a { background-color: rgb(81,31,144); }
div.DivClassName
{
background-color: #511F90;
}
.BgClassName
{
background-color: #511F90;
}
</style>
border-color css
<style>
span { border-color: #511F90; }
span { border-color: rgb(81,31,144); }
td.TdClassName
{
border-color: #511F90;
}
.TagClassName
{
border-color: #511F90;
}
</style>