Shades of Kingfisher Daisy #512185
Tints of Kingfisher Daisy #512185
RGB
CMYK
RGB Variations
Color information
#512185 (or 0x512185) is known color: Kingfisher Daisy. HEX triplet: 51, 21 and 85. RGB value is (81,33,133). Sum of RGB (Red+Green+Blue) = 81+33+133=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #512185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512185 is #AEDE7A. Grayscale: #3A3A3A. Windows color (decimal): -11460219 or 8724817. OLE color: 8724817.
HSL color Cylindrical-coordinate representation of color #512185: hue angle of 268.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512185 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 33 | 133 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.48 |
| HSL | 268.8º | 0.6% | 0.33% | - |
| HSV(B) | 268.8º | 0.75% | 0.52% | - |
| XYZ | 8.17 | 4.53 | 22.63 | - |
| YUV | 58.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 133 | 0.39 | 0.75 | 0 | 0.48 | 268.8 | 0.6 | 0.33 |
| Hex | 51 | 21 | 85 | 27 | 4B | 0 | 30 | 10D | 3C | 21 |
| Octal | 121 | 41 | 205 | 47 | 113 | 0 | 60 | 415 | 74 | 41 |
| Binary | 1010001 | 100001 | 10000101 | 100111 | 1001011 | 0 | 110000 | 100001101 | 111100 | 100001 |
Color Harmonies of #512185
Complementary color
Monochromatic Colors of #512185
Black with #512185
Text Example
Text Example
White with #512185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512185; }
p { color: rgb(81,33,133); }
H1.HeaderClassName
{
color: #512185;
}
.AnyTagClassName
{
color: #512185;
}
</style>
background-color css
<style>
a { background-color: #512185; }
a { background-color: rgb(81,33,133); }
div.DivClassName
{
background-color: #512185;
}
.BgClassName
{
background-color: #512185;
}
</style>
border-color css
<style>
span { border-color: #512185; }
span { border-color: rgb(81,33,133); }
td.TdClassName
{
border-color: #512185;
}
.TagClassName
{
border-color: #512185;
}
</style>