Shades of Daisy Bush #5E419A
Tints of Daisy Bush #5E419A
RGB
CMYK
RGB Variations
Color information
#5E419A (or 0x5E419A) is known color: Daisy Bush. HEX triplet: 5E, 41 and 9A. RGB value is (94,65,154). Sum of RGB (Red+Green+Blue) = 94+65+154=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E419A is #A1BE65. Grayscale: #535353. Windows color (decimal): -10600038 or 10109278. OLE color: 10109278.
HSL color Cylindrical-coordinate representation of color #5E419A: hue angle of 259.55º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E419A is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 65 | 154 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.40 |
| HSL | 259.55º | 0.41% | 0.43% | - |
| HSV(B) | 259.55º | 0.58% | 0.6% | - |
| XYZ | 12.34 | 8.49 | 31.56 | - |
| YUV | 83.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 154 | 0.39 | 0.58 | 0 | 0.40 | 259.55 | 0.41 | 0.43 |
| Hex | 5E | 41 | 9A | 27 | 3A | 0 | 28 | 104 | 29 | 2B |
| Octal | 136 | 101 | 232 | 47 | 72 | 0 | 50 | 404 | 51 | 53 |
| Binary | 1011110 | 1000001 | 10011010 | 100111 | 111010 | 0 | 101000 | 100000100 | 101001 | 101011 |
Color Harmonies of #5E419A
Complementary color
Monochromatic Colors of #5E419A
Black with #5E419A
Text Example
Text Example
White with #5E419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E419A; }
p { color: rgb(94,65,154); }
H1.HeaderClassName
{
color: #5E419A;
}
.AnyTagClassName
{
color: #5E419A;
}
</style>
background-color css
<style>
a { background-color: #5E419A; }
a { background-color: rgb(94,65,154); }
div.DivClassName
{
background-color: #5E419A;
}
.BgClassName
{
background-color: #5E419A;
}
</style>
border-color css
<style>
span { border-color: #5E419A; }
span { border-color: rgb(94,65,154); }
td.TdClassName
{
border-color: #5E419A;
}
.TagClassName
{
border-color: #5E419A;
}
</style>