Shades of Kingfisher Daisy #512C84
Tints of Kingfisher Daisy #512C84
RGB
CMYK
RGB Variations
Color information
#512C84 (or 0x512C84) is known color: Kingfisher Daisy. HEX triplet: 51, 2C and 84. RGB value is (81,44,132). Sum of RGB (Red+Green+Blue) = 81+44+132=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #512C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512C84 is #AED37B. Grayscale: #404040. Windows color (decimal): -11457404 or 8662097. OLE color: 8662097.
HSL color Cylindrical-coordinate representation of color #512C84: hue angle of 265.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512C84 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 44 | 132 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.48 |
| HSL | 265.23º | 0.5% | 0.35% | - |
| HSV(B) | 265.23º | 0.67% | 0.52% | - |
| XYZ | 8.46 | 5.22 | 22.39 | - |
| YUV | 65.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 132 | 0.39 | 0.67 | 0 | 0.48 | 265.23 | 0.5 | 0.35 |
| Hex | 51 | 2C | 84 | 27 | 43 | 0 | 30 | 109 | 32 | 23 |
| Octal | 121 | 54 | 204 | 47 | 103 | 0 | 60 | 411 | 62 | 43 |
| Binary | 1010001 | 101100 | 10000100 | 100111 | 1000011 | 0 | 110000 | 100001001 | 110010 | 100011 |
Color Harmonies of #512C84
Complementary color
Monochromatic Colors of #512C84
Black with #512C84
Text Example
Text Example
White with #512C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C84; }
p { color: rgb(81,44,132); }
H1.HeaderClassName
{
color: #512C84;
}
.AnyTagClassName
{
color: #512C84;
}
</style>
background-color css
<style>
a { background-color: #512C84; }
a { background-color: rgb(81,44,132); }
div.DivClassName
{
background-color: #512C84;
}
.BgClassName
{
background-color: #512C84;
}
</style>
border-color css
<style>
span { border-color: #512C84; }
span { border-color: rgb(81,44,132); }
td.TdClassName
{
border-color: #512C84;
}
.TagClassName
{
border-color: #512C84;
}
</style>