Shades of Daisy Bush #5E2399
Tints of Daisy Bush #5E2399
RGB
CMYK
RGB Variations
Color information
#5E2399 (or 0x5E2399) is known color: Daisy Bush. HEX triplet: 5E, 23 and 99. RGB value is (94,35,153). Sum of RGB (Red+Green+Blue) = 94+35+153=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E2399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2399 is #A1DC66. Grayscale: #414141. Windows color (decimal): -10607719 or 10036062. OLE color: 10036062.
HSL color Cylindrical-coordinate representation of color #5E2399: hue angle of 270º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2399 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 35 | 153 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.4 |
| HSL | 270º | 0.63% | 0.37% | - |
| HSV(B) | 270º | 0.77% | 0.6% | - |
| XYZ | 10.97 | 5.88 | 30.69 | - |
| YUV | 66.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 153 | 0.39 | 0.77 | 0 | 0.4 | 270 | 0.63 | 0.37 |
| Hex | 5E | 23 | 99 | 27 | 4D | 0 | 28 | 10E | 3F | 25 |
| Octal | 136 | 43 | 231 | 47 | 115 | 0 | 50 | 416 | 77 | 45 |
| Binary | 1011110 | 100011 | 10011001 | 100111 | 1001101 | 0 | 101000 | 100001110 | 111111 | 100101 |
Color Harmonies of #5E2399
Complementary color
Monochromatic Colors of #5E2399
Black with #5E2399
Text Example
Text Example
White with #5E2399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2399; }
p { color: rgb(94,35,153); }
H1.HeaderClassName
{
color: #5E2399;
}
.AnyTagClassName
{
color: #5E2399;
}
</style>
background-color css
<style>
a { background-color: #5E2399; }
a { background-color: rgb(94,35,153); }
div.DivClassName
{
background-color: #5E2399;
}
.BgClassName
{
background-color: #5E2399;
}
</style>
border-color css
<style>
span { border-color: #5E2399; }
span { border-color: rgb(94,35,153); }
td.TdClassName
{
border-color: #5E2399;
}
.TagClassName
{
border-color: #5E2399;
}
</style>