Shades of Blue Marguerite #5E4EBA
Tints of Blue Marguerite #5E4EBA
RGB
CMYK
RGB Variations
Color information
#5E4EBA (or 0x5E4EBA) is known color: Blue Marguerite. HEX triplet: 5E, 4E and BA. RGB value is (94,78,186). Sum of RGB (Red+Green+Blue) = 94+78+186=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EBA is #A1B145. Grayscale: #5E5E5E. Windows color (decimal): -10596678 or 12209758. OLE color: 12209758.
HSL color Cylindrical-coordinate representation of color #5E4EBA: hue angle of 248.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E4EBA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 78 | 186 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.27 |
| HSL | 248.89º | 0.44% | 0.52% | - |
| HSV(B) | 248.89º | 0.58% | 0.73% | - |
| XYZ | 16.2 | 11.37 | 47.8 | - |
| YUV | 95.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 186 | 0.49 | 0.58 | 0 | 0.27 | 248.89 | 0.44 | 0.52 |
| Hex | 5E | 4E | BA | 31 | 3A | 0 | 1B | F9 | 2C | 34 |
| Octal | 136 | 116 | 272 | 61 | 72 | 0 | 33 | 371 | 54 | 64 |
| Binary | 1011110 | 1001110 | 10111010 | 110001 | 111010 | 0 | 11011 | 11111001 | 101100 | 110100 |
Color Harmonies of #5E4EBA
Complementary color
Monochromatic Colors of #5E4EBA
Black with #5E4EBA
Text Example
Text Example
White with #5E4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EBA; }
p { color: rgb(94,78,186); }
H1.HeaderClassName
{
color: #5E4EBA;
}
.AnyTagClassName
{
color: #5E4EBA;
}
</style>
background-color css
<style>
a { background-color: #5E4EBA; }
a { background-color: rgb(94,78,186); }
div.DivClassName
{
background-color: #5E4EBA;
}
.BgClassName
{
background-color: #5E4EBA;
}
</style>
border-color css
<style>
span { border-color: #5E4EBA; }
span { border-color: rgb(94,78,186); }
td.TdClassName
{
border-color: #5E4EBA;
}
.TagClassName
{
border-color: #5E4EBA;
}
</style>