Shades of Daisy Bush #5E3894
Tints of Daisy Bush #5E3894
RGB
CMYK
RGB Variations
Color information
#5E3894 (or 0x5E3894) is known color: Daisy Bush. HEX triplet: 5E, 38 and 94. RGB value is (94,56,148). Sum of RGB (Red+Green+Blue) = 94+56+148=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E3894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3894 is #A1C76B. Grayscale: #4D4D4D. Windows color (decimal): -10602348 or 9713758. OLE color: 9713758.
HSL color Cylindrical-coordinate representation of color #5E3894: hue angle of 264.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E3894 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 56 | 148 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.42 |
| HSL | 264.78º | 0.45% | 0.4% | - |
| HSV(B) | 264.78º | 0.62% | 0.58% | - |
| XYZ | 11.38 | 7.35 | 28.84 | - |
| YUV | 77.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 148 | 0.36 | 0.62 | 0 | 0.42 | 264.78 | 0.45 | 0.4 |
| Hex | 5E | 38 | 94 | 24 | 3E | 0 | 2A | 109 | 2D | 28 |
| Octal | 136 | 70 | 224 | 44 | 76 | 0 | 52 | 411 | 55 | 50 |
| Binary | 1011110 | 111000 | 10010100 | 100100 | 111110 | 0 | 101010 | 100001001 | 101101 | 101000 |
Color Harmonies of #5E3894
Complementary color
Monochromatic Colors of #5E3894
Black with #5E3894
Text Example
Text Example
White with #5E3894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3894; }
p { color: rgb(94,56,148); }
H1.HeaderClassName
{
color: #5E3894;
}
.AnyTagClassName
{
color: #5E3894;
}
</style>
background-color css
<style>
a { background-color: #5E3894; }
a { background-color: rgb(94,56,148); }
div.DivClassName
{
background-color: #5E3894;
}
.BgClassName
{
background-color: #5E3894;
}
</style>
border-color css
<style>
span { border-color: #5E3894; }
span { border-color: rgb(94,56,148); }
td.TdClassName
{
border-color: #5E3894;
}
.TagClassName
{
border-color: #5E3894;
}
</style>