Shades of Daisy Bush #512695
Tints of Daisy Bush #512695
RGB
CMYK
RGB Variations
Color information
#512695 (or 0x512695) is known color: Daisy Bush. HEX triplet: 51, 26 and 95. RGB value is (81,38,149). Sum of RGB (Red+Green+Blue) = 81+38+149=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #512695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512695 is #AED96A. Grayscale: #3F3F3F. Windows color (decimal): -11458923 or 9774673. OLE color: 9774673.
HSL color Cylindrical-coordinate representation of color #512695: hue angle of 263.24º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512695 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 38 | 149 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.42 |
| HSL | 263.24º | 0.59% | 0.37% | - |
| HSV(B) | 263.24º | 0.74% | 0.58% | - |
| XYZ | 9.51 | 5.31 | 28.96 | - |
| YUV | 63.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 149 | 0.46 | 0.74 | 0 | 0.42 | 263.24 | 0.59 | 0.37 |
| Hex | 51 | 26 | 95 | 2E | 4A | 0 | 2A | 107 | 3B | 25 |
| Octal | 121 | 46 | 225 | 56 | 112 | 0 | 52 | 407 | 73 | 45 |
| Binary | 1010001 | 100110 | 10010101 | 101110 | 1001010 | 0 | 101010 | 100000111 | 111011 | 100101 |
Color Harmonies of #512695
Complementary color
Monochromatic Colors of #512695
Black with #512695
Text Example
Text Example
White with #512695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512695; }
p { color: rgb(81,38,149); }
H1.HeaderClassName
{
color: #512695;
}
.AnyTagClassName
{
color: #512695;
}
</style>
background-color css
<style>
a { background-color: #512695; }
a { background-color: rgb(81,38,149); }
div.DivClassName
{
background-color: #512695;
}
.BgClassName
{
background-color: #512695;
}
</style>
border-color css
<style>
span { border-color: #512695; }
span { border-color: rgb(81,38,149); }
td.TdClassName
{
border-color: #512695;
}
.TagClassName
{
border-color: #512695;
}
</style>