Shades of Daisy Bush #5E468D
Tints of Daisy Bush #5E468D
RGB
CMYK
RGB Variations
Color information
#5E468D (or 0x5E468D) is known color: Daisy Bush. HEX triplet: 5E, 46 and 8D. RGB value is (94,70,141). Sum of RGB (Red+Green+Blue) = 94+70+141=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E468D is #A1B972. Grayscale: #555555. Windows color (decimal): -10598771 or 9258590. OLE color: 9258590.
HSL color Cylindrical-coordinate representation of color #5E468D: hue angle of 260.28º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E468D is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 70 | 141 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.45 |
| HSL | 260.28º | 0.34% | 0.41% | - |
| HSV(B) | 260.28º | 0.5% | 0.55% | - |
| XYZ | 11.61 | 8.68 | 26.26 | - |
| YUV | 85.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 141 | 0.33 | 0.50 | 0 | 0.45 | 260.28 | 0.34 | 0.41 |
| Hex | 5E | 46 | 8D | 21 | 32 | 0 | 2D | 104 | 22 | 29 |
| Octal | 136 | 106 | 215 | 41 | 62 | 0 | 55 | 404 | 42 | 51 |
| Binary | 1011110 | 1000110 | 10001101 | 100001 | 110010 | 0 | 101101 | 100000100 | 100010 | 101001 |
Color Harmonies of #5E468D
Complementary color
Monochromatic Colors of #5E468D
Black with #5E468D
Text Example
Text Example
White with #5E468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E468D; }
p { color: rgb(94,70,141); }
H1.HeaderClassName
{
color: #5E468D;
}
.AnyTagClassName
{
color: #5E468D;
}
</style>
background-color css
<style>
a { background-color: #5E468D; }
a { background-color: rgb(94,70,141); }
div.DivClassName
{
background-color: #5E468D;
}
.BgClassName
{
background-color: #5E468D;
}
</style>
border-color css
<style>
span { border-color: #5E468D; }
span { border-color: rgb(94,70,141); }
td.TdClassName
{
border-color: #5E468D;
}
.TagClassName
{
border-color: #5E468D;
}
</style>