Shades of Blue Marguerite #5C4BBA
Tints of Blue Marguerite #5C4BBA
RGB
CMYK
RGB Variations
Color information
#5C4BBA (or 0x5C4BBA) is known color: Blue Marguerite. HEX triplet: 5C, 4B and BA. RGB value is (92,75,186). Sum of RGB (Red+Green+Blue) = 92+75+186=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4BBA is #A3B445. Grayscale: #5C5C5C. Windows color (decimal): -10728518 or 12208988. OLE color: 12208988.
HSL color Cylindrical-coordinate representation of color #5C4BBA: hue angle of 249.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C4BBA is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 75 | 186 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.27 |
| HSL | 249.19º | 0.45% | 0.51% | - |
| HSV(B) | 249.19º | 0.6% | 0.73% | - |
| XYZ | 15.79 | 10.85 | 47.72 | - |
| YUV | 92.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 186 | 0.51 | 0.60 | 0 | 0.27 | 249.19 | 0.45 | 0.51 |
| Hex | 5C | 4B | BA | 33 | 3C | 0 | 1B | F9 | 2D | 33 |
| Octal | 134 | 113 | 272 | 63 | 74 | 0 | 33 | 371 | 55 | 63 |
| Binary | 1011100 | 1001011 | 10111010 | 110011 | 111100 | 0 | 11011 | 11111001 | 101101 | 110011 |
Color Harmonies of #5C4BBA
Complementary color
Monochromatic Colors of #5C4BBA
Black with #5C4BBA
Text Example
Text Example
White with #5C4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4BBA; }
p { color: rgb(92,75,186); }
H1.HeaderClassName
{
color: #5C4BBA;
}
.AnyTagClassName
{
color: #5C4BBA;
}
</style>
background-color css
<style>
a { background-color: #5C4BBA; }
a { background-color: rgb(92,75,186); }
div.DivClassName
{
background-color: #5C4BBA;
}
.BgClassName
{
background-color: #5C4BBA;
}
</style>
border-color css
<style>
span { border-color: #5C4BBA; }
span { border-color: rgb(92,75,186); }
td.TdClassName
{
border-color: #5C4BBA;
}
.TagClassName
{
border-color: #5C4BBA;
}
</style>