Shades of Daisy Bush #5E309D
Tints of Daisy Bush #5E309D
RGB
CMYK
RGB Variations
Color information
#5E309D (or 0x5E309D) is known color: Daisy Bush. HEX triplet: 5E, 30 and 9D. RGB value is (94,48,157). Sum of RGB (Red+Green+Blue) = 94+48+157=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E309D is #A1CF62. Grayscale: #494949. Windows color (decimal): -10604387 or 10301534. OLE color: 10301534.
HSL color Cylindrical-coordinate representation of color #5E309D: hue angle of 265.32º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E309D is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 48 | 157 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.38 |
| HSL | 265.32º | 0.53% | 0.4% | - |
| HSV(B) | 265.32º | 0.69% | 0.62% | - |
| XYZ | 11.76 | 6.93 | 32.62 | - |
| YUV | 74.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 157 | 0.40 | 0.69 | 0 | 0.38 | 265.32 | 0.53 | 0.4 |
| Hex | 5E | 30 | 9D | 28 | 45 | 0 | 26 | 109 | 35 | 28 |
| Octal | 136 | 60 | 235 | 50 | 105 | 0 | 46 | 411 | 65 | 50 |
| Binary | 1011110 | 110000 | 10011101 | 101000 | 1000101 | 0 | 100110 | 100001001 | 110101 | 101000 |
Color Harmonies of #5E309D
Complementary color
Monochromatic Colors of #5E309D
Black with #5E309D
Text Example
Text Example
White with #5E309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E309D; }
p { color: rgb(94,48,157); }
H1.HeaderClassName
{
color: #5E309D;
}
.AnyTagClassName
{
color: #5E309D;
}
</style>
background-color css
<style>
a { background-color: #5E309D; }
a { background-color: rgb(94,48,157); }
div.DivClassName
{
background-color: #5E309D;
}
.BgClassName
{
background-color: #5E309D;
}
</style>
border-color css
<style>
span { border-color: #5E309D; }
span { border-color: rgb(94,48,157); }
td.TdClassName
{
border-color: #5E309D;
}
.TagClassName
{
border-color: #5E309D;
}
</style>