Shades of Daisy Bush #511D9D
Tints of Daisy Bush #511D9D
RGB
CMYK
RGB Variations
Color information
#511D9D (or 0x511D9D) is known color: Daisy Bush. HEX triplet: 51, 1D and 9D. RGB value is (81,29,157). Sum of RGB (Red+Green+Blue) = 81+29+157=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #511D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D9D is #AEE262. Grayscale: #3A3A3A. Windows color (decimal): -11461219 or 10296657. OLE color: 10296657.
HSL color Cylindrical-coordinate representation of color #511D9D: hue angle of 264.38º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511D9D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 29 | 157 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.38 |
| HSL | 264.38º | 0.69% | 0.36% | - |
| HSV(B) | 264.38º | 0.82% | 0.62% | - |
| XYZ | 9.92 | 5.06 | 32.35 | - |
| YUV | 59.14 | 183.23 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 157 | 0.48 | 0.82 | 0 | 0.38 | 264.38 | 0.69 | 0.36 |
| Hex | 51 | 1D | 9D | 30 | 52 | 0 | 26 | 108 | 45 | 24 |
| Octal | 121 | 35 | 235 | 60 | 122 | 0 | 46 | 410 | 105 | 44 |
| Binary | 1010001 | 11101 | 10011101 | 110000 | 1010010 | 0 | 100110 | 100001000 | 1000101 | 100100 |
Color Harmonies of #511D9D
Complementary color
Monochromatic Colors of #511D9D
Black with #511D9D
Text Example
Text Example
White with #511D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D9D; }
p { color: rgb(81,29,157); }
H1.HeaderClassName
{
color: #511D9D;
}
.AnyTagClassName
{
color: #511D9D;
}
</style>
background-color css
<style>
a { background-color: #511D9D; }
a { background-color: rgb(81,29,157); }
div.DivClassName
{
background-color: #511D9D;
}
.BgClassName
{
background-color: #511D9D;
}
</style>
border-color css
<style>
span { border-color: #511D9D; }
span { border-color: rgb(81,29,157); }
td.TdClassName
{
border-color: #511D9D;
}
.TagClassName
{
border-color: #511D9D;
}
</style>