Shades of Kingfisher Daisy #512984
Tints of Kingfisher Daisy #512984
RGB
CMYK
RGB Variations
Color information
#512984 (or 0x512984) is known color: Kingfisher Daisy. HEX triplet: 51, 29 and 84. RGB value is (81,41,132). Sum of RGB (Red+Green+Blue) = 81+41+132=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #512984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512984 is #AED67B. Grayscale: #3F3F3F. Windows color (decimal): -11458172 or 8661329. OLE color: 8661329.
HSL color Cylindrical-coordinate representation of color #512984: hue angle of 266.37º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512984 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 41 | 132 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.48 |
| HSL | 266.37º | 0.53% | 0.34% | - |
| HSV(B) | 266.37º | 0.69% | 0.52% | - |
| XYZ | 8.35 | 5 | 22.35 | - |
| YUV | 63.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 132 | 0.39 | 0.69 | 0 | 0.48 | 266.37 | 0.53 | 0.34 |
| Hex | 51 | 29 | 84 | 27 | 45 | 0 | 30 | 10A | 35 | 22 |
| Octal | 121 | 51 | 204 | 47 | 105 | 0 | 60 | 412 | 65 | 42 |
| Binary | 1010001 | 101001 | 10000100 | 100111 | 1000101 | 0 | 110000 | 100001010 | 110101 | 100010 |
Color Harmonies of #512984
Complementary color
Monochromatic Colors of #512984
Black with #512984
Text Example
Text Example
White with #512984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512984; }
p { color: rgb(81,41,132); }
H1.HeaderClassName
{
color: #512984;
}
.AnyTagClassName
{
color: #512984;
}
</style>
background-color css
<style>
a { background-color: #512984; }
a { background-color: rgb(81,41,132); }
div.DivClassName
{
background-color: #512984;
}
.BgClassName
{
background-color: #512984;
}
</style>
border-color css
<style>
span { border-color: #512984; }
span { border-color: rgb(81,41,132); }
td.TdClassName
{
border-color: #512984;
}
.TagClassName
{
border-color: #512984;
}
</style>