Shades of Daisy Bush #5E359D
Tints of Daisy Bush #5E359D
RGB
CMYK
RGB Variations
Color information
#5E359D (or 0x5E359D) is known color: Daisy Bush. HEX triplet: 5E, 35 and 9D. RGB value is (94,53,157). Sum of RGB (Red+Green+Blue) = 94+53+157=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E359D is #A1CA62. Grayscale: #4C4C4C. Windows color (decimal): -10603107 or 10302814. OLE color: 10302814.
HSL color Cylindrical-coordinate representation of color #5E359D: hue angle of 263.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E359D is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 53 | 157 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.38 |
| HSL | 263.65º | 0.5% | 0.41% | - |
| HSV(B) | 263.65º | 0.66% | 0.62% | - |
| XYZ | 11.98 | 7.36 | 32.69 | - |
| YUV | 77.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 157 | 0.40 | 0.66 | 0 | 0.38 | 263.65 | 0.5 | 0.41 |
| Hex | 5E | 35 | 9D | 28 | 42 | 0 | 26 | 108 | 32 | 29 |
| Octal | 136 | 65 | 235 | 50 | 102 | 0 | 46 | 410 | 62 | 51 |
| Binary | 1011110 | 110101 | 10011101 | 101000 | 1000010 | 0 | 100110 | 100001000 | 110010 | 101001 |
Color Harmonies of #5E359D
Complementary color
Monochromatic Colors of #5E359D
Black with #5E359D
Text Example
Text Example
White with #5E359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E359D; }
p { color: rgb(94,53,157); }
H1.HeaderClassName
{
color: #5E359D;
}
.AnyTagClassName
{
color: #5E359D;
}
</style>
background-color css
<style>
a { background-color: #5E359D; }
a { background-color: rgb(94,53,157); }
div.DivClassName
{
background-color: #5E359D;
}
.BgClassName
{
background-color: #5E359D;
}
</style>
border-color css
<style>
span { border-color: #5E359D; }
span { border-color: rgb(94,53,157); }
td.TdClassName
{
border-color: #5E359D;
}
.TagClassName
{
border-color: #5E359D;
}
</style>