Shades of Daisy Bush #5E379A
Tints of Daisy Bush #5E379A
RGB
CMYK
RGB Variations
Color information
#5E379A (or 0x5E379A) is known color: Daisy Bush. HEX triplet: 5E, 37 and 9A. RGB value is (94,55,154). Sum of RGB (Red+Green+Blue) = 94+55+154=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E379A is #A1C865. Grayscale: #4D4D4D. Windows color (decimal): -10602598 or 10106718. OLE color: 10106718.
HSL color Cylindrical-coordinate representation of color #5E379A: hue angle of 263.64º 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 #5E379A is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 55 | 154 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.40 |
| HSL | 263.64º | 0.47% | 0.41% | - |
| HSV(B) | 263.64º | 0.64% | 0.6% | - |
| XYZ | 11.82 | 7.45 | 31.39 | - |
| YUV | 77.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 154 | 0.39 | 0.64 | 0 | 0.40 | 263.64 | 0.47 | 0.41 |
| Hex | 5E | 37 | 9A | 27 | 40 | 0 | 28 | 108 | 2F | 29 |
| Octal | 136 | 67 | 232 | 47 | 100 | 0 | 50 | 410 | 57 | 51 |
| Binary | 1011110 | 110111 | 10011010 | 100111 | 1000000 | 0 | 101000 | 100001000 | 101111 | 101001 |
Color Harmonies of #5E379A
Complementary color
Monochromatic Colors of #5E379A
Black with #5E379A
Text Example
Text Example
White with #5E379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E379A; }
p { color: rgb(94,55,154); }
H1.HeaderClassName
{
color: #5E379A;
}
.AnyTagClassName
{
color: #5E379A;
}
</style>
background-color css
<style>
a { background-color: #5E379A; }
a { background-color: rgb(94,55,154); }
div.DivClassName
{
background-color: #5E379A;
}
.BgClassName
{
background-color: #5E379A;
}
</style>
border-color css
<style>
span { border-color: #5E379A; }
span { border-color: rgb(94,55,154); }
td.TdClassName
{
border-color: #5E379A;
}
.TagClassName
{
border-color: #5E379A;
}
</style>