Shades of Kingfisher Daisy #512086
Tints of Kingfisher Daisy #512086
RGB
CMYK
RGB Variations
Color information
#512086 (or 0x512086) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 86. RGB value is (81,32,134). Sum of RGB (Red+Green+Blue) = 81+32+134=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #512086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512086 is #AEDF79. Grayscale: #393939. Windows color (decimal): -11460474 or 8790097. OLE color: 8790097.
HSL color Cylindrical-coordinate representation of color #512086: hue angle of 268.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512086 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 32 | 134 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.47 |
| HSL | 268.82º | 0.61% | 0.33% | - |
| HSV(B) | 268.82º | 0.76% | 0.53% | - |
| XYZ | 8.21 | 4.5 | 22.99 | - |
| YUV | 58.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 134 | 0.40 | 0.76 | 0 | 0.47 | 268.82 | 0.61 | 0.33 |
| Hex | 51 | 20 | 86 | 28 | 4C | 0 | 2F | 10D | 3D | 21 |
| Octal | 121 | 40 | 206 | 50 | 114 | 0 | 57 | 415 | 75 | 41 |
| Binary | 1010001 | 100000 | 10000110 | 101000 | 1001100 | 0 | 101111 | 100001101 | 111101 | 100001 |
Color Harmonies of #512086
Complementary color
Monochromatic Colors of #512086
Black with #512086
Text Example
Text Example
White with #512086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512086; }
p { color: rgb(81,32,134); }
H1.HeaderClassName
{
color: #512086;
}
.AnyTagClassName
{
color: #512086;
}
</style>
background-color css
<style>
a { background-color: #512086; }
a { background-color: rgb(81,32,134); }
div.DivClassName
{
background-color: #512086;
}
.BgClassName
{
background-color: #512086;
}
</style>
border-color css
<style>
span { border-color: #512086; }
span { border-color: rgb(81,32,134); }
td.TdClassName
{
border-color: #512086;
}
.TagClassName
{
border-color: #512086;
}
</style>