Shades of Daisy Bush #5E4684
Tints of Daisy Bush #5E4684
RGB
CMYK
RGB Variations
Color information
#5E4684 (or 0x5E4684) is known color: Daisy Bush. HEX triplet: 5E, 46 and 84. RGB value is (94,70,132). Sum of RGB (Red+Green+Blue) = 94+70+132=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E4684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4684 is #A1B97B. Grayscale: #545454. Windows color (decimal): -10598780 or 8668766. OLE color: 8668766.
HSL color Cylindrical-coordinate representation of color #5E4684: hue angle of 263.23º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4684 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 70 | 132 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.48 |
| HSL | 263.23º | 0.31% | 0.4% | - |
| HSV(B) | 263.23º | 0.47% | 0.52% | - |
| XYZ | 10.97 | 8.43 | 22.88 | - |
| YUV | 84.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 132 | 0.29 | 0.47 | 0 | 0.48 | 263.23 | 0.31 | 0.4 |
| Hex | 5E | 46 | 84 | 1D | 2F | 0 | 30 | 107 | 1F | 28 |
| Octal | 136 | 106 | 204 | 35 | 57 | 0 | 60 | 407 | 37 | 50 |
| Binary | 1011110 | 1000110 | 10000100 | 11101 | 101111 | 0 | 110000 | 100000111 | 11111 | 101000 |
Color Harmonies of #5E4684
Complementary color
Monochromatic Colors of #5E4684
Black with #5E4684
Text Example
Text Example
White with #5E4684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4684; }
p { color: rgb(94,70,132); }
H1.HeaderClassName
{
color: #5E4684;
}
.AnyTagClassName
{
color: #5E4684;
}
</style>
background-color css
<style>
a { background-color: #5E4684; }
a { background-color: rgb(94,70,132); }
div.DivClassName
{
background-color: #5E4684;
}
.BgClassName
{
background-color: #5E4684;
}
</style>
border-color css
<style>
span { border-color: #5E4684; }
span { border-color: rgb(94,70,132); }
td.TdClassName
{
border-color: #5E4684;
}
.TagClassName
{
border-color: #5E4684;
}
</style>