Shades of Daisy Bush #5E309C
Tints of Daisy Bush #5E309C
RGB
CMYK
RGB Variations
Color information
#5E309C (or 0x5E309C) is known color: Daisy Bush. HEX triplet: 5E, 30 and 9C. RGB value is (94,48,156). Sum of RGB (Red+Green+Blue) = 94+48+156=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E309C is #A1CF63. Grayscale: #494949. Windows color (decimal): -10604388 or 10235998. OLE color: 10235998.
HSL color Cylindrical-coordinate representation of color #5E309C: hue angle of 265.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E309C is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 48 | 156 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.39 |
| HSL | 265.56º | 0.53% | 0.4% | - |
| HSV(B) | 265.56º | 0.69% | 0.61% | - |
| XYZ | 11.67 | 6.89 | 32.17 | - |
| YUV | 74.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 156 | 0.40 | 0.69 | 0 | 0.39 | 265.56 | 0.53 | 0.4 |
| Hex | 5E | 30 | 9C | 28 | 45 | 0 | 27 | 10A | 35 | 28 |
| Octal | 136 | 60 | 234 | 50 | 105 | 0 | 47 | 412 | 65 | 50 |
| Binary | 1011110 | 110000 | 10011100 | 101000 | 1000101 | 0 | 100111 | 100001010 | 110101 | 101000 |
Color Harmonies of #5E309C
Complementary color
Monochromatic Colors of #5E309C
Black with #5E309C
Text Example
Text Example
White with #5E309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E309C; }
p { color: rgb(94,48,156); }
H1.HeaderClassName
{
color: #5E309C;
}
.AnyTagClassName
{
color: #5E309C;
}
</style>
background-color css
<style>
a { background-color: #5E309C; }
a { background-color: rgb(94,48,156); }
div.DivClassName
{
background-color: #5E309C;
}
.BgClassName
{
background-color: #5E309C;
}
</style>
border-color css
<style>
span { border-color: #5E309C; }
span { border-color: rgb(94,48,156); }
td.TdClassName
{
border-color: #5E309C;
}
.TagClassName
{
border-color: #5E309C;
}
</style>