Shades of Daisy Bush #51209A
Tints of Daisy Bush #51209A
RGB
CMYK
RGB Variations
Color information
#51209A (or 0x51209A) is known color: Daisy Bush. HEX triplet: 51, 20 and 9A. RGB value is (81,32,154). Sum of RGB (Red+Green+Blue) = 81+32+154=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #51209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51209A is #AEDF65. Grayscale: #3C3C3C. Windows color (decimal): -11460454 or 10100817. OLE color: 10100817.
HSL color Cylindrical-coordinate representation of color #51209A: hue angle of 264.1º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51209A is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 32 | 154 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.40 |
| HSL | 264.1º | 0.66% | 0.36% | - |
| HSV(B) | 264.1º | 0.79% | 0.6% | - |
| XYZ | 9.74 | 5.12 | 31.05 | - |
| YUV | 60.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 154 | 0.47 | 0.79 | 0 | 0.40 | 264.1 | 0.66 | 0.36 |
| Hex | 51 | 20 | 9A | 2F | 4F | 0 | 28 | 108 | 42 | 24 |
| Octal | 121 | 40 | 232 | 57 | 117 | 0 | 50 | 410 | 102 | 44 |
| Binary | 1010001 | 100000 | 10011010 | 101111 | 1001111 | 0 | 101000 | 100001000 | 1000010 | 100100 |
Color Harmonies of #51209A
Complementary color
Monochromatic Colors of #51209A
Black with #51209A
Text Example
Text Example
White with #51209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51209A; }
p { color: rgb(81,32,154); }
H1.HeaderClassName
{
color: #51209A;
}
.AnyTagClassName
{
color: #51209A;
}
</style>
background-color css
<style>
a { background-color: #51209A; }
a { background-color: rgb(81,32,154); }
div.DivClassName
{
background-color: #51209A;
}
.BgClassName
{
background-color: #51209A;
}
</style>
border-color css
<style>
span { border-color: #51209A; }
span { border-color: rgb(81,32,154); }
td.TdClassName
{
border-color: #51209A;
}
.TagClassName
{
border-color: #51209A;
}
</style>