Shades of Daisy Bush #5E269A
Tints of Daisy Bush #5E269A
RGB
CMYK
RGB Variations
Color information
#5E269A (or 0x5E269A) is known color: Daisy Bush. HEX triplet: 5E, 26 and 9A. RGB value is (94,38,154). Sum of RGB (Red+Green+Blue) = 94+38+154=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E269A is #A1D965. Grayscale: #434343. Windows color (decimal): -10606950 or 10102366. OLE color: 10102366.
HSL color Cylindrical-coordinate representation of color #5E269A: hue angle of 268.97º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E269A is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 38 | 154 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.40 |
| HSL | 268.97º | 0.6% | 0.38% | - |
| HSV(B) | 268.97º | 0.75% | 0.6% | - |
| XYZ | 11.14 | 6.1 | 31.16 | - |
| YUV | 67.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 154 | 0.39 | 0.75 | 0 | 0.40 | 268.97 | 0.6 | 0.38 |
| Hex | 5E | 26 | 9A | 27 | 4B | 0 | 28 | 10D | 3C | 26 |
| Octal | 136 | 46 | 232 | 47 | 113 | 0 | 50 | 415 | 74 | 46 |
| Binary | 1011110 | 100110 | 10011010 | 100111 | 1001011 | 0 | 101000 | 100001101 | 111100 | 100110 |
Color Harmonies of #5E269A
Complementary color
Monochromatic Colors of #5E269A
Black with #5E269A
Text Example
Text Example
White with #5E269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E269A; }
p { color: rgb(94,38,154); }
H1.HeaderClassName
{
color: #5E269A;
}
.AnyTagClassName
{
color: #5E269A;
}
</style>
background-color css
<style>
a { background-color: #5E269A; }
a { background-color: rgb(94,38,154); }
div.DivClassName
{
background-color: #5E269A;
}
.BgClassName
{
background-color: #5E269A;
}
</style>
border-color css
<style>
span { border-color: #5E269A; }
span { border-color: rgb(94,38,154); }
td.TdClassName
{
border-color: #5E269A;
}
.TagClassName
{
border-color: #5E269A;
}
</style>