Shades of Daisy Bush #5E369D
Tints of Daisy Bush #5E369D
RGB
CMYK
RGB Variations
Color information
#5E369D (or 0x5E369D) is known color: Daisy Bush. HEX triplet: 5E, 36 and 9D. RGB value is (94,54,157). Sum of RGB (Red+Green+Blue) = 94+54+157=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E369D is #A1C962. Grayscale: #4D4D4D. Windows color (decimal): -10602851 or 10303070. OLE color: 10303070.
HSL color Cylindrical-coordinate representation of color #5E369D: hue angle of 263.3º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E369D is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 54 | 157 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.38 |
| HSL | 263.3º | 0.49% | 0.41% | - |
| HSV(B) | 263.3º | 0.66% | 0.62% | - |
| XYZ | 12.02 | 7.45 | 32.7 | - |
| YUV | 77.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 157 | 0.40 | 0.66 | 0 | 0.38 | 263.3 | 0.49 | 0.41 |
| Hex | 5E | 36 | 9D | 28 | 42 | 0 | 26 | 107 | 31 | 29 |
| Octal | 136 | 66 | 235 | 50 | 102 | 0 | 46 | 407 | 61 | 51 |
| Binary | 1011110 | 110110 | 10011101 | 101000 | 1000010 | 0 | 100110 | 100000111 | 110001 | 101001 |
Color Harmonies of #5E369D
Complementary color
Monochromatic Colors of #5E369D
Black with #5E369D
Text Example
Text Example
White with #5E369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E369D; }
p { color: rgb(94,54,157); }
H1.HeaderClassName
{
color: #5E369D;
}
.AnyTagClassName
{
color: #5E369D;
}
</style>
background-color css
<style>
a { background-color: #5E369D; }
a { background-color: rgb(94,54,157); }
div.DivClassName
{
background-color: #5E369D;
}
.BgClassName
{
background-color: #5E369D;
}
</style>
border-color css
<style>
span { border-color: #5E369D; }
span { border-color: rgb(94,54,157); }
td.TdClassName
{
border-color: #5E369D;
}
.TagClassName
{
border-color: #5E369D;
}
</style>