Shades of Blue Marguerite #5E49AC
Tints of Blue Marguerite #5E49AC
RGB
CMYK
RGB Variations
Color information
#5E49AC (or 0x5E49AC) is known color: Blue Marguerite. HEX triplet: 5E, 49 and AC. RGB value is (94,73,172). Sum of RGB (Red+Green+Blue) = 94+73+172=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49AC is #A1B653. Grayscale: #5A5A5A. Windows color (decimal): -10597972 or 11290974. OLE color: 11290974.
HSL color Cylindrical-coordinate representation of color #5E49AC: hue angle of 252.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E49AC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 73 | 172 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.33 |
| HSL | 252.73º | 0.4% | 0.48% | - |
| HSV(B) | 252.73º | 0.58% | 0.67% | - |
| XYZ | 14.45 | 10.12 | 40.22 | - |
| YUV | 90.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 172 | 0.45 | 0.58 | 0 | 0.33 | 252.73 | 0.4 | 0.48 |
| Hex | 5E | 49 | AC | 2D | 3A | 0 | 21 | FD | 28 | 30 |
| Octal | 136 | 111 | 254 | 55 | 72 | 0 | 41 | 375 | 50 | 60 |
| Binary | 1011110 | 1001001 | 10101100 | 101101 | 111010 | 0 | 100001 | 11111101 | 101000 | 110000 |
Color Harmonies of #5E49AC
Complementary color
Monochromatic Colors of #5E49AC
Black with #5E49AC
Text Example
Text Example
White with #5E49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E49AC; }
p { color: rgb(94,73,172); }
H1.HeaderClassName
{
color: #5E49AC;
}
.AnyTagClassName
{
color: #5E49AC;
}
</style>
background-color css
<style>
a { background-color: #5E49AC; }
a { background-color: rgb(94,73,172); }
div.DivClassName
{
background-color: #5E49AC;
}
.BgClassName
{
background-color: #5E49AC;
}
</style>
border-color css
<style>
span { border-color: #5E49AC; }
span { border-color: rgb(94,73,172); }
td.TdClassName
{
border-color: #5E49AC;
}
.TagClassName
{
border-color: #5E49AC;
}
</style>