Shades of Daisy Bush #512FA9
Tints of Daisy Bush #512FA9
RGB
CMYK
RGB Variations
Color information
#512FA9 (or 0x512FA9) is known color: Daisy Bush. HEX triplet: 51, 2F and A9. RGB value is (81,47,169). Sum of RGB (Red+Green+Blue) = 81+47+169=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #512FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FA9 is #AED056. Grayscale: #464646. Windows color (decimal): -11456599 or 11087697. OLE color: 11087697.
HSL color Cylindrical-coordinate representation of color #512FA9: hue angle of 256.72º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512FA9 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 47 | 169 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.34 |
| HSL | 256.72º | 0.56% | 0.42% | - |
| HSV(B) | 256.72º | 0.72% | 0.66% | - |
| XYZ | 11.57 | 6.65 | 38.21 | - |
| YUV | 71.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 169 | 0.52 | 0.72 | 0 | 0.34 | 256.72 | 0.56 | 0.42 |
| Hex | 51 | 2F | A9 | 34 | 48 | 0 | 22 | 101 | 38 | 2A |
| Octal | 121 | 57 | 251 | 64 | 110 | 0 | 42 | 401 | 70 | 52 |
| Binary | 1010001 | 101111 | 10101001 | 110100 | 1001000 | 0 | 100010 | 100000001 | 111000 | 101010 |
Color Harmonies of #512FA9
Complementary color
Monochromatic Colors of #512FA9
Black with #512FA9
Text Example
Text Example
White with #512FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FA9; }
p { color: rgb(81,47,169); }
H1.HeaderClassName
{
color: #512FA9;
}
.AnyTagClassName
{
color: #512FA9;
}
</style>
background-color css
<style>
a { background-color: #512FA9; }
a { background-color: rgb(81,47,169); }
div.DivClassName
{
background-color: #512FA9;
}
.BgClassName
{
background-color: #512FA9;
}
</style>
border-color css
<style>
span { border-color: #512FA9; }
span { border-color: rgb(81,47,169); }
td.TdClassName
{
border-color: #512FA9;
}
.TagClassName
{
border-color: #512FA9;
}
</style>