Shades of Daisy Bush #5E329B
Tints of Daisy Bush #5E329B
RGB
CMYK
RGB Variations
Color information
#5E329B (or 0x5E329B) is known color: Daisy Bush. HEX triplet: 5E, 32 and 9B. RGB value is (94,50,155). Sum of RGB (Red+Green+Blue) = 94+50+155=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E329B is #A1CD64. Grayscale: #4A4A4A. Windows color (decimal): -10603877 or 10170974. OLE color: 10170974.
HSL color Cylindrical-coordinate representation of color #5E329B: hue angle of 265.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E329B is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 50 | 155 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.39 |
| HSL | 265.14º | 0.51% | 0.4% | - |
| HSV(B) | 265.14º | 0.68% | 0.61% | - |
| XYZ | 11.67 | 7.03 | 31.75 | - |
| YUV | 75.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 155 | 0.39 | 0.68 | 0 | 0.39 | 265.14 | 0.51 | 0.4 |
| Hex | 5E | 32 | 9B | 27 | 44 | 0 | 27 | 109 | 33 | 28 |
| Octal | 136 | 62 | 233 | 47 | 104 | 0 | 47 | 411 | 63 | 50 |
| Binary | 1011110 | 110010 | 10011011 | 100111 | 1000100 | 0 | 100111 | 100001001 | 110011 | 101000 |
Color Harmonies of #5E329B
Complementary color
Monochromatic Colors of #5E329B
Black with #5E329B
Text Example
Text Example
White with #5E329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E329B; }
p { color: rgb(94,50,155); }
H1.HeaderClassName
{
color: #5E329B;
}
.AnyTagClassName
{
color: #5E329B;
}
</style>
background-color css
<style>
a { background-color: #5E329B; }
a { background-color: rgb(94,50,155); }
div.DivClassName
{
background-color: #5E329B;
}
.BgClassName
{
background-color: #5E329B;
}
</style>
border-color css
<style>
span { border-color: #5E329B; }
span { border-color: rgb(94,50,155); }
td.TdClassName
{
border-color: #5E329B;
}
.TagClassName
{
border-color: #5E329B;
}
</style>