Shades of Daisy Bush #5E259B
Tints of Daisy Bush #5E259B
RGB
CMYK
RGB Variations
Color information
#5E259B (or 0x5E259B) is known color: Daisy Bush. HEX triplet: 5E, 25 and 9B. RGB value is (94,37,155). Sum of RGB (Red+Green+Blue) = 94+37+155=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E259B is #A1DA64. Grayscale: #434343. Windows color (decimal): -10607205 or 10167646. OLE color: 10167646.
HSL color Cylindrical-coordinate representation of color #5E259B: hue angle of 268.98º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E259B is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 37 | 155 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.39 |
| HSL | 268.98º | 0.61% | 0.38% | - |
| HSV(B) | 268.98º | 0.76% | 0.61% | - |
| XYZ | 11.19 | 6.07 | 31.59 | - |
| YUV | 67.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 155 | 0.39 | 0.76 | 0 | 0.39 | 268.98 | 0.61 | 0.38 |
| Hex | 5E | 25 | 9B | 27 | 4C | 0 | 27 | 10D | 3D | 26 |
| Octal | 136 | 45 | 233 | 47 | 114 | 0 | 47 | 415 | 75 | 46 |
| Binary | 1011110 | 100101 | 10011011 | 100111 | 1001100 | 0 | 100111 | 100001101 | 111101 | 100110 |
Color Harmonies of #5E259B
Complementary color
Monochromatic Colors of #5E259B
Black with #5E259B
Text Example
Text Example
White with #5E259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E259B; }
p { color: rgb(94,37,155); }
H1.HeaderClassName
{
color: #5E259B;
}
.AnyTagClassName
{
color: #5E259B;
}
</style>
background-color css
<style>
a { background-color: #5E259B; }
a { background-color: rgb(94,37,155); }
div.DivClassName
{
background-color: #5E259B;
}
.BgClassName
{
background-color: #5E259B;
}
</style>
border-color css
<style>
span { border-color: #5E259B; }
span { border-color: rgb(94,37,155); }
td.TdClassName
{
border-color: #5E259B;
}
.TagClassName
{
border-color: #5E259B;
}
</style>