Shades of Daisy Bush #5E489C
Tints of Daisy Bush #5E489C
RGB
CMYK
RGB Variations
Color information
#5E489C (or 0x5E489C) is known color: Daisy Bush. HEX triplet: 5E, 48 and 9C. RGB value is (94,72,156). Sum of RGB (Red+Green+Blue) = 94+72+156=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E489C is #A1B763. Grayscale: #575757. Windows color (decimal): -10598244 or 10242142. OLE color: 10242142.
HSL color Cylindrical-coordinate representation of color #5E489C: hue angle of 255.71º 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 #5E489C is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 72 | 156 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.39 |
| HSL | 255.71º | 0.37% | 0.45% | - |
| HSV(B) | 255.71º | 0.54% | 0.61% | - |
| XYZ | 12.93 | 9.41 | 32.59 | - |
| YUV | 88.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 156 | 0.40 | 0.54 | 0 | 0.39 | 255.71 | 0.37 | 0.45 |
| Hex | 5E | 48 | 9C | 28 | 36 | 0 | 27 | 100 | 25 | 2D |
| Octal | 136 | 110 | 234 | 50 | 66 | 0 | 47 | 400 | 45 | 55 |
| Binary | 1011110 | 1001000 | 10011100 | 101000 | 110110 | 0 | 100111 | 100000000 | 100101 | 101101 |
Color Harmonies of #5E489C
Complementary color
Monochromatic Colors of #5E489C
Black with #5E489C
Text Example
Text Example
White with #5E489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E489C; }
p { color: rgb(94,72,156); }
H1.HeaderClassName
{
color: #5E489C;
}
.AnyTagClassName
{
color: #5E489C;
}
</style>
background-color css
<style>
a { background-color: #5E489C; }
a { background-color: rgb(94,72,156); }
div.DivClassName
{
background-color: #5E489C;
}
.BgClassName
{
background-color: #5E489C;
}
</style>
border-color css
<style>
span { border-color: #5E489C; }
span { border-color: rgb(94,72,156); }
td.TdClassName
{
border-color: #5E489C;
}
.TagClassName
{
border-color: #5E489C;
}
</style>