Shades of Kingfisher Daisy #512085
Tints of Kingfisher Daisy #512085
RGB
CMYK
RGB Variations
Color information
#512085 (or 0x512085) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 85. RGB value is (81,32,133). Sum of RGB (Red+Green+Blue) = 81+32+133=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #512085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512085 is #AEDF7A. Grayscale: #393939. Windows color (decimal): -11460475 or 8724561. OLE color: 8724561.
HSL color Cylindrical-coordinate representation of color #512085: hue angle of 269.11º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512085 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 32 | 133 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.48 |
| HSL | 269.11º | 0.61% | 0.32% | - |
| HSV(B) | 269.11º | 0.76% | 0.52% | - |
| XYZ | 8.14 | 4.48 | 22.63 | - |
| YUV | 58.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 133 | 0.39 | 0.76 | 0 | 0.48 | 269.11 | 0.61 | 0.32 |
| Hex | 51 | 20 | 85 | 27 | 4C | 0 | 30 | 10D | 3D | 20 |
| Octal | 121 | 40 | 205 | 47 | 114 | 0 | 60 | 415 | 75 | 40 |
| Binary | 1010001 | 100000 | 10000101 | 100111 | 1001100 | 0 | 110000 | 100001101 | 111101 | 100000 |
Color Harmonies of #512085
Complementary color
Monochromatic Colors of #512085
Black with #512085
Text Example
Text Example
White with #512085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512085; }
p { color: rgb(81,32,133); }
H1.HeaderClassName
{
color: #512085;
}
.AnyTagClassName
{
color: #512085;
}
</style>
background-color css
<style>
a { background-color: #512085; }
a { background-color: rgb(81,32,133); }
div.DivClassName
{
background-color: #512085;
}
.BgClassName
{
background-color: #512085;
}
</style>
border-color css
<style>
span { border-color: #512085; }
span { border-color: rgb(81,32,133); }
td.TdClassName
{
border-color: #512085;
}
.TagClassName
{
border-color: #512085;
}
</style>