Shades of Daisy Bush #5E439E
Tints of Daisy Bush #5E439E
RGB
CMYK
RGB Variations
Color information
#5E439E (or 0x5E439E) is known color: Daisy Bush. HEX triplet: 5E, 43 and 9E. RGB value is (94,67,158). Sum of RGB (Red+Green+Blue) = 94+67+158=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E439E is #A1BC61. Grayscale: #555555. Windows color (decimal): -10599522 or 10371934. OLE color: 10371934.
HSL color Cylindrical-coordinate representation of color #5E439E: hue angle of 257.8º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E439E is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 67 | 158 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.38 |
| HSL | 257.8º | 0.4% | 0.44% | - |
| HSV(B) | 257.8º | 0.58% | 0.62% | - |
| XYZ | 12.79 | 8.86 | 33.38 | - |
| YUV | 85.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 158 | 0.41 | 0.58 | 0 | 0.38 | 257.8 | 0.4 | 0.44 |
| Hex | 5E | 43 | 9E | 29 | 3A | 0 | 26 | 102 | 28 | 2C |
| Octal | 136 | 103 | 236 | 51 | 72 | 0 | 46 | 402 | 50 | 54 |
| Binary | 1011110 | 1000011 | 10011110 | 101001 | 111010 | 0 | 100110 | 100000010 | 101000 | 101100 |
Color Harmonies of #5E439E
Complementary color
Monochromatic Colors of #5E439E
Black with #5E439E
Text Example
Text Example
White with #5E439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E439E; }
p { color: rgb(94,67,158); }
H1.HeaderClassName
{
color: #5E439E;
}
.AnyTagClassName
{
color: #5E439E;
}
</style>
background-color css
<style>
a { background-color: #5E439E; }
a { background-color: rgb(94,67,158); }
div.DivClassName
{
background-color: #5E439E;
}
.BgClassName
{
background-color: #5E439E;
}
</style>
border-color css
<style>
span { border-color: #5E439E; }
span { border-color: rgb(94,67,158); }
td.TdClassName
{
border-color: #5E439E;
}
.TagClassName
{
border-color: #5E439E;
}
</style>