Shades of Blue Marguerite #5E56BC
Tints of Blue Marguerite #5E56BC
RGB
CMYK
RGB Variations
Color information
#5E56BC (or 0x5E56BC) is known color: Blue Marguerite. HEX triplet: 5E, 56 and BC. RGB value is (94,86,188). Sum of RGB (Red+Green+Blue) = 94+86+188=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56BC is #A1A943. Grayscale: #636363. Windows color (decimal): -10594628 or 12342878. OLE color: 12342878.
HSL color Cylindrical-coordinate representation of color #5E56BC: hue angle of 244.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E56BC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 86 | 188 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.26 |
| HSL | 244.71º | 0.43% | 0.54% | - |
| HSV(B) | 244.71º | 0.54% | 0.74% | - |
| XYZ | 17.02 | 12.67 | 49.12 | - |
| YUV | 100.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 188 | 0.50 | 0.54 | 0 | 0.26 | 244.71 | 0.43 | 0.54 |
| Hex | 5E | 56 | BC | 32 | 36 | 0 | 1A | F5 | 2B | 36 |
| Octal | 136 | 126 | 274 | 62 | 66 | 0 | 32 | 365 | 53 | 66 |
| Binary | 1011110 | 1010110 | 10111100 | 110010 | 110110 | 0 | 11010 | 11110101 | 101011 | 110110 |
Color Harmonies of #5E56BC
Complementary color
Monochromatic Colors of #5E56BC
Black with #5E56BC
Text Example
Text Example
White with #5E56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56BC; }
p { color: rgb(94,86,188); }
H1.HeaderClassName
{
color: #5E56BC;
}
.AnyTagClassName
{
color: #5E56BC;
}
</style>
background-color css
<style>
a { background-color: #5E56BC; }
a { background-color: rgb(94,86,188); }
div.DivClassName
{
background-color: #5E56BC;
}
.BgClassName
{
background-color: #5E56BC;
}
</style>
border-color css
<style>
span { border-color: #5E56BC; }
span { border-color: rgb(94,86,188); }
td.TdClassName
{
border-color: #5E56BC;
}
.TagClassName
{
border-color: #5E56BC;
}
</style>