Shades of Blue Marguerite #5E4EB8
Tints of Blue Marguerite #5E4EB8
RGB
CMYK
RGB Variations
Color information
#5E4EB8 (or 0x5E4EB8) is known color: Blue Marguerite. HEX triplet: 5E, 4E and B8. RGB value is (94,78,184). Sum of RGB (Red+Green+Blue) = 94+78+184=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #5E4EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EB8 is #A1B147. Grayscale: #5E5E5E. Windows color (decimal): -10596680 or 12078686. OLE color: 12078686.
HSL color Cylindrical-coordinate representation of color #5E4EB8: hue angle of 249.06º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E4EB8 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 94 | 78 | 184 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.28 |
| HSL | 249.06º | 0.43% | 0.51% | - |
| HSV(B) | 249.06º | 0.58% | 0.72% | - |
| XYZ | 15.99 | 11.29 | 46.68 | - |
| YUV | 94.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 184 | 0.49 | 0.58 | 0 | 0.28 | 249.06 | 0.43 | 0.51 |
| Hex | 5E | 4E | B8 | 31 | 3A | 0 | 1C | F9 | 2B | 33 |
| Octal | 136 | 116 | 270 | 61 | 72 | 0 | 34 | 371 | 53 | 63 |
| Binary | 1011110 | 1001110 | 10111000 | 110001 | 111010 | 0 | 11100 | 11111001 | 101011 | 110011 |
Color Harmonies of #5E4EB8
Complementary color
Monochromatic Colors of #5E4EB8
Black with #5E4EB8
Text Example
Text Example
White with #5E4EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EB8; }
p { color: rgb(94,78,184); }
H1.HeaderClassName
{
color: #5E4EB8;
}
.AnyTagClassName
{
color: #5E4EB8;
}
</style>
background-color css
<style>
a { background-color: #5E4EB8; }
a { background-color: rgb(94,78,184); }
div.DivClassName
{
background-color: #5E4EB8;
}
.BgClassName
{
background-color: #5E4EB8;
}
</style>
border-color css
<style>
span { border-color: #5E4EB8; }
span { border-color: rgb(94,78,184); }
td.TdClassName
{
border-color: #5E4EB8;
}
.TagClassName
{
border-color: #5E4EB8;
}
</style>