Shades of Daisy Bush #512898
Tints of Daisy Bush #512898
RGB
CMYK
RGB Variations
Color information
#512898 (or 0x512898) is known color: Daisy Bush. HEX triplet: 51, 28 and 98. RGB value is (81,40,152). Sum of RGB (Red+Green+Blue) = 81+40+152=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #512898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512898 is #AED767. Grayscale: #404040. Windows color (decimal): -11458408 or 9971793. OLE color: 9971793.
HSL color Cylindrical-coordinate representation of color #512898: hue angle of 261.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512898 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 40 | 152 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.40 |
| HSL | 261.96º | 0.58% | 0.38% | - |
| HSV(B) | 261.96º | 0.74% | 0.6% | - |
| XYZ | 9.82 | 5.53 | 30.26 | - |
| YUV | 65.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 152 | 0.47 | 0.74 | 0 | 0.40 | 261.96 | 0.58 | 0.38 |
| Hex | 51 | 28 | 98 | 2F | 4A | 0 | 28 | 106 | 3A | 26 |
| Octal | 121 | 50 | 230 | 57 | 112 | 0 | 50 | 406 | 72 | 46 |
| Binary | 1010001 | 101000 | 10011000 | 101111 | 1001010 | 0 | 101000 | 100000110 | 111010 | 100110 |
Color Harmonies of #512898
Complementary color
Monochromatic Colors of #512898
Black with #512898
Text Example
Text Example
White with #512898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512898; }
p { color: rgb(81,40,152); }
H1.HeaderClassName
{
color: #512898;
}
.AnyTagClassName
{
color: #512898;
}
</style>
background-color css
<style>
a { background-color: #512898; }
a { background-color: rgb(81,40,152); }
div.DivClassName
{
background-color: #512898;
}
.BgClassName
{
background-color: #512898;
}
</style>
border-color css
<style>
span { border-color: #512898; }
span { border-color: rgb(81,40,152); }
td.TdClassName
{
border-color: #512898;
}
.TagClassName
{
border-color: #512898;
}
</style>