Shades of Daisy Bush #5E4395
Tints of Daisy Bush #5E4395
RGB
CMYK
RGB Variations
Color information
#5E4395 (or 0x5E4395) is known color: Daisy Bush. HEX triplet: 5E, 43 and 95. RGB value is (94,67,149). Sum of RGB (Red+Green+Blue) = 94+67+149=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E4395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4395 is #A1BC6A. Grayscale: #545454. Windows color (decimal): -10599531 or 9782110. OLE color: 9782110.
HSL color Cylindrical-coordinate representation of color #5E4395: hue angle of 259.76º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4395 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 67 | 149 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.42 |
| HSL | 259.76º | 0.38% | 0.42% | - |
| HSV(B) | 259.76º | 0.55% | 0.58% | - |
| XYZ | 12.05 | 8.56 | 29.45 | - |
| YUV | 84.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 149 | 0.37 | 0.55 | 0 | 0.42 | 259.76 | 0.38 | 0.42 |
| Hex | 5E | 43 | 95 | 25 | 37 | 0 | 2A | 104 | 26 | 2A |
| Octal | 136 | 103 | 225 | 45 | 67 | 0 | 52 | 404 | 46 | 52 |
| Binary | 1011110 | 1000011 | 10010101 | 100101 | 110111 | 0 | 101010 | 100000100 | 100110 | 101010 |
Color Harmonies of #5E4395
Complementary color
Monochromatic Colors of #5E4395
Black with #5E4395
Text Example
Text Example
White with #5E4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4395; }
p { color: rgb(94,67,149); }
H1.HeaderClassName
{
color: #5E4395;
}
.AnyTagClassName
{
color: #5E4395;
}
</style>
background-color css
<style>
a { background-color: #5E4395; }
a { background-color: rgb(94,67,149); }
div.DivClassName
{
background-color: #5E4395;
}
.BgClassName
{
background-color: #5E4395;
}
</style>
border-color css
<style>
span { border-color: #5E4395; }
span { border-color: rgb(94,67,149); }
td.TdClassName
{
border-color: #5E4395;
}
.TagClassName
{
border-color: #5E4395;
}
</style>