Shades of Daisy Bush #5E329C
Tints of Daisy Bush #5E329C
RGB
CMYK
RGB Variations
Color information
#5E329C (or 0x5E329C) is known color: Daisy Bush. HEX triplet: 5E, 32 and 9C. RGB value is (94,50,156). Sum of RGB (Red+Green+Blue) = 94+50+156=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E329C is #A1CD63. Grayscale: #4A4A4A. Windows color (decimal): -10603876 or 10236510. OLE color: 10236510.
HSL color Cylindrical-coordinate representation of color #5E329C: hue angle of 264.91º 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 #5E329C is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 50 | 156 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.39 |
| HSL | 264.91º | 0.51% | 0.4% | - |
| HSV(B) | 264.91º | 0.68% | 0.61% | - |
| XYZ | 11.76 | 7.06 | 32.2 | - |
| YUV | 75.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 156 | 0.40 | 0.68 | 0 | 0.39 | 264.91 | 0.51 | 0.4 |
| Hex | 5E | 32 | 9C | 28 | 44 | 0 | 27 | 109 | 33 | 28 |
| Octal | 136 | 62 | 234 | 50 | 104 | 0 | 47 | 411 | 63 | 50 |
| Binary | 1011110 | 110010 | 10011100 | 101000 | 1000100 | 0 | 100111 | 100001001 | 110011 | 101000 |
Color Harmonies of #5E329C
Complementary color
Monochromatic Colors of #5E329C
Black with #5E329C
Text Example
Text Example
White with #5E329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E329C; }
p { color: rgb(94,50,156); }
H1.HeaderClassName
{
color: #5E329C;
}
.AnyTagClassName
{
color: #5E329C;
}
</style>
background-color css
<style>
a { background-color: #5E329C; }
a { background-color: rgb(94,50,156); }
div.DivClassName
{
background-color: #5E329C;
}
.BgClassName
{
background-color: #5E329C;
}
</style>
border-color css
<style>
span { border-color: #5E329C; }
span { border-color: rgb(94,50,156); }
td.TdClassName
{
border-color: #5E329C;
}
.TagClassName
{
border-color: #5E329C;
}
</style>