Shades of Kingfisher Daisy #512D82
Tints of Kingfisher Daisy #512D82
RGB
CMYK
RGB Variations
Color information
#512D82 (or 0x512D82) is known color: Kingfisher Daisy. HEX triplet: 51, 2D and 82. RGB value is (81,45,130). Sum of RGB (Red+Green+Blue) = 81+45+130=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #512D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D82 is #AED27D. Grayscale: #414141. Windows color (decimal): -11457150 or 8531281. OLE color: 8531281.
HSL color Cylindrical-coordinate representation of color #512D82: hue angle of 265.41º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512D82 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 45 | 130 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.49 |
| HSL | 265.41º | 0.49% | 0.34% | - |
| HSV(B) | 265.41º | 0.65% | 0.51% | - |
| XYZ | 8.36 | 5.24 | 21.69 | - |
| YUV | 65.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 130 | 0.38 | 0.65 | 0 | 0.49 | 265.41 | 0.49 | 0.34 |
| Hex | 51 | 2D | 82 | 26 | 41 | 0 | 31 | 109 | 31 | 22 |
| Octal | 121 | 55 | 202 | 46 | 101 | 0 | 61 | 411 | 61 | 42 |
| Binary | 1010001 | 101101 | 10000010 | 100110 | 1000001 | 0 | 110001 | 100001001 | 110001 | 100010 |
Color Harmonies of #512D82
Complementary color
Monochromatic Colors of #512D82
Black with #512D82
Text Example
Text Example
White with #512D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D82; }
p { color: rgb(81,45,130); }
H1.HeaderClassName
{
color: #512D82;
}
.AnyTagClassName
{
color: #512D82;
}
</style>
background-color css
<style>
a { background-color: #512D82; }
a { background-color: rgb(81,45,130); }
div.DivClassName
{
background-color: #512D82;
}
.BgClassName
{
background-color: #512D82;
}
</style>
border-color css
<style>
span { border-color: #512D82; }
span { border-color: rgb(81,45,130); }
td.TdClassName
{
border-color: #512D82;
}
.TagClassName
{
border-color: #512D82;
}
</style>