Shades of Daisy Bush #512D94
Tints of Daisy Bush #512D94
RGB
CMYK
RGB Variations
Color information
#512D94 (or 0x512D94) is known color: Daisy Bush. HEX triplet: 51, 2D and 94. RGB value is (81,45,148). Sum of RGB (Red+Green+Blue) = 81+45+148=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #512D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512D94 is #AED26B. Grayscale: #434343. Windows color (decimal): -11457132 or 9710929. OLE color: 9710929.
HSL color Cylindrical-coordinate representation of color #512D94: hue angle of 260.97º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512D94 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 45 | 148 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.42 |
| HSL | 260.97º | 0.53% | 0.38% | - |
| HSV(B) | 260.97º | 0.7% | 0.58% | - |
| XYZ | 9.68 | 5.76 | 28.62 | - |
| YUV | 67.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 148 | 0.45 | 0.70 | 0 | 0.42 | 260.97 | 0.53 | 0.38 |
| Hex | 51 | 2D | 94 | 2D | 46 | 0 | 2A | 105 | 35 | 26 |
| Octal | 121 | 55 | 224 | 55 | 106 | 0 | 52 | 405 | 65 | 46 |
| Binary | 1010001 | 101101 | 10010100 | 101101 | 1000110 | 0 | 101010 | 100000101 | 110101 | 100110 |
Color Harmonies of #512D94
Complementary color
Monochromatic Colors of #512D94
Black with #512D94
Text Example
Text Example
White with #512D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D94; }
p { color: rgb(81,45,148); }
H1.HeaderClassName
{
color: #512D94;
}
.AnyTagClassName
{
color: #512D94;
}
</style>
background-color css
<style>
a { background-color: #512D94; }
a { background-color: rgb(81,45,148); }
div.DivClassName
{
background-color: #512D94;
}
.BgClassName
{
background-color: #512D94;
}
</style>
border-color css
<style>
span { border-color: #512D94; }
span { border-color: rgb(81,45,148); }
td.TdClassName
{
border-color: #512D94;
}
.TagClassName
{
border-color: #512D94;
}
</style>