Shades of Kingfisher Daisy #512083
Tints of Kingfisher Daisy #512083
RGB
CMYK
RGB Variations
Color information
#512083 (or 0x512083) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 83. RGB value is (81,32,131). Sum of RGB (Red+Green+Blue) = 81+32+131=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #512083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512083 is #AEDF7C. Grayscale: #393939. Windows color (decimal): -11460477 or 8593489. OLE color: 8593489.
HSL color Cylindrical-coordinate representation of color #512083: hue angle of 269.7º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512083 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 32 | 131 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.49 |
| HSL | 269.7º | 0.61% | 0.32% | - |
| HSV(B) | 269.7º | 0.76% | 0.51% | - |
| XYZ | 8.01 | 4.42 | 21.9 | - |
| YUV | 57.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 131 | 0.38 | 0.76 | 0 | 0.49 | 269.7 | 0.61 | 0.32 |
| Hex | 51 | 20 | 83 | 26 | 4C | 0 | 31 | 10E | 3D | 20 |
| Octal | 121 | 40 | 203 | 46 | 114 | 0 | 61 | 416 | 75 | 40 |
| Binary | 1010001 | 100000 | 10000011 | 100110 | 1001100 | 0 | 110001 | 100001110 | 111101 | 100000 |
Color Harmonies of #512083
Complementary color
Monochromatic Colors of #512083
Black with #512083
Text Example
Text Example
White with #512083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512083; }
p { color: rgb(81,32,131); }
H1.HeaderClassName
{
color: #512083;
}
.AnyTagClassName
{
color: #512083;
}
</style>
background-color css
<style>
a { background-color: #512083; }
a { background-color: rgb(81,32,131); }
div.DivClassName
{
background-color: #512083;
}
.BgClassName
{
background-color: #512083;
}
</style>
border-color css
<style>
span { border-color: #512083; }
span { border-color: rgb(81,32,131); }
td.TdClassName
{
border-color: #512083;
}
.TagClassName
{
border-color: #512083;
}
</style>