Shades of Daisy Bush #5E4190
Tints of Daisy Bush #5E4190
RGB
CMYK
RGB Variations
Color information
#5E4190 (or 0x5E4190) is known color: Daisy Bush. HEX triplet: 5E, 41 and 90. RGB value is (94,65,144). Sum of RGB (Red+Green+Blue) = 94+65+144=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E4190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4190 is #A1BE6F. Grayscale: #525252. Windows color (decimal): -10600048 or 9453918. OLE color: 9453918.
HSL color Cylindrical-coordinate representation of color #5E4190: hue angle of 262.03º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4190 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 65 | 144 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.44 |
| HSL | 262.03º | 0.38% | 0.41% | - |
| HSV(B) | 262.03º | 0.55% | 0.56% | - |
| XYZ | 11.54 | 8.17 | 27.36 | - |
| YUV | 82.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 144 | 0.35 | 0.55 | 0 | 0.44 | 262.03 | 0.38 | 0.41 |
| Hex | 5E | 41 | 90 | 23 | 37 | 0 | 2C | 106 | 26 | 29 |
| Octal | 136 | 101 | 220 | 43 | 67 | 0 | 54 | 406 | 46 | 51 |
| Binary | 1011110 | 1000001 | 10010000 | 100011 | 110111 | 0 | 101100 | 100000110 | 100110 | 101001 |
Color Harmonies of #5E4190
Complementary color
Monochromatic Colors of #5E4190
Black with #5E4190
Text Example
Text Example
White with #5E4190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4190; }
p { color: rgb(94,65,144); }
H1.HeaderClassName
{
color: #5E4190;
}
.AnyTagClassName
{
color: #5E4190;
}
</style>
background-color css
<style>
a { background-color: #5E4190; }
a { background-color: rgb(94,65,144); }
div.DivClassName
{
background-color: #5E4190;
}
.BgClassName
{
background-color: #5E4190;
}
</style>
border-color css
<style>
span { border-color: #5E4190; }
span { border-color: rgb(94,65,144); }
td.TdClassName
{
border-color: #5E4190;
}
.TagClassName
{
border-color: #5E4190;
}
</style>