Shades of Daisy Bush #5E319B
Tints of Daisy Bush #5E319B
RGB
CMYK
RGB Variations
Color information
#5E319B (or 0x5E319B) is known color: Daisy Bush. HEX triplet: 5E, 31 and 9B. RGB value is (94,49,155). Sum of RGB (Red+Green+Blue) = 94+49+155=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E319B is #A1CE64. Grayscale: #4A4A4A. Windows color (decimal): -10604133 or 10170718. OLE color: 10170718.
HSL color Cylindrical-coordinate representation of color #5E319B: hue angle of 265.47º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E319B is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 49 | 155 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.39 |
| HSL | 265.47º | 0.52% | 0.4% | - |
| HSV(B) | 265.47º | 0.68% | 0.61% | - |
| XYZ | 11.63 | 6.94 | 31.74 | - |
| YUV | 74.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 155 | 0.39 | 0.68 | 0 | 0.39 | 265.47 | 0.52 | 0.4 |
| Hex | 5E | 31 | 9B | 27 | 44 | 0 | 27 | 109 | 34 | 28 |
| Octal | 136 | 61 | 233 | 47 | 104 | 0 | 47 | 411 | 64 | 50 |
| Binary | 1011110 | 110001 | 10011011 | 100111 | 1000100 | 0 | 100111 | 100001001 | 110100 | 101000 |
Color Harmonies of #5E319B
Complementary color
Monochromatic Colors of #5E319B
Black with #5E319B
Text Example
Text Example
White with #5E319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E319B; }
p { color: rgb(94,49,155); }
H1.HeaderClassName
{
color: #5E319B;
}
.AnyTagClassName
{
color: #5E319B;
}
</style>
background-color css
<style>
a { background-color: #5E319B; }
a { background-color: rgb(94,49,155); }
div.DivClassName
{
background-color: #5E319B;
}
.BgClassName
{
background-color: #5E319B;
}
</style>
border-color css
<style>
span { border-color: #5E319B; }
span { border-color: rgb(94,49,155); }
td.TdClassName
{
border-color: #5E319B;
}
.TagClassName
{
border-color: #5E319B;
}
</style>