Shades of Daisy Bush #5E2899
Tints of Daisy Bush #5E2899
RGB
CMYK
RGB Variations
Color information
#5E2899 (or 0x5E2899) is known color: Daisy Bush. HEX triplet: 5E, 28 and 99. RGB value is (94,40,153). Sum of RGB (Red+Green+Blue) = 94+40+153=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E2899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2899 is #A1D766. Grayscale: #444444. Windows color (decimal): -10606439 or 10037342. OLE color: 10037342.
HSL color Cylindrical-coordinate representation of color #5E2899: hue angle of 268.67º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2899 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 40 | 153 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.4 |
| HSL | 268.67º | 0.59% | 0.38% | - |
| HSV(B) | 268.67º | 0.74% | 0.6% | - |
| XYZ | 11.12 | 6.2 | 30.75 | - |
| YUV | 69.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 153 | 0.39 | 0.74 | 0 | 0.4 | 268.67 | 0.59 | 0.38 |
| Hex | 5E | 28 | 99 | 27 | 4A | 0 | 28 | 10D | 3B | 26 |
| Octal | 136 | 50 | 231 | 47 | 112 | 0 | 50 | 415 | 73 | 46 |
| Binary | 1011110 | 101000 | 10011001 | 100111 | 1001010 | 0 | 101000 | 100001101 | 111011 | 100110 |
Color Harmonies of #5E2899
Complementary color
Monochromatic Colors of #5E2899
Black with #5E2899
Text Example
Text Example
White with #5E2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2899; }
p { color: rgb(94,40,153); }
H1.HeaderClassName
{
color: #5E2899;
}
.AnyTagClassName
{
color: #5E2899;
}
</style>
background-color css
<style>
a { background-color: #5E2899; }
a { background-color: rgb(94,40,153); }
div.DivClassName
{
background-color: #5E2899;
}
.BgClassName
{
background-color: #5E2899;
}
</style>
border-color css
<style>
span { border-color: #5E2899; }
span { border-color: rgb(94,40,153); }
td.TdClassName
{
border-color: #5E2899;
}
.TagClassName
{
border-color: #5E2899;
}
</style>