Shades of Daisy Bush #5E478A
Tints of Daisy Bush #5E478A
RGB
CMYK
RGB Variations
Color information
#5E478A (or 0x5E478A) is known color: Daisy Bush. HEX triplet: 5E, 47 and 8A. RGB value is (94,71,138). Sum of RGB (Red+Green+Blue) = 94+71+138=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E478A is #A1B875. Grayscale: #555555. Windows color (decimal): -10598518 or 9062238. OLE color: 9062238.
HSL color Cylindrical-coordinate representation of color #5E478A: hue angle of 260.6º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E478A is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 71 | 138 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.46 |
| HSL | 260.6º | 0.32% | 0.41% | - |
| HSV(B) | 260.6º | 0.49% | 0.54% | - |
| XYZ | 11.46 | 8.72 | 25.12 | - |
| YUV | 85.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 138 | 0.32 | 0.49 | 0 | 0.46 | 260.6 | 0.32 | 0.41 |
| Hex | 5E | 47 | 8A | 20 | 31 | 0 | 2E | 105 | 20 | 29 |
| Octal | 136 | 107 | 212 | 40 | 61 | 0 | 56 | 405 | 40 | 51 |
| Binary | 1011110 | 1000111 | 10001010 | 100000 | 110001 | 0 | 101110 | 100000101 | 100000 | 101001 |
Color Harmonies of #5E478A
Complementary color
Monochromatic Colors of #5E478A
Black with #5E478A
Text Example
Text Example
White with #5E478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E478A; }
p { color: rgb(94,71,138); }
H1.HeaderClassName
{
color: #5E478A;
}
.AnyTagClassName
{
color: #5E478A;
}
</style>
background-color css
<style>
a { background-color: #5E478A; }
a { background-color: rgb(94,71,138); }
div.DivClassName
{
background-color: #5E478A;
}
.BgClassName
{
background-color: #5E478A;
}
</style>
border-color css
<style>
span { border-color: #5E478A; }
span { border-color: rgb(94,71,138); }
td.TdClassName
{
border-color: #5E478A;
}
.TagClassName
{
border-color: #5E478A;
}
</style>