Shades of Kingfisher Daisy #512090
Tints of Kingfisher Daisy #512090
RGB
CMYK
RGB Variations
Color information
#512090 (or 0x512090) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 90. RGB value is (81,32,144). Sum of RGB (Red+Green+Blue) = 81+32+144=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #512090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512090 is #AEDF6F. Grayscale: #3B3B3B. Windows color (decimal): -11460464 or 9445457. OLE color: 9445457.
HSL color Cylindrical-coordinate representation of color #512090: hue angle of 266.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512090 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 32 | 144 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.44 |
| HSL | 266.25º | 0.64% | 0.35% | - |
| HSV(B) | 266.25º | 0.78% | 0.56% | - |
| XYZ | 8.94 | 4.8 | 26.84 | - |
| YUV | 59.42 | 175.73 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 144 | 0.44 | 0.78 | 0 | 0.44 | 266.25 | 0.64 | 0.35 |
| Hex | 51 | 20 | 90 | 2C | 4E | 0 | 2C | 10A | 40 | 23 |
| Octal | 121 | 40 | 220 | 54 | 116 | 0 | 54 | 412 | 100 | 43 |
| Binary | 1010001 | 100000 | 10010000 | 101100 | 1001110 | 0 | 101100 | 100001010 | 1000000 | 100011 |
Color Harmonies of #512090
Complementary color
Monochromatic Colors of #512090
Black with #512090
Text Example
Text Example
White with #512090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512090; }
p { color: rgb(81,32,144); }
H1.HeaderClassName
{
color: #512090;
}
.AnyTagClassName
{
color: #512090;
}
</style>
background-color css
<style>
a { background-color: #512090; }
a { background-color: rgb(81,32,144); }
div.DivClassName
{
background-color: #512090;
}
.BgClassName
{
background-color: #512090;
}
</style>
border-color css
<style>
span { border-color: #512090; }
span { border-color: rgb(81,32,144); }
td.TdClassName
{
border-color: #512090;
}
.TagClassName
{
border-color: #512090;
}
</style>