Shades of Blue Marguerite #5E4DAC
Tints of Blue Marguerite #5E4DAC
RGB
CMYK
RGB Variations
Color information
#5E4DAC (or 0x5E4DAC) is known color: Blue Marguerite. HEX triplet: 5E, 4D and AC. RGB value is (94,77,172). Sum of RGB (Red+Green+Blue) = 94+77+172=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4DAC is #A1B253. Grayscale: #5C5C5C. Windows color (decimal): -10596948 or 11291998. OLE color: 11291998.
HSL color Cylindrical-coordinate representation of color #5E4DAC: hue angle of 250.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4DAC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 77 | 172 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.33 |
| HSL | 250.74º | 0.38% | 0.49% | - |
| HSV(B) | 250.74º | 0.55% | 0.67% | - |
| XYZ | 14.72 | 10.67 | 40.31 | - |
| YUV | 92.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 172 | 0.45 | 0.55 | 0 | 0.33 | 250.74 | 0.38 | 0.49 |
| Hex | 5E | 4D | AC | 2D | 37 | 0 | 21 | FB | 26 | 31 |
| Octal | 136 | 115 | 254 | 55 | 67 | 0 | 41 | 373 | 46 | 61 |
| Binary | 1011110 | 1001101 | 10101100 | 101101 | 110111 | 0 | 100001 | 11111011 | 100110 | 110001 |
Color Harmonies of #5E4DAC
Complementary color
Monochromatic Colors of #5E4DAC
Black with #5E4DAC
Text Example
Text Example
White with #5E4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DAC; }
p { color: rgb(94,77,172); }
H1.HeaderClassName
{
color: #5E4DAC;
}
.AnyTagClassName
{
color: #5E4DAC;
}
</style>
background-color css
<style>
a { background-color: #5E4DAC; }
a { background-color: rgb(94,77,172); }
div.DivClassName
{
background-color: #5E4DAC;
}
.BgClassName
{
background-color: #5E4DAC;
}
</style>
border-color css
<style>
span { border-color: #5E4DAC; }
span { border-color: rgb(94,77,172); }
td.TdClassName
{
border-color: #5E4DAC;
}
.TagClassName
{
border-color: #5E4DAC;
}
</style>