Shades of Daisy Bush #512299
Tints of Daisy Bush #512299
RGB
CMYK
RGB Variations
Color information
#512299 (or 0x512299) is known color: Daisy Bush. HEX triplet: 51, 22 and 99. RGB value is (81,34,153). Sum of RGB (Red+Green+Blue) = 81+34+153=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #512299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512299 is #AEDD66. Grayscale: #3D3D3D. Windows color (decimal): -11459943 or 10035793. OLE color: 10035793.
HSL color Cylindrical-coordinate representation of color #512299: hue angle of 263.7º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512299 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 34 | 153 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.4 |
| HSL | 263.7º | 0.64% | 0.37% | - |
| HSV(B) | 263.7º | 0.78% | 0.6% | - |
| XYZ | 9.72 | 5.19 | 30.63 | - |
| YUV | 61.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 153 | 0.47 | 0.78 | 0 | 0.4 | 263.7 | 0.64 | 0.37 |
| Hex | 51 | 22 | 99 | 2F | 4E | 0 | 28 | 108 | 40 | 25 |
| Octal | 121 | 42 | 231 | 57 | 116 | 0 | 50 | 410 | 100 | 45 |
| Binary | 1010001 | 100010 | 10011001 | 101111 | 1001110 | 0 | 101000 | 100001000 | 1000000 | 100101 |
Color Harmonies of #512299
Complementary color
Monochromatic Colors of #512299
Black with #512299
Text Example
Text Example
White with #512299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512299; }
p { color: rgb(81,34,153); }
H1.HeaderClassName
{
color: #512299;
}
.AnyTagClassName
{
color: #512299;
}
</style>
background-color css
<style>
a { background-color: #512299; }
a { background-color: rgb(81,34,153); }
div.DivClassName
{
background-color: #512299;
}
.BgClassName
{
background-color: #512299;
}
</style>
border-color css
<style>
span { border-color: #512299; }
span { border-color: rgb(81,34,153); }
td.TdClassName
{
border-color: #512299;
}
.TagClassName
{
border-color: #512299;
}
</style>