Shades of Blue Marguerite #5E55BA
Tints of Blue Marguerite #5E55BA
RGB
CMYK
RGB Variations
Color information
#5E55BA (or 0x5E55BA) is known color: Blue Marguerite. HEX triplet: 5E, 55 and BA. RGB value is (94,85,186). Sum of RGB (Red+Green+Blue) = 94+85+186=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55BA is #A1AA45. Grayscale: #626262. Windows color (decimal): -10594886 or 12211550. OLE color: 12211550.
HSL color Cylindrical-coordinate representation of color #5E55BA: hue angle of 245.35º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E55BA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 85 | 186 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.27 |
| HSL | 245.35º | 0.42% | 0.53% | - |
| HSV(B) | 245.35º | 0.54% | 0.73% | - |
| XYZ | 16.73 | 12.42 | 47.97 | - |
| YUV | 99.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 186 | 0.49 | 0.54 | 0 | 0.27 | 245.35 | 0.42 | 0.53 |
| Hex | 5E | 55 | BA | 31 | 36 | 0 | 1B | F5 | 2A | 35 |
| Octal | 136 | 125 | 272 | 61 | 66 | 0 | 33 | 365 | 52 | 65 |
| Binary | 1011110 | 1010101 | 10111010 | 110001 | 110110 | 0 | 11011 | 11110101 | 101010 | 110101 |
Color Harmonies of #5E55BA
Complementary color
Monochromatic Colors of #5E55BA
Black with #5E55BA
Text Example
Text Example
White with #5E55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55BA; }
p { color: rgb(94,85,186); }
H1.HeaderClassName
{
color: #5E55BA;
}
.AnyTagClassName
{
color: #5E55BA;
}
</style>
background-color css
<style>
a { background-color: #5E55BA; }
a { background-color: rgb(94,85,186); }
div.DivClassName
{
background-color: #5E55BA;
}
.BgClassName
{
background-color: #5E55BA;
}
</style>
border-color css
<style>
span { border-color: #5E55BA; }
span { border-color: rgb(94,85,186); }
td.TdClassName
{
border-color: #5E55BA;
}
.TagClassName
{
border-color: #5E55BA;
}
</style>