Shades of Daisy Bush #5E2D96
Tints of Daisy Bush #5E2D96
RGB
CMYK
RGB Variations
Color information
#5E2D96 (or 0x5E2D96) is known color: Daisy Bush. HEX triplet: 5E, 2D and 96. RGB value is (94,45,150). Sum of RGB (Red+Green+Blue) = 94+45+150=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E2D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2D96 is #A1D269. Grayscale: #474747. Windows color (decimal): -10605162 or 9842014. OLE color: 9842014.
HSL color Cylindrical-coordinate representation of color #5E2D96: hue angle of 268º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E2D96 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 45 | 150 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.41 |
| HSL | 268º | 0.54% | 0.38% | - |
| HSV(B) | 268º | 0.7% | 0.59% | - |
| XYZ | 11.06 | 6.46 | 29.52 | - |
| YUV | 71.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 150 | 0.37 | 0.70 | 0 | 0.41 | 268 | 0.54 | 0.38 |
| Hex | 5E | 2D | 96 | 25 | 46 | 0 | 29 | 10C | 36 | 26 |
| Octal | 136 | 55 | 226 | 45 | 106 | 0 | 51 | 414 | 66 | 46 |
| Binary | 1011110 | 101101 | 10010110 | 100101 | 1000110 | 0 | 101001 | 100001100 | 110110 | 100110 |
Color Harmonies of #5E2D96
Complementary color
Monochromatic Colors of #5E2D96
Black with #5E2D96
Text Example
Text Example
White with #5E2D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2D96; }
p { color: rgb(94,45,150); }
H1.HeaderClassName
{
color: #5E2D96;
}
.AnyTagClassName
{
color: #5E2D96;
}
</style>
background-color css
<style>
a { background-color: #5E2D96; }
a { background-color: rgb(94,45,150); }
div.DivClassName
{
background-color: #5E2D96;
}
.BgClassName
{
background-color: #5E2D96;
}
</style>
border-color css
<style>
span { border-color: #5E2D96; }
span { border-color: rgb(94,45,150); }
td.TdClassName
{
border-color: #5E2D96;
}
.TagClassName
{
border-color: #5E2D96;
}
</style>