Shades of Daisy Bush #5E369C
Tints of Daisy Bush #5E369C
RGB
CMYK
RGB Variations
Color information
#5E369C (or 0x5E369C) is known color: Daisy Bush. HEX triplet: 5E, 36 and 9C. RGB value is (94,54,156). Sum of RGB (Red+Green+Blue) = 94+54+156=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E369C is #A1C963. Grayscale: #4D4D4D. Windows color (decimal): -10602852 or 10237534. OLE color: 10237534.
HSL color Cylindrical-coordinate representation of color #5E369C: hue angle of 263.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E369C is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 54 | 156 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.39 |
| HSL | 263.53º | 0.49% | 0.41% | - |
| HSV(B) | 263.53º | 0.65% | 0.61% | - |
| XYZ | 11.94 | 7.42 | 32.26 | - |
| YUV | 77.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 156 | 0.40 | 0.65 | 0 | 0.39 | 263.53 | 0.49 | 0.41 |
| Hex | 5E | 36 | 9C | 28 | 41 | 0 | 27 | 108 | 31 | 29 |
| Octal | 136 | 66 | 234 | 50 | 101 | 0 | 47 | 410 | 61 | 51 |
| Binary | 1011110 | 110110 | 10011100 | 101000 | 1000001 | 0 | 100111 | 100001000 | 110001 | 101001 |
Color Harmonies of #5E369C
Complementary color
Monochromatic Colors of #5E369C
Black with #5E369C
Text Example
Text Example
White with #5E369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E369C; }
p { color: rgb(94,54,156); }
H1.HeaderClassName
{
color: #5E369C;
}
.AnyTagClassName
{
color: #5E369C;
}
</style>
background-color css
<style>
a { background-color: #5E369C; }
a { background-color: rgb(94,54,156); }
div.DivClassName
{
background-color: #5E369C;
}
.BgClassName
{
background-color: #5E369C;
}
</style>
border-color css
<style>
span { border-color: #5E369C; }
span { border-color: rgb(94,54,156); }
td.TdClassName
{
border-color: #5E369C;
}
.TagClassName
{
border-color: #5E369C;
}
</style>