Shades of Daisy Bush #5E479C
Tints of Daisy Bush #5E479C
RGB
CMYK
RGB Variations
Color information
#5E479C (or 0x5E479C) is known color: Daisy Bush. HEX triplet: 5E, 47 and 9C. RGB value is (94,71,156). Sum of RGB (Red+Green+Blue) = 94+71+156=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E479C is #A1B863. Grayscale: #575757. Windows color (decimal): -10598500 or 10241886. OLE color: 10241886.
HSL color Cylindrical-coordinate representation of color #5E479C: hue angle of 256.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E479C is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 71 | 156 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.39 |
| HSL | 256.24º | 0.37% | 0.45% | - |
| HSV(B) | 256.24º | 0.54% | 0.61% | - |
| XYZ | 12.87 | 9.29 | 32.57 | - |
| YUV | 87.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 156 | 0.40 | 0.54 | 0 | 0.39 | 256.24 | 0.37 | 0.45 |
| Hex | 5E | 47 | 9C | 28 | 36 | 0 | 27 | 100 | 25 | 2D |
| Octal | 136 | 107 | 234 | 50 | 66 | 0 | 47 | 400 | 45 | 55 |
| Binary | 1011110 | 1000111 | 10011100 | 101000 | 110110 | 0 | 100111 | 100000000 | 100101 | 101101 |
Color Harmonies of #5E479C
Complementary color
Monochromatic Colors of #5E479C
Black with #5E479C
Text Example
Text Example
White with #5E479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E479C; }
p { color: rgb(94,71,156); }
H1.HeaderClassName
{
color: #5E479C;
}
.AnyTagClassName
{
color: #5E479C;
}
</style>
background-color css
<style>
a { background-color: #5E479C; }
a { background-color: rgb(94,71,156); }
div.DivClassName
{
background-color: #5E479C;
}
.BgClassName
{
background-color: #5E479C;
}
</style>
border-color css
<style>
span { border-color: #5E479C; }
span { border-color: rgb(94,71,156); }
td.TdClassName
{
border-color: #5E479C;
}
.TagClassName
{
border-color: #5E479C;
}
</style>