Shades of Daisy Bush #512B9F
Tints of Daisy Bush #512B9F
RGB
CMYK
RGB Variations
Color information
#512B9F (or 0x512B9F) is known color: Daisy Bush. HEX triplet: 51, 2B and 9F. RGB value is (81,43,159). Sum of RGB (Red+Green+Blue) = 81+43+159=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #512B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B9F is #AED460. Grayscale: #434343. Windows color (decimal): -11457633 or 10431313. OLE color: 10431313.
HSL color Cylindrical-coordinate representation of color #512B9F: hue angle of 259.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512B9F is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 43 | 159 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.38 |
| HSL | 259.66º | 0.57% | 0.4% | - |
| HSV(B) | 259.66º | 0.73% | 0.62% | - |
| XYZ | 10.52 | 5.98 | 33.4 | - |
| YUV | 67.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 159 | 0.49 | 0.73 | 0 | 0.38 | 259.66 | 0.57 | 0.4 |
| Hex | 51 | 2B | 9F | 31 | 49 | 0 | 26 | 104 | 39 | 28 |
| Octal | 121 | 53 | 237 | 61 | 111 | 0 | 46 | 404 | 71 | 50 |
| Binary | 1010001 | 101011 | 10011111 | 110001 | 1001001 | 0 | 100110 | 100000100 | 111001 | 101000 |
Color Harmonies of #512B9F
Complementary color
Monochromatic Colors of #512B9F
Black with #512B9F
Text Example
Text Example
White with #512B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B9F; }
p { color: rgb(81,43,159); }
H1.HeaderClassName
{
color: #512B9F;
}
.AnyTagClassName
{
color: #512B9F;
}
</style>
background-color css
<style>
a { background-color: #512B9F; }
a { background-color: rgb(81,43,159); }
div.DivClassName
{
background-color: #512B9F;
}
.BgClassName
{
background-color: #512B9F;
}
</style>
border-color css
<style>
span { border-color: #512B9F; }
span { border-color: rgb(81,43,159); }
td.TdClassName
{
border-color: #512B9F;
}
.TagClassName
{
border-color: #512B9F;
}
</style>