Shades of Daisy Bush #5E478B
Tints of Daisy Bush #5E478B
RGB
CMYK
RGB Variations
Color information
#5E478B (or 0x5E478B) is known color: Daisy Bush. HEX triplet: 5E, 47 and 8B. RGB value is (94,71,139). Sum of RGB (Red+Green+Blue) = 94+71+139=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E478B is #A1B874. Grayscale: #555555. Windows color (decimal): -10598517 or 9127774. OLE color: 9127774.
HSL color Cylindrical-coordinate representation of color #5E478B: hue angle of 260.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E478B is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 71 | 139 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.45 |
| HSL | 260.29º | 0.32% | 0.41% | - |
| HSV(B) | 260.29º | 0.49% | 0.55% | - |
| XYZ | 11.53 | 8.75 | 25.51 | - |
| YUV | 85.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 139 | 0.32 | 0.49 | 0 | 0.45 | 260.29 | 0.32 | 0.41 |
| Hex | 5E | 47 | 8B | 20 | 31 | 0 | 2D | 104 | 20 | 29 |
| Octal | 136 | 107 | 213 | 40 | 61 | 0 | 55 | 404 | 40 | 51 |
| Binary | 1011110 | 1000111 | 10001011 | 100000 | 110001 | 0 | 101101 | 100000100 | 100000 | 101001 |
Color Harmonies of #5E478B
Complementary color
Monochromatic Colors of #5E478B
Black with #5E478B
Text Example
Text Example
White with #5E478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E478B; }
p { color: rgb(94,71,139); }
H1.HeaderClassName
{
color: #5E478B;
}
.AnyTagClassName
{
color: #5E478B;
}
</style>
background-color css
<style>
a { background-color: #5E478B; }
a { background-color: rgb(94,71,139); }
div.DivClassName
{
background-color: #5E478B;
}
.BgClassName
{
background-color: #5E478B;
}
</style>
border-color css
<style>
span { border-color: #5E478B; }
span { border-color: rgb(94,71,139); }
td.TdClassName
{
border-color: #5E478B;
}
.TagClassName
{
border-color: #5E478B;
}
</style>