Shades of Kingfisher Daisy #512C8E
Tints of Kingfisher Daisy #512C8E
RGB
CMYK
RGB Variations
Color information
#512C8E (or 0x512C8E) is known color: Kingfisher Daisy. HEX triplet: 51, 2C and 8E. RGB value is (81,44,142). Sum of RGB (Red+Green+Blue) = 81+44+142=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #512C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512C8E is #AED371. Grayscale: #414141. Windows color (decimal): -11457394 or 9317457. OLE color: 9317457.
HSL color Cylindrical-coordinate representation of color #512C8E: hue angle of 262.65º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512C8E is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 44 | 142 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.44 |
| HSL | 262.65º | 0.53% | 0.36% | - |
| HSV(B) | 262.65º | 0.69% | 0.56% | - |
| XYZ | 9.18 | 5.5 | 26.17 | - |
| YUV | 66.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 142 | 0.43 | 0.69 | 0 | 0.44 | 262.65 | 0.53 | 0.36 |
| Hex | 51 | 2C | 8E | 2B | 45 | 0 | 2C | 107 | 35 | 24 |
| Octal | 121 | 54 | 216 | 53 | 105 | 0 | 54 | 407 | 65 | 44 |
| Binary | 1010001 | 101100 | 10001110 | 101011 | 1000101 | 0 | 101100 | 100000111 | 110101 | 100100 |
Color Harmonies of #512C8E
Complementary color
Monochromatic Colors of #512C8E
Black with #512C8E
Text Example
Text Example
White with #512C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C8E; }
p { color: rgb(81,44,142); }
H1.HeaderClassName
{
color: #512C8E;
}
.AnyTagClassName
{
color: #512C8E;
}
</style>
background-color css
<style>
a { background-color: #512C8E; }
a { background-color: rgb(81,44,142); }
div.DivClassName
{
background-color: #512C8E;
}
.BgClassName
{
background-color: #512C8E;
}
</style>
border-color css
<style>
span { border-color: #512C8E; }
span { border-color: rgb(81,44,142); }
td.TdClassName
{
border-color: #512C8E;
}
.TagClassName
{
border-color: #512C8E;
}
</style>