Shades of Daisy Bush #5E379D
Tints of Daisy Bush #5E379D
RGB
CMYK
RGB Variations
Color information
#5E379D (or 0x5E379D) is known color: Daisy Bush. HEX triplet: 5E, 37 and 9D. RGB value is (94,55,157). Sum of RGB (Red+Green+Blue) = 94+55+157=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E379D is #A1C862. Grayscale: #4D4D4D. Windows color (decimal): -10602595 or 10303326. OLE color: 10303326.
HSL color Cylindrical-coordinate representation of color #5E379D: hue angle of 262.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E379D is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 55 | 157 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.38 |
| HSL | 262.94º | 0.48% | 0.42% | - |
| HSV(B) | 262.94º | 0.65% | 0.62% | - |
| XYZ | 12.07 | 7.55 | 32.72 | - |
| YUV | 78.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 157 | 0.40 | 0.65 | 0 | 0.38 | 262.94 | 0.48 | 0.42 |
| Hex | 5E | 37 | 9D | 28 | 41 | 0 | 26 | 107 | 30 | 2A |
| Octal | 136 | 67 | 235 | 50 | 101 | 0 | 46 | 407 | 60 | 52 |
| Binary | 1011110 | 110111 | 10011101 | 101000 | 1000001 | 0 | 100110 | 100000111 | 110000 | 101010 |
Color Harmonies of #5E379D
Complementary color
Monochromatic Colors of #5E379D
Black with #5E379D
Text Example
Text Example
White with #5E379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E379D; }
p { color: rgb(94,55,157); }
H1.HeaderClassName
{
color: #5E379D;
}
.AnyTagClassName
{
color: #5E379D;
}
</style>
background-color css
<style>
a { background-color: #5E379D; }
a { background-color: rgb(94,55,157); }
div.DivClassName
{
background-color: #5E379D;
}
.BgClassName
{
background-color: #5E379D;
}
</style>
border-color css
<style>
span { border-color: #5E379D; }
span { border-color: rgb(94,55,157); }
td.TdClassName
{
border-color: #5E379D;
}
.TagClassName
{
border-color: #5E379D;
}
</style>