Shades of Kingfisher Daisy #512784
Tints of Kingfisher Daisy #512784
RGB
CMYK
RGB Variations
Color information
#512784 (or 0x512784) is known color: Kingfisher Daisy. HEX triplet: 51, 27 and 84. RGB value is (81,39,132). Sum of RGB (Red+Green+Blue) = 81+39+132=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #512784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512784 is #AED87B. Grayscale: #3D3D3D. Windows color (decimal): -11458684 or 8660817. OLE color: 8660817.
HSL color Cylindrical-coordinate representation of color #512784: hue angle of 267.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512784 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 39 | 132 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.48 |
| HSL | 267.1º | 0.54% | 0.34% | - |
| HSV(B) | 267.1º | 0.7% | 0.52% | - |
| XYZ | 8.28 | 4.87 | 22.33 | - |
| YUV | 62.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 132 | 0.39 | 0.70 | 0 | 0.48 | 267.1 | 0.54 | 0.34 |
| Hex | 51 | 27 | 84 | 27 | 46 | 0 | 30 | 10B | 36 | 22 |
| Octal | 121 | 47 | 204 | 47 | 106 | 0 | 60 | 413 | 66 | 42 |
| Binary | 1010001 | 100111 | 10000100 | 100111 | 1000110 | 0 | 110000 | 100001011 | 110110 | 100010 |
Color Harmonies of #512784
Complementary color
Monochromatic Colors of #512784
Black with #512784
Text Example
Text Example
White with #512784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512784; }
p { color: rgb(81,39,132); }
H1.HeaderClassName
{
color: #512784;
}
.AnyTagClassName
{
color: #512784;
}
</style>
background-color css
<style>
a { background-color: #512784; }
a { background-color: rgb(81,39,132); }
div.DivClassName
{
background-color: #512784;
}
.BgClassName
{
background-color: #512784;
}
</style>
border-color css
<style>
span { border-color: #512784; }
span { border-color: rgb(81,39,132); }
td.TdClassName
{
border-color: #512784;
}
.TagClassName
{
border-color: #512784;
}
</style>