Shades of Daisy Bush #5E3696
Tints of Daisy Bush #5E3696
RGB
CMYK
RGB Variations
Color information
#5E3696 (or 0x5E3696) is known color: Daisy Bush. HEX triplet: 5E, 36 and 96. RGB value is (94,54,150). Sum of RGB (Red+Green+Blue) = 94+54+150=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3696 is #A1C969. Grayscale: #4C4C4C. Windows color (decimal): -10602858 or 9844318. OLE color: 9844318.
HSL color Cylindrical-coordinate representation of color #5E3696: hue angle of 265º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3696 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 54 | 150 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.41 |
| HSL | 265º | 0.47% | 0.4% | - |
| HSV(B) | 265º | 0.64% | 0.59% | - |
| XYZ | 11.44 | 7.22 | 29.64 | - |
| YUV | 76.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 150 | 0.37 | 0.64 | 0 | 0.41 | 265 | 0.47 | 0.4 |
| Hex | 5E | 36 | 96 | 25 | 40 | 0 | 29 | 109 | 2F | 28 |
| Octal | 136 | 66 | 226 | 45 | 100 | 0 | 51 | 411 | 57 | 50 |
| Binary | 1011110 | 110110 | 10010110 | 100101 | 1000000 | 0 | 101001 | 100001001 | 101111 | 101000 |
Color Harmonies of #5E3696
Complementary color
Monochromatic Colors of #5E3696
Black with #5E3696
Text Example
Text Example
White with #5E3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3696; }
p { color: rgb(94,54,150); }
H1.HeaderClassName
{
color: #5E3696;
}
.AnyTagClassName
{
color: #5E3696;
}
</style>
background-color css
<style>
a { background-color: #5E3696; }
a { background-color: rgb(94,54,150); }
div.DivClassName
{
background-color: #5E3696;
}
.BgClassName
{
background-color: #5E3696;
}
</style>
border-color css
<style>
span { border-color: #5E3696; }
span { border-color: rgb(94,54,150); }
td.TdClassName
{
border-color: #5E3696;
}
.TagClassName
{
border-color: #5E3696;
}
</style>