Shades of Kingfisher Daisy #512384
Tints of Kingfisher Daisy #512384
RGB
CMYK
RGB Variations
Color information
#512384 (or 0x512384) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 84. RGB value is (81,35,132). Sum of RGB (Red+Green+Blue) = 81+35+132=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #512384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512384 is #AEDC7B. Grayscale: #3B3B3B. Windows color (decimal): -11459708 or 8659793. OLE color: 8659793.
HSL color Cylindrical-coordinate representation of color #512384: hue angle of 268.45º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512384 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 35 | 132 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.48 |
| HSL | 268.45º | 0.58% | 0.33% | - |
| HSV(B) | 268.45º | 0.73% | 0.52% | - |
| XYZ | 8.16 | 4.62 | 22.29 | - |
| YUV | 59.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 132 | 0.39 | 0.73 | 0 | 0.48 | 268.45 | 0.58 | 0.33 |
| Hex | 51 | 23 | 84 | 27 | 49 | 0 | 30 | 10C | 3A | 21 |
| Octal | 121 | 43 | 204 | 47 | 111 | 0 | 60 | 414 | 72 | 41 |
| Binary | 1010001 | 100011 | 10000100 | 100111 | 1001001 | 0 | 110000 | 100001100 | 111010 | 100001 |
Color Harmonies of #512384
Complementary color
Monochromatic Colors of #512384
Black with #512384
Text Example
Text Example
White with #512384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512384; }
p { color: rgb(81,35,132); }
H1.HeaderClassName
{
color: #512384;
}
.AnyTagClassName
{
color: #512384;
}
</style>
background-color css
<style>
a { background-color: #512384; }
a { background-color: rgb(81,35,132); }
div.DivClassName
{
background-color: #512384;
}
.BgClassName
{
background-color: #512384;
}
</style>
border-color css
<style>
span { border-color: #512384; }
span { border-color: rgb(81,35,132); }
td.TdClassName
{
border-color: #512384;
}
.TagClassName
{
border-color: #512384;
}
</style>