Shades of Daisy Bush #5E3999
Tints of Daisy Bush #5E3999
RGB
CMYK
RGB Variations
Color information
#5E3999 (or 0x5E3999) is known color: Daisy Bush. HEX triplet: 5E, 39 and 99. RGB value is (94,57,153). Sum of RGB (Red+Green+Blue) = 94+57+153=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E3999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3999 is #A1C666. Grayscale: #4E4E4E. Windows color (decimal): -10602087 or 10041694. OLE color: 10041694.
HSL color Cylindrical-coordinate representation of color #5E3999: hue angle of 263.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E3999 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 57 | 153 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.4 |
| HSL | 263.13º | 0.46% | 0.41% | - |
| HSV(B) | 263.13º | 0.63% | 0.6% | - |
| XYZ | 11.83 | 7.61 | 30.98 | - |
| YUV | 79.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 153 | 0.39 | 0.63 | 0 | 0.4 | 263.13 | 0.46 | 0.41 |
| Hex | 5E | 39 | 99 | 27 | 3F | 0 | 28 | 107 | 2E | 29 |
| Octal | 136 | 71 | 231 | 47 | 77 | 0 | 50 | 407 | 56 | 51 |
| Binary | 1011110 | 111001 | 10011001 | 100111 | 111111 | 0 | 101000 | 100000111 | 101110 | 101001 |
Color Harmonies of #5E3999
Complementary color
Monochromatic Colors of #5E3999
Black with #5E3999
Text Example
Text Example
White with #5E3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3999; }
p { color: rgb(94,57,153); }
H1.HeaderClassName
{
color: #5E3999;
}
.AnyTagClassName
{
color: #5E3999;
}
</style>
background-color css
<style>
a { background-color: #5E3999; }
a { background-color: rgb(94,57,153); }
div.DivClassName
{
background-color: #5E3999;
}
.BgClassName
{
background-color: #5E3999;
}
</style>
border-color css
<style>
span { border-color: #5E3999; }
span { border-color: rgb(94,57,153); }
td.TdClassName
{
border-color: #5E3999;
}
.TagClassName
{
border-color: #5E3999;
}
</style>