Shades of Daisy Bush #5E2599
Tints of Daisy Bush #5E2599
RGB
CMYK
RGB Variations
Color information
#5E2599 (or 0x5E2599) is known color: Daisy Bush. HEX triplet: 5E, 25 and 99. RGB value is (94,37,153). Sum of RGB (Red+Green+Blue) = 94+37+153=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2599 is #A1DA66. Grayscale: #424242. Windows color (decimal): -10607207 or 10036574. OLE color: 10036574.
HSL color Cylindrical-coordinate representation of color #5E2599: hue angle of 269.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2599 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 37 | 153 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.4 |
| HSL | 269.48º | 0.61% | 0.37% | - |
| HSV(B) | 269.48º | 0.76% | 0.6% | - |
| XYZ | 11.03 | 6 | 30.71 | - |
| YUV | 67.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 153 | 0.39 | 0.76 | 0 | 0.4 | 269.48 | 0.61 | 0.37 |
| Hex | 5E | 25 | 99 | 27 | 4C | 0 | 28 | 10D | 3D | 25 |
| Octal | 136 | 45 | 231 | 47 | 114 | 0 | 50 | 415 | 75 | 45 |
| Binary | 1011110 | 100101 | 10011001 | 100111 | 1001100 | 0 | 101000 | 100001101 | 111101 | 100101 |
Color Harmonies of #5E2599
Complementary color
Monochromatic Colors of #5E2599
Black with #5E2599
Text Example
Text Example
White with #5E2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2599; }
p { color: rgb(94,37,153); }
H1.HeaderClassName
{
color: #5E2599;
}
.AnyTagClassName
{
color: #5E2599;
}
</style>
background-color css
<style>
a { background-color: #5E2599; }
a { background-color: rgb(94,37,153); }
div.DivClassName
{
background-color: #5E2599;
}
.BgClassName
{
background-color: #5E2599;
}
</style>
border-color css
<style>
span { border-color: #5E2599; }
span { border-color: rgb(94,37,153); }
td.TdClassName
{
border-color: #5E2599;
}
.TagClassName
{
border-color: #5E2599;
}
</style>