Shades of Kingfisher Daisy #512D84
Tints of Kingfisher Daisy #512D84
RGB
CMYK
RGB Variations
Color information
#512D84 (or 0x512D84) is known color: Kingfisher Daisy. HEX triplet: 51, 2D and 84. RGB value is (81,45,132). Sum of RGB (Red+Green+Blue) = 81+45+132=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #512D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D84 is #AED27B. Grayscale: #414141. Windows color (decimal): -11457148 or 8662353. OLE color: 8662353.
HSL color Cylindrical-coordinate representation of color #512D84: hue angle of 264.83º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512D84 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 45 | 132 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.48 |
| HSL | 264.83º | 0.49% | 0.35% | - |
| HSV(B) | 264.83º | 0.66% | 0.52% | - |
| XYZ | 8.5 | 5.29 | 22.4 | - |
| YUV | 65.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 132 | 0.39 | 0.66 | 0 | 0.48 | 264.83 | 0.49 | 0.35 |
| Hex | 51 | 2D | 84 | 27 | 42 | 0 | 30 | 109 | 31 | 23 |
| Octal | 121 | 55 | 204 | 47 | 102 | 0 | 60 | 411 | 61 | 43 |
| Binary | 1010001 | 101101 | 10000100 | 100111 | 1000010 | 0 | 110000 | 100001001 | 110001 | 100011 |
Color Harmonies of #512D84
Complementary color
Monochromatic Colors of #512D84
Black with #512D84
Text Example
Text Example
White with #512D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D84; }
p { color: rgb(81,45,132); }
H1.HeaderClassName
{
color: #512D84;
}
.AnyTagClassName
{
color: #512D84;
}
</style>
background-color css
<style>
a { background-color: #512D84; }
a { background-color: rgb(81,45,132); }
div.DivClassName
{
background-color: #512D84;
}
.BgClassName
{
background-color: #512D84;
}
</style>
border-color css
<style>
span { border-color: #512D84; }
span { border-color: rgb(81,45,132); }
td.TdClassName
{
border-color: #512D84;
}
.TagClassName
{
border-color: #512D84;
}
</style>