Shades of Daisy Bush #5E2598
Tints of Daisy Bush #5E2598
RGB
CMYK
RGB Variations
Color information
#5E2598 (or 0x5E2598) is known color: Daisy Bush. HEX triplet: 5E, 25 and 98. RGB value is (94,37,152). Sum of RGB (Red+Green+Blue) = 94+37+152=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E2598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2598 is #A1DA67. Grayscale: #424242. Windows color (decimal): -10607208 or 9971038. OLE color: 9971038.
HSL color Cylindrical-coordinate representation of color #5E2598: hue angle of 269.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2598 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 37 | 152 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.40 |
| HSL | 269.74º | 0.61% | 0.37% | - |
| HSV(B) | 269.74º | 0.76% | 0.6% | - |
| XYZ | 10.95 | 5.97 | 30.28 | - |
| YUV | 67.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 152 | 0.38 | 0.76 | 0 | 0.40 | 269.74 | 0.61 | 0.37 |
| Hex | 5E | 25 | 98 | 26 | 4C | 0 | 28 | 10E | 3D | 25 |
| Octal | 136 | 45 | 230 | 46 | 114 | 0 | 50 | 416 | 75 | 45 |
| Binary | 1011110 | 100101 | 10011000 | 100110 | 1001100 | 0 | 101000 | 100001110 | 111101 | 100101 |
Color Harmonies of #5E2598
Complementary color
Monochromatic Colors of #5E2598
Black with #5E2598
Text Example
Text Example
White with #5E2598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2598; }
p { color: rgb(94,37,152); }
H1.HeaderClassName
{
color: #5E2598;
}
.AnyTagClassName
{
color: #5E2598;
}
</style>
background-color css
<style>
a { background-color: #5E2598; }
a { background-color: rgb(94,37,152); }
div.DivClassName
{
background-color: #5E2598;
}
.BgClassName
{
background-color: #5E2598;
}
</style>
border-color css
<style>
span { border-color: #5E2598; }
span { border-color: rgb(94,37,152); }
td.TdClassName
{
border-color: #5E2598;
}
.TagClassName
{
border-color: #5E2598;
}
</style>