Shades of Daisy Bush #5E469D
Tints of Daisy Bush #5E469D
RGB
CMYK
RGB Variations
Color information
#5E469D (or 0x5E469D) is known color: Daisy Bush. HEX triplet: 5E, 46 and 9D. RGB value is (94,70,157). Sum of RGB (Red+Green+Blue) = 94+70+157=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E469D is #A1B962. Grayscale: #565656. Windows color (decimal): -10598755 or 10307166. OLE color: 10307166.
HSL color Cylindrical-coordinate representation of color #5E469D: hue angle of 256.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E469D is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 70 | 157 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.38 |
| HSL | 256.55º | 0.38% | 0.45% | - |
| HSV(B) | 256.55º | 0.55% | 0.62% | - |
| XYZ | 12.89 | 9.19 | 32.99 | - |
| YUV | 87.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 157 | 0.40 | 0.55 | 0 | 0.38 | 256.55 | 0.38 | 0.45 |
| Hex | 5E | 46 | 9D | 28 | 37 | 0 | 26 | 101 | 26 | 2D |
| Octal | 136 | 106 | 235 | 50 | 67 | 0 | 46 | 401 | 46 | 55 |
| Binary | 1011110 | 1000110 | 10011101 | 101000 | 110111 | 0 | 100110 | 100000001 | 100110 | 101101 |
Color Harmonies of #5E469D
Complementary color
Monochromatic Colors of #5E469D
Black with #5E469D
Text Example
Text Example
White with #5E469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E469D; }
p { color: rgb(94,70,157); }
H1.HeaderClassName
{
color: #5E469D;
}
.AnyTagClassName
{
color: #5E469D;
}
</style>
background-color css
<style>
a { background-color: #5E469D; }
a { background-color: rgb(94,70,157); }
div.DivClassName
{
background-color: #5E469D;
}
.BgClassName
{
background-color: #5E469D;
}
</style>
border-color css
<style>
span { border-color: #5E469D; }
span { border-color: rgb(94,70,157); }
td.TdClassName
{
border-color: #5E469D;
}
.TagClassName
{
border-color: #5E469D;
}
</style>