Shades of Daisy Bush #5E428F
Tints of Daisy Bush #5E428F
RGB
CMYK
RGB Variations
Color information
#5E428F (or 0x5E428F) is known color: Daisy Bush. HEX triplet: 5E, 42 and 8F. RGB value is (94,66,143). Sum of RGB (Red+Green+Blue) = 94+66+143=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E428F is #A1BD70. Grayscale: #525252. Windows color (decimal): -10599793 or 9388638. OLE color: 9388638.
HSL color Cylindrical-coordinate representation of color #5E428F: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E428F is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 66 | 143 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.44 |
| HSL | 261.82º | 0.37% | 0.41% | - |
| HSV(B) | 261.82º | 0.54% | 0.56% | - |
| XYZ | 11.52 | 8.26 | 26.97 | - |
| YUV | 83.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 143 | 0.34 | 0.54 | 0 | 0.44 | 261.82 | 0.37 | 0.41 |
| Hex | 5E | 42 | 8F | 22 | 36 | 0 | 2C | 106 | 25 | 29 |
| Octal | 136 | 102 | 217 | 42 | 66 | 0 | 54 | 406 | 45 | 51 |
| Binary | 1011110 | 1000010 | 10001111 | 100010 | 110110 | 0 | 101100 | 100000110 | 100101 | 101001 |
Color Harmonies of #5E428F
Complementary color
Monochromatic Colors of #5E428F
Black with #5E428F
Text Example
Text Example
White with #5E428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E428F; }
p { color: rgb(94,66,143); }
H1.HeaderClassName
{
color: #5E428F;
}
.AnyTagClassName
{
color: #5E428F;
}
</style>
background-color css
<style>
a { background-color: #5E428F; }
a { background-color: rgb(94,66,143); }
div.DivClassName
{
background-color: #5E428F;
}
.BgClassName
{
background-color: #5E428F;
}
</style>
border-color css
<style>
span { border-color: #5E428F; }
span { border-color: rgb(94,66,143); }
td.TdClassName
{
border-color: #5E428F;
}
.TagClassName
{
border-color: #5E428F;
}
</style>