Shades of Blue Marguerite #5E50BD
Tints of Blue Marguerite #5E50BD
RGB
CMYK
RGB Variations
Color information
#5E50BD (or 0x5E50BD) is known color: Blue Marguerite. HEX triplet: 5E, 50 and BD. RGB value is (94,80,189). Sum of RGB (Red+Green+Blue) = 94+80+189=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50BD is #A1AF42. Grayscale: #606060. Windows color (decimal): -10596163 or 12406878. OLE color: 12406878.
HSL color Cylindrical-coordinate representation of color #5E50BD: hue angle of 247.71º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E50BD is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 80 | 189 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.26 |
| HSL | 247.71º | 0.45% | 0.53% | - |
| HSV(B) | 247.71º | 0.58% | 0.74% | - |
| XYZ | 16.67 | 11.79 | 49.54 | - |
| YUV | 96.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 189 | 0.50 | 0.58 | 0 | 0.26 | 247.71 | 0.45 | 0.53 |
| Hex | 5E | 50 | BD | 32 | 3A | 0 | 1A | F8 | 2D | 35 |
| Octal | 136 | 120 | 275 | 62 | 72 | 0 | 32 | 370 | 55 | 65 |
| Binary | 1011110 | 1010000 | 10111101 | 110010 | 111010 | 0 | 11010 | 11111000 | 101101 | 110101 |
Color Harmonies of #5E50BD
Complementary color
Monochromatic Colors of #5E50BD
Black with #5E50BD
Text Example
Text Example
White with #5E50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50BD; }
p { color: rgb(94,80,189); }
H1.HeaderClassName
{
color: #5E50BD;
}
.AnyTagClassName
{
color: #5E50BD;
}
</style>
background-color css
<style>
a { background-color: #5E50BD; }
a { background-color: rgb(94,80,189); }
div.DivClassName
{
background-color: #5E50BD;
}
.BgClassName
{
background-color: #5E50BD;
}
</style>
border-color css
<style>
span { border-color: #5E50BD; }
span { border-color: rgb(94,80,189); }
td.TdClassName
{
border-color: #5E50BD;
}
.TagClassName
{
border-color: #5E50BD;
}
</style>