Shades of Daisy Bush #5E418B
Tints of Daisy Bush #5E418B
RGB
CMYK
RGB Variations
Color information
#5E418B (or 0x5E418B) is known color: Daisy Bush. HEX triplet: 5E, 41 and 8B. RGB value is (94,65,139). Sum of RGB (Red+Green+Blue) = 94+65+139=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E418B is #A1BE74. Grayscale: #515151. Windows color (decimal): -10600053 or 9126238. OLE color: 9126238.
HSL color Cylindrical-coordinate representation of color #5E418B: hue angle of 263.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E418B is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 65 | 139 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.45 |
| HSL | 263.51º | 0.36% | 0.4% | - |
| HSV(B) | 263.51º | 0.53% | 0.55% | - |
| XYZ | 11.17 | 8.02 | 25.39 | - |
| YUV | 82.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 139 | 0.32 | 0.53 | 0 | 0.45 | 263.51 | 0.36 | 0.4 |
| Hex | 5E | 41 | 8B | 20 | 35 | 0 | 2D | 108 | 24 | 28 |
| Octal | 136 | 101 | 213 | 40 | 65 | 0 | 55 | 410 | 44 | 50 |
| Binary | 1011110 | 1000001 | 10001011 | 100000 | 110101 | 0 | 101101 | 100001000 | 100100 | 101000 |
Color Harmonies of #5E418B
Complementary color
Monochromatic Colors of #5E418B
Black with #5E418B
Text Example
Text Example
White with #5E418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E418B; }
p { color: rgb(94,65,139); }
H1.HeaderClassName
{
color: #5E418B;
}
.AnyTagClassName
{
color: #5E418B;
}
</style>
background-color css
<style>
a { background-color: #5E418B; }
a { background-color: rgb(94,65,139); }
div.DivClassName
{
background-color: #5E418B;
}
.BgClassName
{
background-color: #5E418B;
}
</style>
border-color css
<style>
span { border-color: #5E418B; }
span { border-color: rgb(94,65,139); }
td.TdClassName
{
border-color: #5E418B;
}
.TagClassName
{
border-color: #5E418B;
}
</style>