Shades of Daisy Bush #5E409D
Tints of Daisy Bush #5E409D
RGB
CMYK
RGB Variations
Color information
#5E409D (or 0x5E409D) is known color: Daisy Bush. HEX triplet: 5E, 40 and 9D. RGB value is (94,64,157). Sum of RGB (Red+Green+Blue) = 94+64+157=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E409D is #A1BF62. Grayscale: #535353. Windows color (decimal): -10600291 or 10305630. OLE color: 10305630.
HSL color Cylindrical-coordinate representation of color #5E409D: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E409D is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 64 | 157 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.38 |
| HSL | 259.35º | 0.42% | 0.43% | - |
| HSV(B) | 259.35º | 0.59% | 0.62% | - |
| XYZ | 12.54 | 8.48 | 32.87 | - |
| YUV | 83.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 157 | 0.40 | 0.59 | 0 | 0.38 | 259.35 | 0.42 | 0.43 |
| Hex | 5E | 40 | 9D | 28 | 3B | 0 | 26 | 103 | 2A | 2B |
| Octal | 136 | 100 | 235 | 50 | 73 | 0 | 46 | 403 | 52 | 53 |
| Binary | 1011110 | 1000000 | 10011101 | 101000 | 111011 | 0 | 100110 | 100000011 | 101010 | 101011 |
Color Harmonies of #5E409D
Complementary color
Monochromatic Colors of #5E409D
Black with #5E409D
Text Example
Text Example
White with #5E409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E409D; }
p { color: rgb(94,64,157); }
H1.HeaderClassName
{
color: #5E409D;
}
.AnyTagClassName
{
color: #5E409D;
}
</style>
background-color css
<style>
a { background-color: #5E409D; }
a { background-color: rgb(94,64,157); }
div.DivClassName
{
background-color: #5E409D;
}
.BgClassName
{
background-color: #5E409D;
}
</style>
border-color css
<style>
span { border-color: #5E409D; }
span { border-color: rgb(94,64,157); }
td.TdClassName
{
border-color: #5E409D;
}
.TagClassName
{
border-color: #5E409D;
}
</style>