Shades of Daisy Bush #5E3991
Tints of Daisy Bush #5E3991
RGB
CMYK
RGB Variations
Color information
#5E3991 (or 0x5E3991) is known color: Daisy Bush. HEX triplet: 5E, 39 and 91. RGB value is (94,57,145). Sum of RGB (Red+Green+Blue) = 94+57+145=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E3991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3991 is #A1C66E. Grayscale: #4D4D4D. Windows color (decimal): -10602095 or 9517406. OLE color: 9517406.
HSL color Cylindrical-coordinate representation of color #5E3991: hue angle of 265.23º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E3991 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 57 | 145 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.43 |
| HSL | 265.23º | 0.44% | 0.4% | - |
| HSV(B) | 265.23º | 0.61% | 0.57% | - |
| XYZ | 11.19 | 7.35 | 27.62 | - |
| YUV | 78.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 145 | 0.35 | 0.61 | 0 | 0.43 | 265.23 | 0.44 | 0.4 |
| Hex | 5E | 39 | 91 | 23 | 3D | 0 | 2B | 109 | 2C | 28 |
| Octal | 136 | 71 | 221 | 43 | 75 | 0 | 53 | 411 | 54 | 50 |
| Binary | 1011110 | 111001 | 10010001 | 100011 | 111101 | 0 | 101011 | 100001001 | 101100 | 101000 |
Color Harmonies of #5E3991
Complementary color
Monochromatic Colors of #5E3991
Black with #5E3991
Text Example
Text Example
White with #5E3991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3991; }
p { color: rgb(94,57,145); }
H1.HeaderClassName
{
color: #5E3991;
}
.AnyTagClassName
{
color: #5E3991;
}
</style>
background-color css
<style>
a { background-color: #5E3991; }
a { background-color: rgb(94,57,145); }
div.DivClassName
{
background-color: #5E3991;
}
.BgClassName
{
background-color: #5E3991;
}
</style>
border-color css
<style>
span { border-color: #5E3991; }
span { border-color: rgb(94,57,145); }
td.TdClassName
{
border-color: #5E3991;
}
.TagClassName
{
border-color: #5E3991;
}
</style>