Shades of Blue Marguerite #5B47BA
Tints of Blue Marguerite #5B47BA
RGB
CMYK
RGB Variations
Color information
#5B47BA (or 0x5B47BA) is known color: Blue Marguerite. HEX triplet: 5B, 47 and BA. RGB value is (91,71,186). Sum of RGB (Red+Green+Blue) = 91+71+186=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B47BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47BA is #A4B845. Grayscale: #595959. Windows color (decimal): -10795078 or 12207963. OLE color: 12207963.
HSL color Cylindrical-coordinate representation of color #5B47BA: hue angle of 250.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B47BA is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 71 | 186 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.27 |
| HSL | 250.43º | 0.45% | 0.5% | - |
| HSV(B) | 250.43º | 0.62% | 0.73% | - |
| XYZ | 15.43 | 10.28 | 47.62 | - |
| YUV | 90.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 186 | 0.51 | 0.62 | 0 | 0.27 | 250.43 | 0.45 | 0.5 |
| Hex | 5B | 47 | BA | 33 | 3E | 0 | 1B | FA | 2D | 32 |
| Octal | 133 | 107 | 272 | 63 | 76 | 0 | 33 | 372 | 55 | 62 |
| Binary | 1011011 | 1000111 | 10111010 | 110011 | 111110 | 0 | 11011 | 11111010 | 101101 | 110010 |
Color Harmonies of #5B47BA
Complementary color
Monochromatic Colors of #5B47BA
Black with #5B47BA
Text Example
Text Example
White with #5B47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B47BA; }
p { color: rgb(91,71,186); }
H1.HeaderClassName
{
color: #5B47BA;
}
.AnyTagClassName
{
color: #5B47BA;
}
</style>
background-color css
<style>
a { background-color: #5B47BA; }
a { background-color: rgb(91,71,186); }
div.DivClassName
{
background-color: #5B47BA;
}
.BgClassName
{
background-color: #5B47BA;
}
</style>
border-color css
<style>
span { border-color: #5B47BA; }
span { border-color: rgb(91,71,186); }
td.TdClassName
{
border-color: #5B47BA;
}
.TagClassName
{
border-color: #5B47BA;
}
</style>