Shades of Daisy Bush #5E309B
Tints of Daisy Bush #5E309B
RGB
CMYK
RGB Variations
Color information
#5E309B (or 0x5E309B) is known color: Daisy Bush. HEX triplet: 5E, 30 and 9B. RGB value is (94,48,155). Sum of RGB (Red+Green+Blue) = 94+48+155=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E309B is #A1CF64. Grayscale: #494949. Windows color (decimal): -10604389 or 10170462. OLE color: 10170462.
HSL color Cylindrical-coordinate representation of color #5E309B: hue angle of 265.79º 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 #5E309B is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 48 | 155 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.39 |
| HSL | 265.79º | 0.53% | 0.4% | - |
| HSV(B) | 265.79º | 0.69% | 0.61% | - |
| XYZ | 11.59 | 6.86 | 31.72 | - |
| YUV | 73.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 155 | 0.39 | 0.69 | 0 | 0.39 | 265.79 | 0.53 | 0.4 |
| Hex | 5E | 30 | 9B | 27 | 45 | 0 | 27 | 10A | 35 | 28 |
| Octal | 136 | 60 | 233 | 47 | 105 | 0 | 47 | 412 | 65 | 50 |
| Binary | 1011110 | 110000 | 10011011 | 100111 | 1000101 | 0 | 100111 | 100001010 | 110101 | 101000 |
Color Harmonies of #5E309B
Complementary color
Monochromatic Colors of #5E309B
Black with #5E309B
Text Example
Text Example
White with #5E309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E309B; }
p { color: rgb(94,48,155); }
H1.HeaderClassName
{
color: #5E309B;
}
.AnyTagClassName
{
color: #5E309B;
}
</style>
background-color css
<style>
a { background-color: #5E309B; }
a { background-color: rgb(94,48,155); }
div.DivClassName
{
background-color: #5E309B;
}
.BgClassName
{
background-color: #5E309B;
}
</style>
border-color css
<style>
span { border-color: #5E309B; }
span { border-color: rgb(94,48,155); }
td.TdClassName
{
border-color: #5E309B;
}
.TagClassName
{
border-color: #5E309B;
}
</style>