Shades of Kingfisher Daisy #512D89
Tints of Kingfisher Daisy #512D89
RGB
CMYK
RGB Variations
Color information
#512D89 (or 0x512D89) is known color: Kingfisher Daisy. HEX triplet: 51, 2D and 89. RGB value is (81,45,137). Sum of RGB (Red+Green+Blue) = 81+45+137=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #512D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D89 is #AED276. Grayscale: #414141. Windows color (decimal): -11457143 or 8990033. OLE color: 8990033.
HSL color Cylindrical-coordinate representation of color #512D89: hue angle of 263.48º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512D89 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 45 | 137 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.46 |
| HSL | 263.48º | 0.51% | 0.36% | - |
| HSV(B) | 263.48º | 0.67% | 0.54% | - |
| XYZ | 8.85 | 5.43 | 24.25 | - |
| YUV | 66.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 137 | 0.41 | 0.67 | 0 | 0.46 | 263.48 | 0.51 | 0.36 |
| Hex | 51 | 2D | 89 | 29 | 43 | 0 | 2E | 107 | 33 | 24 |
| Octal | 121 | 55 | 211 | 51 | 103 | 0 | 56 | 407 | 63 | 44 |
| Binary | 1010001 | 101101 | 10001001 | 101001 | 1000011 | 0 | 101110 | 100000111 | 110011 | 100100 |
Color Harmonies of #512D89
Complementary color
Monochromatic Colors of #512D89
Black with #512D89
Text Example
Text Example
White with #512D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D89; }
p { color: rgb(81,45,137); }
H1.HeaderClassName
{
color: #512D89;
}
.AnyTagClassName
{
color: #512D89;
}
</style>
background-color css
<style>
a { background-color: #512D89; }
a { background-color: rgb(81,45,137); }
div.DivClassName
{
background-color: #512D89;
}
.BgClassName
{
background-color: #512D89;
}
</style>
border-color css
<style>
span { border-color: #512D89; }
span { border-color: rgb(81,45,137); }
td.TdClassName
{
border-color: #512D89;
}
.TagClassName
{
border-color: #512D89;
}
</style>