Shades of Daisy Bush #5E349D
Tints of Daisy Bush #5E349D
RGB
CMYK
RGB Variations
Color information
#5E349D (or 0x5E349D) is known color: Daisy Bush. HEX triplet: 5E, 34 and 9D. RGB value is (94,52,157). Sum of RGB (Red+Green+Blue) = 94+52+157=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E349D is #A1CB62. Grayscale: #4C4C4C. Windows color (decimal): -10603363 or 10302558. OLE color: 10302558.
HSL color Cylindrical-coordinate representation of color #5E349D: hue angle of 264º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E349D is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 52 | 157 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.38 |
| HSL | 264º | 0.5% | 0.41% | - |
| HSV(B) | 264º | 0.67% | 0.62% | - |
| XYZ | 11.93 | 7.27 | 32.67 | - |
| YUV | 76.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 157 | 0.40 | 0.67 | 0 | 0.38 | 264 | 0.5 | 0.41 |
| Hex | 5E | 34 | 9D | 28 | 43 | 0 | 26 | 108 | 32 | 29 |
| Octal | 136 | 64 | 235 | 50 | 103 | 0 | 46 | 410 | 62 | 51 |
| Binary | 1011110 | 110100 | 10011101 | 101000 | 1000011 | 0 | 100110 | 100001000 | 110010 | 101001 |
Color Harmonies of #5E349D
Complementary color
Monochromatic Colors of #5E349D
Black with #5E349D
Text Example
Text Example
White with #5E349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E349D; }
p { color: rgb(94,52,157); }
H1.HeaderClassName
{
color: #5E349D;
}
.AnyTagClassName
{
color: #5E349D;
}
</style>
background-color css
<style>
a { background-color: #5E349D; }
a { background-color: rgb(94,52,157); }
div.DivClassName
{
background-color: #5E349D;
}
.BgClassName
{
background-color: #5E349D;
}
</style>
border-color css
<style>
span { border-color: #5E349D; }
span { border-color: rgb(94,52,157); }
td.TdClassName
{
border-color: #5E349D;
}
.TagClassName
{
border-color: #5E349D;
}
</style>