Shades of Daisy Bush #5E279B
Tints of Daisy Bush #5E279B
RGB
CMYK
RGB Variations
Color information
#5E279B (or 0x5E279B) is known color: Daisy Bush. HEX triplet: 5E, 27 and 9B. RGB value is (94,39,155). Sum of RGB (Red+Green+Blue) = 94+39+155=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E279B is #A1D864. Grayscale: #444444. Windows color (decimal): -10606693 or 10168158. OLE color: 10168158.
HSL color Cylindrical-coordinate representation of color #5E279B: hue angle of 268.45º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E279B is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 39 | 155 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.39 |
| HSL | 268.45º | 0.6% | 0.38% | - |
| HSV(B) | 268.45º | 0.75% | 0.61% | - |
| XYZ | 11.26 | 6.2 | 31.61 | - |
| YUV | 68.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 155 | 0.39 | 0.75 | 0 | 0.39 | 268.45 | 0.6 | 0.38 |
| Hex | 5E | 27 | 9B | 27 | 4B | 0 | 27 | 10C | 3C | 26 |
| Octal | 136 | 47 | 233 | 47 | 113 | 0 | 47 | 414 | 74 | 46 |
| Binary | 1011110 | 100111 | 10011011 | 100111 | 1001011 | 0 | 100111 | 100001100 | 111100 | 100110 |
Color Harmonies of #5E279B
Complementary color
Monochromatic Colors of #5E279B
Black with #5E279B
Text Example
Text Example
White with #5E279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E279B; }
p { color: rgb(94,39,155); }
H1.HeaderClassName
{
color: #5E279B;
}
.AnyTagClassName
{
color: #5E279B;
}
</style>
background-color css
<style>
a { background-color: #5E279B; }
a { background-color: rgb(94,39,155); }
div.DivClassName
{
background-color: #5E279B;
}
.BgClassName
{
background-color: #5E279B;
}
</style>
border-color css
<style>
span { border-color: #5E279B; }
span { border-color: rgb(94,39,155); }
td.TdClassName
{
border-color: #5E279B;
}
.TagClassName
{
border-color: #5E279B;
}
</style>