Shades of Daisy Bush #512F94
Tints of Daisy Bush #512F94
RGB
CMYK
RGB Variations
Color information
#512F94 (or 0x512F94) is known color: Daisy Bush. HEX triplet: 51, 2F and 94. RGB value is (81,47,148). Sum of RGB (Red+Green+Blue) = 81+47+148=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #512F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F94 is #AED06B. Grayscale: #444444. Windows color (decimal): -11456620 or 9711441. OLE color: 9711441.
HSL color Cylindrical-coordinate representation of color #512F94: hue angle of 260.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512F94 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 47 | 148 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.42 |
| HSL | 260.2º | 0.52% | 0.38% | - |
| HSV(B) | 260.2º | 0.68% | 0.58% | - |
| XYZ | 9.76 | 5.92 | 28.65 | - |
| YUV | 68.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 148 | 0.45 | 0.68 | 0 | 0.42 | 260.2 | 0.52 | 0.38 |
| Hex | 51 | 2F | 94 | 2D | 44 | 0 | 2A | 104 | 34 | 26 |
| Octal | 121 | 57 | 224 | 55 | 104 | 0 | 52 | 404 | 64 | 46 |
| Binary | 1010001 | 101111 | 10010100 | 101101 | 1000100 | 0 | 101010 | 100000100 | 110100 | 100110 |
Color Harmonies of #512F94
Complementary color
Monochromatic Colors of #512F94
Black with #512F94
Text Example
Text Example
White with #512F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F94; }
p { color: rgb(81,47,148); }
H1.HeaderClassName
{
color: #512F94;
}
.AnyTagClassName
{
color: #512F94;
}
</style>
background-color css
<style>
a { background-color: #512F94; }
a { background-color: rgb(81,47,148); }
div.DivClassName
{
background-color: #512F94;
}
.BgClassName
{
background-color: #512F94;
}
</style>
border-color css
<style>
span { border-color: #512F94; }
span { border-color: rgb(81,47,148); }
td.TdClassName
{
border-color: #512F94;
}
.TagClassName
{
border-color: #512F94;
}
</style>