Shades of Daisy Bush #5E3B8E
Tints of Daisy Bush #5E3B8E
RGB
CMYK
RGB Variations
Color information
#5E3B8E (or 0x5E3B8E) is known color: Daisy Bush. HEX triplet: 5E, 3B and 8E. RGB value is (94,59,142). Sum of RGB (Red+Green+Blue) = 94+59+142=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E3B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3B8E is #A1C471. Grayscale: #4E4E4E. Windows color (decimal): -10601586 or 9321310. OLE color: 9321310.
HSL color Cylindrical-coordinate representation of color #5E3B8E: hue angle of 265.3º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E3B8E is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 59 | 142 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.44 |
| HSL | 265.3º | 0.41% | 0.39% | - |
| HSV(B) | 265.3º | 0.58% | 0.56% | - |
| XYZ | 11.06 | 7.46 | 26.45 | - |
| YUV | 78.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 142 | 0.34 | 0.58 | 0 | 0.44 | 265.3 | 0.41 | 0.39 |
| Hex | 5E | 3B | 8E | 22 | 3A | 0 | 2C | 109 | 29 | 27 |
| Octal | 136 | 73 | 216 | 42 | 72 | 0 | 54 | 411 | 51 | 47 |
| Binary | 1011110 | 111011 | 10001110 | 100010 | 111010 | 0 | 101100 | 100001001 | 101001 | 100111 |
Color Harmonies of #5E3B8E
Complementary color
Monochromatic Colors of #5E3B8E
Black with #5E3B8E
Text Example
Text Example
White with #5E3B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B8E; }
p { color: rgb(94,59,142); }
H1.HeaderClassName
{
color: #5E3B8E;
}
.AnyTagClassName
{
color: #5E3B8E;
}
</style>
background-color css
<style>
a { background-color: #5E3B8E; }
a { background-color: rgb(94,59,142); }
div.DivClassName
{
background-color: #5E3B8E;
}
.BgClassName
{
background-color: #5E3B8E;
}
</style>
border-color css
<style>
span { border-color: #5E3B8E; }
span { border-color: rgb(94,59,142); }
td.TdClassName
{
border-color: #5E3B8E;
}
.TagClassName
{
border-color: #5E3B8E;
}
</style>