Shades of Blue Marguerite #5E4BBC
Tints of Blue Marguerite #5E4BBC
RGB
CMYK
RGB Variations
Color information
#5E4BBC (or 0x5E4BBC) is known color: Blue Marguerite. HEX triplet: 5E, 4B and BC. RGB value is (94,75,188). Sum of RGB (Red+Green+Blue) = 94+75+188=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4BBC is #A1B443. Grayscale: #5D5D5D. Windows color (decimal): -10597444 or 12340062. OLE color: 12340062.
HSL color Cylindrical-coordinate representation of color #5E4BBC: hue angle of 250.09º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E4BBC is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 75 | 188 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.26 |
| HSL | 250.09º | 0.46% | 0.52% | - |
| HSV(B) | 250.09º | 0.6% | 0.74% | - |
| XYZ | 16.21 | 11.04 | 48.85 | - |
| YUV | 93.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 188 | 0.50 | 0.60 | 0 | 0.26 | 250.09 | 0.46 | 0.52 |
| Hex | 5E | 4B | BC | 32 | 3C | 0 | 1A | FA | 2E | 34 |
| Octal | 136 | 113 | 274 | 62 | 74 | 0 | 32 | 372 | 56 | 64 |
| Binary | 1011110 | 1001011 | 10111100 | 110010 | 111100 | 0 | 11010 | 11111010 | 101110 | 110100 |
Color Harmonies of #5E4BBC
Complementary color
Monochromatic Colors of #5E4BBC
Black with #5E4BBC
Text Example
Text Example
White with #5E4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4BBC; }
p { color: rgb(94,75,188); }
H1.HeaderClassName
{
color: #5E4BBC;
}
.AnyTagClassName
{
color: #5E4BBC;
}
</style>
background-color css
<style>
a { background-color: #5E4BBC; }
a { background-color: rgb(94,75,188); }
div.DivClassName
{
background-color: #5E4BBC;
}
.BgClassName
{
background-color: #5E4BBC;
}
</style>
border-color css
<style>
span { border-color: #5E4BBC; }
span { border-color: rgb(94,75,188); }
td.TdClassName
{
border-color: #5E4BBC;
}
.TagClassName
{
border-color: #5E4BBC;
}
</style>