Shades of Blue Marguerite #5A46BA
Tints of Blue Marguerite #5A46BA
RGB
CMYK
RGB Variations
Color information
#5A46BA (or 0x5A46BA) is known color: Blue Marguerite. HEX triplet: 5A, 46 and BA. RGB value is (90,70,186). Sum of RGB (Red+Green+Blue) = 90+70+186=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46BA is #A5B945. Grayscale: #585858. Windows color (decimal): -10860870 or 12207706. OLE color: 12207706.
HSL color Cylindrical-coordinate representation of color #5A46BA: hue angle of 250.34º degrees, saturation: 0.46, 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 #5A46BA is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 70 | 186 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.27 |
| HSL | 250.34º | 0.46% | 0.5% | - |
| HSV(B) | 250.34º | 0.62% | 0.73% | - |
| XYZ | 15.27 | 10.1 | 47.6 | - |
| YUV | 89.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 186 | 0.52 | 0.62 | 0 | 0.27 | 250.34 | 0.46 | 0.5 |
| Hex | 5A | 46 | BA | 34 | 3E | 0 | 1B | FA | 2E | 32 |
| Octal | 132 | 106 | 272 | 64 | 76 | 0 | 33 | 372 | 56 | 62 |
| Binary | 1011010 | 1000110 | 10111010 | 110100 | 111110 | 0 | 11011 | 11111010 | 101110 | 110010 |
Color Harmonies of #5A46BA
Complementary color
Monochromatic Colors of #5A46BA
Black with #5A46BA
Text Example
Text Example
White with #5A46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A46BA; }
p { color: rgb(90,70,186); }
H1.HeaderClassName
{
color: #5A46BA;
}
.AnyTagClassName
{
color: #5A46BA;
}
</style>
background-color css
<style>
a { background-color: #5A46BA; }
a { background-color: rgb(90,70,186); }
div.DivClassName
{
background-color: #5A46BA;
}
.BgClassName
{
background-color: #5A46BA;
}
</style>
border-color css
<style>
span { border-color: #5A46BA; }
span { border-color: rgb(90,70,186); }
td.TdClassName
{
border-color: #5A46BA;
}
.TagClassName
{
border-color: #5A46BA;
}
</style>