Shades of Daisy Bush #5E459D
Tints of Daisy Bush #5E459D
RGB
CMYK
RGB Variations
Color information
#5E459D (or 0x5E459D) is known color: Daisy Bush. HEX triplet: 5E, 45 and 9D. RGB value is (94,69,157). Sum of RGB (Red+Green+Blue) = 94+69+157=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E459D is #A1BA62. Grayscale: #565656. Windows color (decimal): -10599011 or 10306910. OLE color: 10306910.
HSL color Cylindrical-coordinate representation of color #5E459D: hue angle of 257.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E459D is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 69 | 157 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.38 |
| HSL | 257.05º | 0.39% | 0.44% | - |
| HSV(B) | 257.05º | 0.56% | 0.62% | - |
| XYZ | 12.83 | 9.07 | 32.97 | - |
| YUV | 86.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 157 | 0.40 | 0.56 | 0 | 0.38 | 257.05 | 0.39 | 0.44 |
| Hex | 5E | 45 | 9D | 28 | 38 | 0 | 26 | 101 | 27 | 2C |
| Octal | 136 | 105 | 235 | 50 | 70 | 0 | 46 | 401 | 47 | 54 |
| Binary | 1011110 | 1000101 | 10011101 | 101000 | 111000 | 0 | 100110 | 100000001 | 100111 | 101100 |
Color Harmonies of #5E459D
Complementary color
Monochromatic Colors of #5E459D
Black with #5E459D
Text Example
Text Example
White with #5E459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E459D; }
p { color: rgb(94,69,157); }
H1.HeaderClassName
{
color: #5E459D;
}
.AnyTagClassName
{
color: #5E459D;
}
</style>
background-color css
<style>
a { background-color: #5E459D; }
a { background-color: rgb(94,69,157); }
div.DivClassName
{
background-color: #5E459D;
}
.BgClassName
{
background-color: #5E459D;
}
</style>
border-color css
<style>
span { border-color: #5E459D; }
span { border-color: rgb(94,69,157); }
td.TdClassName
{
border-color: #5E459D;
}
.TagClassName
{
border-color: #5E459D;
}
</style>