Shades of Daisy Bush #5E49A4
Tints of Daisy Bush #5E49A4
RGB
CMYK
RGB Variations
Color information
#5E49A4 (or 0x5E49A4) is known color: Daisy Bush. HEX triplet: 5E, 49 and A4. RGB value is (94,73,164). Sum of RGB (Red+Green+Blue) = 94+73+164=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E49A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49A4 is #A1B65B. Grayscale: #595959. Windows color (decimal): -10597980 or 10766686. OLE color: 10766686.
HSL color Cylindrical-coordinate representation of color #5E49A4: hue angle of 253.85º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E49A4 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 73 | 164 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.36 |
| HSL | 253.85º | 0.38% | 0.46% | - |
| HSV(B) | 253.85º | 0.55% | 0.64% | - |
| XYZ | 13.7 | 9.83 | 36.3 | - |
| YUV | 89.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 164 | 0.43 | 0.55 | 0 | 0.36 | 253.85 | 0.38 | 0.46 |
| Hex | 5E | 49 | A4 | 2B | 37 | 0 | 24 | FE | 26 | 2E |
| Octal | 136 | 111 | 244 | 53 | 67 | 0 | 44 | 376 | 46 | 56 |
| Binary | 1011110 | 1001001 | 10100100 | 101011 | 110111 | 0 | 100100 | 11111110 | 100110 | 101110 |
Color Harmonies of #5E49A4
Complementary color
Monochromatic Colors of #5E49A4
Black with #5E49A4
Text Example
Text Example
White with #5E49A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E49A4; }
p { color: rgb(94,73,164); }
H1.HeaderClassName
{
color: #5E49A4;
}
.AnyTagClassName
{
color: #5E49A4;
}
</style>
background-color css
<style>
a { background-color: #5E49A4; }
a { background-color: rgb(94,73,164); }
div.DivClassName
{
background-color: #5E49A4;
}
.BgClassName
{
background-color: #5E49A4;
}
</style>
border-color css
<style>
span { border-color: #5E49A4; }
span { border-color: rgb(94,73,164); }
td.TdClassName
{
border-color: #5E49A4;
}
.TagClassName
{
border-color: #5E49A4;
}
</style>