Shades of Daisy Bush #5E3790
Tints of Daisy Bush #5E3790
RGB
CMYK
RGB Variations
Color information
#5E3790 (or 0x5E3790) is known color: Daisy Bush. HEX triplet: 5E, 37 and 90. RGB value is (94,55,144). Sum of RGB (Red+Green+Blue) = 94+55+144=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3790 is #A1C86F. Grayscale: #4C4C4C. Windows color (decimal): -10602608 or 9451358. OLE color: 9451358.
HSL color Cylindrical-coordinate representation of color #5E3790: hue angle of 266.29º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E3790 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 55 | 144 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.44 |
| HSL | 266.29º | 0.45% | 0.39% | - |
| HSV(B) | 266.29º | 0.62% | 0.56% | - |
| XYZ | 11.02 | 7.13 | 27.18 | - |
| YUV | 76.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 144 | 0.35 | 0.62 | 0 | 0.44 | 266.29 | 0.45 | 0.39 |
| Hex | 5E | 37 | 90 | 23 | 3E | 0 | 2C | 10A | 2D | 27 |
| Octal | 136 | 67 | 220 | 43 | 76 | 0 | 54 | 412 | 55 | 47 |
| Binary | 1011110 | 110111 | 10010000 | 100011 | 111110 | 0 | 101100 | 100001010 | 101101 | 100111 |
Color Harmonies of #5E3790
Complementary color
Monochromatic Colors of #5E3790
Black with #5E3790
Text Example
Text Example
White with #5E3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3790; }
p { color: rgb(94,55,144); }
H1.HeaderClassName
{
color: #5E3790;
}
.AnyTagClassName
{
color: #5E3790;
}
</style>
background-color css
<style>
a { background-color: #5E3790; }
a { background-color: rgb(94,55,144); }
div.DivClassName
{
background-color: #5E3790;
}
.BgClassName
{
background-color: #5E3790;
}
</style>
border-color css
<style>
span { border-color: #5E3790; }
span { border-color: rgb(94,55,144); }
td.TdClassName
{
border-color: #5E3790;
}
.TagClassName
{
border-color: #5E3790;
}
</style>