Shades of Daisy Bush #5E409A
Tints of Daisy Bush #5E409A
RGB
CMYK
RGB Variations
Color information
#5E409A (or 0x5E409A) is known color: Daisy Bush. HEX triplet: 5E, 40 and 9A. RGB value is (94,64,154). Sum of RGB (Red+Green+Blue) = 94+64+154=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E409A is #A1BF65. Grayscale: #525252. Windows color (decimal): -10600294 or 10109022. OLE color: 10109022.
HSL color Cylindrical-coordinate representation of color #5E409A: hue angle of 260º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E409A is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 64 | 154 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.40 |
| HSL | 260º | 0.41% | 0.43% | - |
| HSV(B) | 260º | 0.58% | 0.6% | - |
| XYZ | 12.28 | 8.38 | 31.54 | - |
| YUV | 83.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 154 | 0.39 | 0.58 | 0 | 0.40 | 260 | 0.41 | 0.43 |
| Hex | 5E | 40 | 9A | 27 | 3A | 0 | 28 | 104 | 29 | 2B |
| Octal | 136 | 100 | 232 | 47 | 72 | 0 | 50 | 404 | 51 | 53 |
| Binary | 1011110 | 1000000 | 10011010 | 100111 | 111010 | 0 | 101000 | 100000100 | 101001 | 101011 |
Color Harmonies of #5E409A
Complementary color
Monochromatic Colors of #5E409A
Black with #5E409A
Text Example
Text Example
White with #5E409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E409A; }
p { color: rgb(94,64,154); }
H1.HeaderClassName
{
color: #5E409A;
}
.AnyTagClassName
{
color: #5E409A;
}
</style>
background-color css
<style>
a { background-color: #5E409A; }
a { background-color: rgb(94,64,154); }
div.DivClassName
{
background-color: #5E409A;
}
.BgClassName
{
background-color: #5E409A;
}
</style>
border-color css
<style>
span { border-color: #5E409A; }
span { border-color: rgb(94,64,154); }
td.TdClassName
{
border-color: #5E409A;
}
.TagClassName
{
border-color: #5E409A;
}
</style>