Shades of Daisy Bush #5E418F
Tints of Daisy Bush #5E418F
RGB
CMYK
RGB Variations
Color information
#5E418F (or 0x5E418F) is known color: Daisy Bush. HEX triplet: 5E, 41 and 8F. RGB value is (94,65,143). Sum of RGB (Red+Green+Blue) = 94+65+143=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E418F is #A1BE70. Grayscale: #525252. Windows color (decimal): -10600049 or 9388382. OLE color: 9388382.
HSL color Cylindrical-coordinate representation of color #5E418F: hue angle of 262.31º 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 #5E418F is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 65 | 143 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.44 |
| HSL | 262.31º | 0.38% | 0.41% | - |
| HSV(B) | 262.31º | 0.55% | 0.56% | - |
| XYZ | 11.46 | 8.14 | 26.95 | - |
| YUV | 82.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 143 | 0.34 | 0.55 | 0 | 0.44 | 262.31 | 0.38 | 0.41 |
| Hex | 5E | 41 | 8F | 22 | 37 | 0 | 2C | 106 | 26 | 29 |
| Octal | 136 | 101 | 217 | 42 | 67 | 0 | 54 | 406 | 46 | 51 |
| Binary | 1011110 | 1000001 | 10001111 | 100010 | 110111 | 0 | 101100 | 100000110 | 100110 | 101001 |
Color Harmonies of #5E418F
Complementary color
Monochromatic Colors of #5E418F
Black with #5E418F
Text Example
Text Example
White with #5E418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E418F; }
p { color: rgb(94,65,143); }
H1.HeaderClassName
{
color: #5E418F;
}
.AnyTagClassName
{
color: #5E418F;
}
</style>
background-color css
<style>
a { background-color: #5E418F; }
a { background-color: rgb(94,65,143); }
div.DivClassName
{
background-color: #5E418F;
}
.BgClassName
{
background-color: #5E418F;
}
</style>
border-color css
<style>
span { border-color: #5E418F; }
span { border-color: rgb(94,65,143); }
td.TdClassName
{
border-color: #5E418F;
}
.TagClassName
{
border-color: #5E418F;
}
</style>