Shades of Daisy Bush #5E3695
Tints of Daisy Bush #5E3695
RGB
CMYK
RGB Variations
Color information
#5E3695 (or 0x5E3695) is known color: Daisy Bush. HEX triplet: 5E, 36 and 95. RGB value is (94,54,149). Sum of RGB (Red+Green+Blue) = 94+54+149=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E3695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3695 is #A1C96A. Grayscale: #4C4C4C. Windows color (decimal): -10602859 or 9778782. OLE color: 9778782.
HSL color Cylindrical-coordinate representation of color #5E3695: hue angle of 265.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3695 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 54 | 149 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.42 |
| HSL | 265.26º | 0.47% | 0.4% | - |
| HSV(B) | 265.26º | 0.64% | 0.58% | - |
| XYZ | 11.36 | 7.19 | 29.22 | - |
| YUV | 76.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 149 | 0.37 | 0.64 | 0 | 0.42 | 265.26 | 0.47 | 0.4 |
| Hex | 5E | 36 | 95 | 25 | 40 | 0 | 2A | 109 | 2F | 28 |
| Octal | 136 | 66 | 225 | 45 | 100 | 0 | 52 | 411 | 57 | 50 |
| Binary | 1011110 | 110110 | 10010101 | 100101 | 1000000 | 0 | 101010 | 100001001 | 101111 | 101000 |
Color Harmonies of #5E3695
Complementary color
Monochromatic Colors of #5E3695
Black with #5E3695
Text Example
Text Example
White with #5E3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3695; }
p { color: rgb(94,54,149); }
H1.HeaderClassName
{
color: #5E3695;
}
.AnyTagClassName
{
color: #5E3695;
}
</style>
background-color css
<style>
a { background-color: #5E3695; }
a { background-color: rgb(94,54,149); }
div.DivClassName
{
background-color: #5E3695;
}
.BgClassName
{
background-color: #5E3695;
}
</style>
border-color css
<style>
span { border-color: #5E3695; }
span { border-color: rgb(94,54,149); }
td.TdClassName
{
border-color: #5E3695;
}
.TagClassName
{
border-color: #5E3695;
}
</style>