Shades of Daisy Bush #5E3798
Tints of Daisy Bush #5E3798
RGB
CMYK
RGB Variations
Color information
#5E3798 (or 0x5E3798) is known color: Daisy Bush. HEX triplet: 5E, 37 and 98. RGB value is (94,55,152). Sum of RGB (Red+Green+Blue) = 94+55+152=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E3798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3798 is #A1C867. Grayscale: #4D4D4D. Windows color (decimal): -10602600 or 9975646. OLE color: 9975646.
HSL color Cylindrical-coordinate representation of color #5E3798: hue angle of 264.12º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3798 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 55 | 152 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.40 |
| HSL | 264.12º | 0.47% | 0.41% | - |
| HSV(B) | 264.12º | 0.64% | 0.6% | - |
| XYZ | 11.65 | 7.38 | 30.52 | - |
| YUV | 77.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 152 | 0.38 | 0.64 | 0 | 0.40 | 264.12 | 0.47 | 0.41 |
| Hex | 5E | 37 | 98 | 26 | 40 | 0 | 28 | 108 | 2F | 29 |
| Octal | 136 | 67 | 230 | 46 | 100 | 0 | 50 | 410 | 57 | 51 |
| Binary | 1011110 | 110111 | 10011000 | 100110 | 1000000 | 0 | 101000 | 100001000 | 101111 | 101001 |
Color Harmonies of #5E3798
Complementary color
Monochromatic Colors of #5E3798
Black with #5E3798
Text Example
Text Example
White with #5E3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3798; }
p { color: rgb(94,55,152); }
H1.HeaderClassName
{
color: #5E3798;
}
.AnyTagClassName
{
color: #5E3798;
}
</style>
background-color css
<style>
a { background-color: #5E3798; }
a { background-color: rgb(94,55,152); }
div.DivClassName
{
background-color: #5E3798;
}
.BgClassName
{
background-color: #5E3798;
}
</style>
border-color css
<style>
span { border-color: #5E3798; }
span { border-color: rgb(94,55,152); }
td.TdClassName
{
border-color: #5E3798;
}
.TagClassName
{
border-color: #5E3798;
}
</style>