Shades of Daisy Bush #512F92
Tints of Daisy Bush #512F92
RGB
CMYK
RGB Variations
Color information
#512F92 (or 0x512F92) is known color: Daisy Bush. HEX triplet: 51, 2F and 92. RGB value is (81,47,146). Sum of RGB (Red+Green+Blue) = 81+47+146=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #512F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F92 is #AED06D. Grayscale: #444444. Windows color (decimal): -11456622 or 9580369. OLE color: 9580369.
HSL color Cylindrical-coordinate representation of color #512F92: hue angle of 260.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512F92 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 47 | 146 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.43 |
| HSL | 260.61º | 0.51% | 0.38% | - |
| HSV(B) | 260.61º | 0.68% | 0.57% | - |
| XYZ | 9.6 | 5.86 | 27.82 | - |
| YUV | 68.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 146 | 0.45 | 0.68 | 0 | 0.43 | 260.61 | 0.51 | 0.38 |
| Hex | 51 | 2F | 92 | 2D | 44 | 0 | 2B | 105 | 33 | 26 |
| Octal | 121 | 57 | 222 | 55 | 104 | 0 | 53 | 405 | 63 | 46 |
| Binary | 1010001 | 101111 | 10010010 | 101101 | 1000100 | 0 | 101011 | 100000101 | 110011 | 100110 |
Color Harmonies of #512F92
Complementary color
Monochromatic Colors of #512F92
Black with #512F92
Text Example
Text Example
White with #512F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F92; }
p { color: rgb(81,47,146); }
H1.HeaderClassName
{
color: #512F92;
}
.AnyTagClassName
{
color: #512F92;
}
</style>
background-color css
<style>
a { background-color: #512F92; }
a { background-color: rgb(81,47,146); }
div.DivClassName
{
background-color: #512F92;
}
.BgClassName
{
background-color: #512F92;
}
</style>
border-color css
<style>
span { border-color: #512F92; }
span { border-color: rgb(81,47,146); }
td.TdClassName
{
border-color: #512F92;
}
.TagClassName
{
border-color: #512F92;
}
</style>