Shades of Daisy Bush #5E3E8E
Tints of Daisy Bush #5E3E8E
RGB
CMYK
RGB Variations
Color information
#5E3E8E (or 0x5E3E8E) is known color: Daisy Bush. HEX triplet: 5E, 3E and 8E. RGB value is (94,62,142). Sum of RGB (Red+Green+Blue) = 94+62+142=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E3E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3E8E is #A1C171. Grayscale: #505050. Windows color (decimal): -10600818 or 9322078. OLE color: 9322078.
HSL color Cylindrical-coordinate representation of color #5E3E8E: hue angle of 264º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3E8E is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 62 | 142 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.44 |
| HSL | 264º | 0.39% | 0.4% | - |
| HSV(B) | 264º | 0.56% | 0.56% | - |
| XYZ | 11.22 | 7.78 | 26.5 | - |
| YUV | 80.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 142 | 0.34 | 0.56 | 0 | 0.44 | 264 | 0.39 | 0.4 |
| Hex | 5E | 3E | 8E | 22 | 38 | 0 | 2C | 108 | 27 | 28 |
| Octal | 136 | 76 | 216 | 42 | 70 | 0 | 54 | 410 | 47 | 50 |
| Binary | 1011110 | 111110 | 10001110 | 100010 | 111000 | 0 | 101100 | 100001000 | 100111 | 101000 |
Color Harmonies of #5E3E8E
Complementary color
Monochromatic Colors of #5E3E8E
Black with #5E3E8E
Text Example
Text Example
White with #5E3E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3E8E; }
p { color: rgb(94,62,142); }
H1.HeaderClassName
{
color: #5E3E8E;
}
.AnyTagClassName
{
color: #5E3E8E;
}
</style>
background-color css
<style>
a { background-color: #5E3E8E; }
a { background-color: rgb(94,62,142); }
div.DivClassName
{
background-color: #5E3E8E;
}
.BgClassName
{
background-color: #5E3E8E;
}
</style>
border-color css
<style>
span { border-color: #5E3E8E; }
span { border-color: rgb(94,62,142); }
td.TdClassName
{
border-color: #5E3E8E;
}
.TagClassName
{
border-color: #5E3E8E;
}
</style>