Shades of Daisy Bush #5E418A
Tints of Daisy Bush #5E418A
RGB
CMYK
RGB Variations
Color information
#5E418A (or 0x5E418A) is known color: Daisy Bush. HEX triplet: 5E, 41 and 8A. RGB value is (94,65,138). Sum of RGB (Red+Green+Blue) = 94+65+138=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E418A is #A1BE75. Grayscale: #515151. Windows color (decimal): -10600054 or 9060702. OLE color: 9060702.
HSL color Cylindrical-coordinate representation of color #5E418A: hue angle of 263.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E418A is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 65 | 138 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.46 |
| HSL | 263.84º | 0.36% | 0.4% | - |
| HSV(B) | 263.84º | 0.53% | 0.54% | - |
| XYZ | 11.09 | 8 | 25 | - |
| YUV | 81.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 138 | 0.32 | 0.53 | 0 | 0.46 | 263.84 | 0.36 | 0.4 |
| Hex | 5E | 41 | 8A | 20 | 35 | 0 | 2E | 108 | 24 | 28 |
| Octal | 136 | 101 | 212 | 40 | 65 | 0 | 56 | 410 | 44 | 50 |
| Binary | 1011110 | 1000001 | 10001010 | 100000 | 110101 | 0 | 101110 | 100001000 | 100100 | 101000 |
Color Harmonies of #5E418A
Complementary color
Monochromatic Colors of #5E418A
Black with #5E418A
Text Example
Text Example
White with #5E418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E418A; }
p { color: rgb(94,65,138); }
H1.HeaderClassName
{
color: #5E418A;
}
.AnyTagClassName
{
color: #5E418A;
}
</style>
background-color css
<style>
a { background-color: #5E418A; }
a { background-color: rgb(94,65,138); }
div.DivClassName
{
background-color: #5E418A;
}
.BgClassName
{
background-color: #5E418A;
}
</style>
border-color css
<style>
span { border-color: #5E418A; }
span { border-color: rgb(94,65,138); }
td.TdClassName
{
border-color: #5E418A;
}
.TagClassName
{
border-color: #5E418A;
}
</style>