Shades of Blue Marguerite #5E4DBE
Tints of Blue Marguerite #5E4DBE
RGB
CMYK
RGB Variations
Color information
#5E4DBE (or 0x5E4DBE) is known color: Blue Marguerite. HEX triplet: 5E, 4D and BE. RGB value is (94,77,190). Sum of RGB (Red+Green+Blue) = 94+77+190=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DBE is #A1B241. Grayscale: #5E5E5E. Windows color (decimal): -10596930 or 12471646. OLE color: 12471646.
HSL color Cylindrical-coordinate representation of color #5E4DBE: hue angle of 249.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E4DBE is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 77 | 190 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.25 |
| HSL | 249.03º | 0.47% | 0.52% | - |
| HSV(B) | 249.03º | 0.59% | 0.75% | - |
| XYZ | 16.56 | 11.41 | 50.04 | - |
| YUV | 94.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 190 | 0.51 | 0.59 | 0 | 0.25 | 249.03 | 0.47 | 0.52 |
| Hex | 5E | 4D | BE | 33 | 3B | 0 | 19 | F9 | 2F | 34 |
| Octal | 136 | 115 | 276 | 63 | 73 | 0 | 31 | 371 | 57 | 64 |
| Binary | 1011110 | 1001101 | 10111110 | 110011 | 111011 | 0 | 11001 | 11111001 | 101111 | 110100 |
Color Harmonies of #5E4DBE
Complementary color
Monochromatic Colors of #5E4DBE
Black with #5E4DBE
Text Example
Text Example
White with #5E4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DBE; }
p { color: rgb(94,77,190); }
H1.HeaderClassName
{
color: #5E4DBE;
}
.AnyTagClassName
{
color: #5E4DBE;
}
</style>
background-color css
<style>
a { background-color: #5E4DBE; }
a { background-color: rgb(94,77,190); }
div.DivClassName
{
background-color: #5E4DBE;
}
.BgClassName
{
background-color: #5E4DBE;
}
</style>
border-color css
<style>
span { border-color: #5E4DBE; }
span { border-color: rgb(94,77,190); }
td.TdClassName
{
border-color: #5E4DBE;
}
.TagClassName
{
border-color: #5E4DBE;
}
</style>