Shades of Daisy Bush #512F8E
Tints of Daisy Bush #512F8E
RGB
CMYK
RGB Variations
Color information
#512F8E (or 0x512F8E) is known color: Daisy Bush. HEX triplet: 51, 2F and 8E. RGB value is (81,47,142). Sum of RGB (Red+Green+Blue) = 81+47+142=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #512F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F8E is #AED071. Grayscale: #434343. Windows color (decimal): -11456626 or 9318225. OLE color: 9318225.
HSL color Cylindrical-coordinate representation of color #512F8E: hue angle of 261.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512F8E is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 47 | 142 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.44 |
| HSL | 261.47º | 0.5% | 0.37% | - |
| HSV(B) | 261.47º | 0.67% | 0.56% | - |
| XYZ | 9.29 | 5.74 | 26.21 | - |
| YUV | 68 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 142 | 0.43 | 0.67 | 0 | 0.44 | 261.47 | 0.5 | 0.37 |
| Hex | 51 | 2F | 8E | 2B | 43 | 0 | 2C | 105 | 32 | 25 |
| Octal | 121 | 57 | 216 | 53 | 103 | 0 | 54 | 405 | 62 | 45 |
| Binary | 1010001 | 101111 | 10001110 | 101011 | 1000011 | 0 | 101100 | 100000101 | 110010 | 100101 |
Color Harmonies of #512F8E
Complementary color
Monochromatic Colors of #512F8E
Black with #512F8E
Text Example
Text Example
White with #512F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F8E; }
p { color: rgb(81,47,142); }
H1.HeaderClassName
{
color: #512F8E;
}
.AnyTagClassName
{
color: #512F8E;
}
</style>
background-color css
<style>
a { background-color: #512F8E; }
a { background-color: rgb(81,47,142); }
div.DivClassName
{
background-color: #512F8E;
}
.BgClassName
{
background-color: #512F8E;
}
</style>
border-color css
<style>
span { border-color: #512F8E; }
span { border-color: rgb(81,47,142); }
td.TdClassName
{
border-color: #512F8E;
}
.TagClassName
{
border-color: #512F8E;
}
</style>