Shades of Blue Marguerite #5E4DBD
Tints of Blue Marguerite #5E4DBD
RGB
CMYK
RGB Variations
Color information
#5E4DBD (or 0x5E4DBD) is known color: Blue Marguerite. HEX triplet: 5E, 4D and BD. RGB value is (94,77,189). Sum of RGB (Red+Green+Blue) = 94+77+189=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DBD is #A1B242. Grayscale: #5E5E5E. Windows color (decimal): -10596931 or 12406110. OLE color: 12406110.
HSL color Cylindrical-coordinate representation of color #5E4DBD: hue angle of 249.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E4DBD is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 77 | 189 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.26 |
| HSL | 249.11º | 0.46% | 0.52% | - |
| HSV(B) | 249.11º | 0.59% | 0.74% | - |
| XYZ | 16.46 | 11.36 | 49.47 | - |
| YUV | 94.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 189 | 0.50 | 0.59 | 0 | 0.26 | 249.11 | 0.46 | 0.52 |
| Hex | 5E | 4D | BD | 32 | 3B | 0 | 1A | F9 | 2E | 34 |
| Octal | 136 | 115 | 275 | 62 | 73 | 0 | 32 | 371 | 56 | 64 |
| Binary | 1011110 | 1001101 | 10111101 | 110010 | 111011 | 0 | 11010 | 11111001 | 101110 | 110100 |
Color Harmonies of #5E4DBD
Complementary color
Monochromatic Colors of #5E4DBD
Black with #5E4DBD
Text Example
Text Example
White with #5E4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DBD; }
p { color: rgb(94,77,189); }
H1.HeaderClassName
{
color: #5E4DBD;
}
.AnyTagClassName
{
color: #5E4DBD;
}
</style>
background-color css
<style>
a { background-color: #5E4DBD; }
a { background-color: rgb(94,77,189); }
div.DivClassName
{
background-color: #5E4DBD;
}
.BgClassName
{
background-color: #5E4DBD;
}
</style>
border-color css
<style>
span { border-color: #5E4DBD; }
span { border-color: rgb(94,77,189); }
td.TdClassName
{
border-color: #5E4DBD;
}
.TagClassName
{
border-color: #5E4DBD;
}
</style>