Shades of Blue Marguerite #5B46BB
Tints of Blue Marguerite #5B46BB
RGB
CMYK
RGB Variations
Color information
#5B46BB (or 0x5B46BB) is known color: Blue Marguerite. HEX triplet: 5B, 46 and BB. RGB value is (91,70,187). Sum of RGB (Red+Green+Blue) = 91+70+187=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B46BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B46BB is #A4B944. Grayscale: #595959. Windows color (decimal): -10795333 or 12273243. OLE color: 12273243.
HSL color Cylindrical-coordinate representation of color #5B46BB: hue angle of 250.77º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B46BB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 70 | 187 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.27 |
| HSL | 250.77º | 0.46% | 0.5% | - |
| HSV(B) | 250.77º | 0.63% | 0.73% | - |
| XYZ | 15.47 | 10.19 | 48.17 | - |
| YUV | 89.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 187 | 0.51 | 0.63 | 0 | 0.27 | 250.77 | 0.46 | 0.5 |
| Hex | 5B | 46 | BB | 33 | 3F | 0 | 1B | FB | 2E | 32 |
| Octal | 133 | 106 | 273 | 63 | 77 | 0 | 33 | 373 | 56 | 62 |
| Binary | 1011011 | 1000110 | 10111011 | 110011 | 111111 | 0 | 11011 | 11111011 | 101110 | 110010 |
Color Harmonies of #5B46BB
Complementary color
Monochromatic Colors of #5B46BB
Black with #5B46BB
Text Example
Text Example
White with #5B46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B46BB; }
p { color: rgb(91,70,187); }
H1.HeaderClassName
{
color: #5B46BB;
}
.AnyTagClassName
{
color: #5B46BB;
}
</style>
background-color css
<style>
a { background-color: #5B46BB; }
a { background-color: rgb(91,70,187); }
div.DivClassName
{
background-color: #5B46BB;
}
.BgClassName
{
background-color: #5B46BB;
}
</style>
border-color css
<style>
span { border-color: #5B46BB; }
span { border-color: rgb(91,70,187); }
td.TdClassName
{
border-color: #5B46BB;
}
.TagClassName
{
border-color: #5B46BB;
}
</style>