Shades of Kingfisher Daisy #511F88
Tints of Kingfisher Daisy #511F88
RGB
CMYK
RGB Variations
Color information
#511F88 (or 0x511F88) is known color: Kingfisher Daisy. HEX triplet: 51, 1F and 88. RGB value is (81,31,136). Sum of RGB (Red+Green+Blue) = 81+31+136=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #511F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F88 is #AEE077. Grayscale: #393939. Windows color (decimal): -11460728 or 8920913. OLE color: 8920913.
HSL color Cylindrical-coordinate representation of color #511F88: hue angle of 268.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511F88 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 31 | 136 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.47 |
| HSL | 268.57º | 0.63% | 0.33% | - |
| HSV(B) | 268.57º | 0.77% | 0.53% | - |
| XYZ | 8.33 | 4.51 | 23.72 | - |
| YUV | 57.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 136 | 0.40 | 0.77 | 0 | 0.47 | 268.57 | 0.63 | 0.33 |
| Hex | 51 | 1F | 88 | 28 | 4D | 0 | 2F | 10D | 3F | 21 |
| Octal | 121 | 37 | 210 | 50 | 115 | 0 | 57 | 415 | 77 | 41 |
| Binary | 1010001 | 11111 | 10001000 | 101000 | 1001101 | 0 | 101111 | 100001101 | 111111 | 100001 |
Color Harmonies of #511F88
Complementary color
Monochromatic Colors of #511F88
Black with #511F88
Text Example
Text Example
White with #511F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F88; }
p { color: rgb(81,31,136); }
H1.HeaderClassName
{
color: #511F88;
}
.AnyTagClassName
{
color: #511F88;
}
</style>
background-color css
<style>
a { background-color: #511F88; }
a { background-color: rgb(81,31,136); }
div.DivClassName
{
background-color: #511F88;
}
.BgClassName
{
background-color: #511F88;
}
</style>
border-color css
<style>
span { border-color: #511F88; }
span { border-color: rgb(81,31,136); }
td.TdClassName
{
border-color: #511F88;
}
.TagClassName
{
border-color: #511F88;
}
</style>