Shades of Daisy Bush #5E4698
Tints of Daisy Bush #5E4698
RGB
CMYK
RGB Variations
Color information
#5E4698 (or 0x5E4698) is known color: Daisy Bush. HEX triplet: 5E, 46 and 98. RGB value is (94,70,152). Sum of RGB (Red+Green+Blue) = 94+70+152=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4698 is #A1B967. Grayscale: #565656. Windows color (decimal): -10598760 or 9979486. OLE color: 9979486.
HSL color Cylindrical-coordinate representation of color #5E4698: hue angle of 257.56º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E4698 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 70 | 152 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.40 |
| HSL | 257.56º | 0.37% | 0.44% | - |
| HSV(B) | 257.56º | 0.54% | 0.6% | - |
| XYZ | 12.47 | 9.03 | 30.79 | - |
| YUV | 86.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 152 | 0.38 | 0.54 | 0 | 0.40 | 257.56 | 0.37 | 0.44 |
| Hex | 5E | 46 | 98 | 26 | 36 | 0 | 28 | 102 | 25 | 2C |
| Octal | 136 | 106 | 230 | 46 | 66 | 0 | 50 | 402 | 45 | 54 |
| Binary | 1011110 | 1000110 | 10011000 | 100110 | 110110 | 0 | 101000 | 100000010 | 100101 | 101100 |
Color Harmonies of #5E4698
Complementary color
Monochromatic Colors of #5E4698
Black with #5E4698
Text Example
Text Example
White with #5E4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4698; }
p { color: rgb(94,70,152); }
H1.HeaderClassName
{
color: #5E4698;
}
.AnyTagClassName
{
color: #5E4698;
}
</style>
background-color css
<style>
a { background-color: #5E4698; }
a { background-color: rgb(94,70,152); }
div.DivClassName
{
background-color: #5E4698;
}
.BgClassName
{
background-color: #5E4698;
}
</style>
border-color css
<style>
span { border-color: #5E4698; }
span { border-color: rgb(94,70,152); }
td.TdClassName
{
border-color: #5E4698;
}
.TagClassName
{
border-color: #5E4698;
}
</style>