Shades of Kingfisher Daisy #512286
Tints of Kingfisher Daisy #512286
RGB
CMYK
RGB Variations
Color information
#512286 (or 0x512286) is known color: Kingfisher Daisy. HEX triplet: 51, 22 and 86. RGB value is (81,34,134). Sum of RGB (Red+Green+Blue) = 81+34+134=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #512286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512286 is #AEDD79. Grayscale: #3B3B3B. Windows color (decimal): -11459962 or 8790609. OLE color: 8790609.
HSL color Cylindrical-coordinate representation of color #512286: hue angle of 268.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512286 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 34 | 134 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.47 |
| HSL | 268.2º | 0.6% | 0.33% | - |
| HSV(B) | 268.2º | 0.75% | 0.53% | - |
| XYZ | 8.27 | 4.61 | 23.01 | - |
| YUV | 59.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 134 | 0.40 | 0.75 | 0 | 0.47 | 268.2 | 0.6 | 0.33 |
| Hex | 51 | 22 | 86 | 28 | 4B | 0 | 2F | 10C | 3C | 21 |
| Octal | 121 | 42 | 206 | 50 | 113 | 0 | 57 | 414 | 74 | 41 |
| Binary | 1010001 | 100010 | 10000110 | 101000 | 1001011 | 0 | 101111 | 100001100 | 111100 | 100001 |
Color Harmonies of #512286
Complementary color
Monochromatic Colors of #512286
Black with #512286
Text Example
Text Example
White with #512286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512286; }
p { color: rgb(81,34,134); }
H1.HeaderClassName
{
color: #512286;
}
.AnyTagClassName
{
color: #512286;
}
</style>
background-color css
<style>
a { background-color: #512286; }
a { background-color: rgb(81,34,134); }
div.DivClassName
{
background-color: #512286;
}
.BgClassName
{
background-color: #512286;
}
</style>
border-color css
<style>
span { border-color: #512286; }
span { border-color: rgb(81,34,134); }
td.TdClassName
{
border-color: #512286;
}
.TagClassName
{
border-color: #512286;
}
</style>