Shades of Blue Marguerite #5C4EBA
Tints of Blue Marguerite #5C4EBA
RGB
CMYK
RGB Variations
Color information
#5C4EBA (or 0x5C4EBA) is known color: Blue Marguerite. HEX triplet: 5C, 4E and BA. RGB value is (92,78,186). Sum of RGB (Red+Green+Blue) = 92+78+186=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EBA is #A3B145. Grayscale: #5E5E5E. Windows color (decimal): -10727750 or 12209756. OLE color: 12209756.
HSL color Cylindrical-coordinate representation of color #5C4EBA: hue angle of 247.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C4EBA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 78 | 186 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.27 |
| HSL | 247.78º | 0.44% | 0.52% | - |
| HSV(B) | 247.78º | 0.58% | 0.73% | - |
| XYZ | 16 | 11.27 | 47.79 | - |
| YUV | 94.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 186 | 0.51 | 0.58 | 0 | 0.27 | 247.78 | 0.44 | 0.52 |
| Hex | 5C | 4E | BA | 33 | 3A | 0 | 1B | F8 | 2C | 34 |
| Octal | 134 | 116 | 272 | 63 | 72 | 0 | 33 | 370 | 54 | 64 |
| Binary | 1011100 | 1001110 | 10111010 | 110011 | 111010 | 0 | 11011 | 11111000 | 101100 | 110100 |
Color Harmonies of #5C4EBA
Complementary color
Monochromatic Colors of #5C4EBA
Black with #5C4EBA
Text Example
Text Example
White with #5C4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EBA; }
p { color: rgb(92,78,186); }
H1.HeaderClassName
{
color: #5C4EBA;
}
.AnyTagClassName
{
color: #5C4EBA;
}
</style>
background-color css
<style>
a { background-color: #5C4EBA; }
a { background-color: rgb(92,78,186); }
div.DivClassName
{
background-color: #5C4EBA;
}
.BgClassName
{
background-color: #5C4EBA;
}
</style>
border-color css
<style>
span { border-color: #5C4EBA; }
span { border-color: rgb(92,78,186); }
td.TdClassName
{
border-color: #5C4EBA;
}
.TagClassName
{
border-color: #5C4EBA;
}
</style>