Shades of Daisy Bush #5E3F93
Tints of Daisy Bush #5E3F93
RGB
CMYK
RGB Variations
Color information
#5E3F93 (or 0x5E3F93) is known color: Daisy Bush. HEX triplet: 5E, 3F and 93. RGB value is (94,63,147). Sum of RGB (Red+Green+Blue) = 94+63+147=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3F93 is #A1C06C. Grayscale: #515151. Windows color (decimal): -10600557 or 9650014. OLE color: 9650014.
HSL color Cylindrical-coordinate representation of color #5E3F93: hue angle of 262.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E3F93 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 63 | 147 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.42 |
| HSL | 262.14º | 0.4% | 0.41% | - |
| HSV(B) | 262.14º | 0.57% | 0.58% | - |
| XYZ | 11.66 | 8.04 | 28.54 | - |
| YUV | 81.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 147 | 0.36 | 0.57 | 0 | 0.42 | 262.14 | 0.4 | 0.41 |
| Hex | 5E | 3F | 93 | 24 | 39 | 0 | 2A | 106 | 28 | 29 |
| Octal | 136 | 77 | 223 | 44 | 71 | 0 | 52 | 406 | 50 | 51 |
| Binary | 1011110 | 111111 | 10010011 | 100100 | 111001 | 0 | 101010 | 100000110 | 101000 | 101001 |
Color Harmonies of #5E3F93
Complementary color
Monochromatic Colors of #5E3F93
Black with #5E3F93
Text Example
Text Example
White with #5E3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F93; }
p { color: rgb(94,63,147); }
H1.HeaderClassName
{
color: #5E3F93;
}
.AnyTagClassName
{
color: #5E3F93;
}
</style>
background-color css
<style>
a { background-color: #5E3F93; }
a { background-color: rgb(94,63,147); }
div.DivClassName
{
background-color: #5E3F93;
}
.BgClassName
{
background-color: #5E3F93;
}
</style>
border-color css
<style>
span { border-color: #5E3F93; }
span { border-color: rgb(94,63,147); }
td.TdClassName
{
border-color: #5E3F93;
}
.TagClassName
{
border-color: #5E3F93;
}
</style>