Shades of Blue Marguerite #5C4EBB
Tints of Blue Marguerite #5C4EBB
RGB
CMYK
RGB Variations
Color information
#5C4EBB (or 0x5C4EBB) is known color: Blue Marguerite. HEX triplet: 5C, 4E and BB. RGB value is (92,78,187). Sum of RGB (Red+Green+Blue) = 92+78+187=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C4EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EBB is #A3B144. Grayscale: #5E5E5E. Windows color (decimal): -10727749 or 12275292. OLE color: 12275292.
HSL color Cylindrical-coordinate representation of color #5C4EBB: hue angle of 247.71º 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 #5C4EBB is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 78 | 187 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.27 |
| HSL | 247.71º | 0.44% | 0.52% | - |
| HSV(B) | 247.71º | 0.58% | 0.73% | - |
| XYZ | 16.11 | 11.31 | 48.35 | - |
| YUV | 94.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 187 | 0.51 | 0.58 | 0 | 0.27 | 247.71 | 0.44 | 0.52 |
| Hex | 5C | 4E | BB | 33 | 3A | 0 | 1B | F8 | 2C | 34 |
| Octal | 134 | 116 | 273 | 63 | 72 | 0 | 33 | 370 | 54 | 64 |
| Binary | 1011100 | 1001110 | 10111011 | 110011 | 111010 | 0 | 11011 | 11111000 | 101100 | 110100 |
Color Harmonies of #5C4EBB
Complementary color
Monochromatic Colors of #5C4EBB
Black with #5C4EBB
Text Example
Text Example
White with #5C4EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EBB; }
p { color: rgb(92,78,187); }
H1.HeaderClassName
{
color: #5C4EBB;
}
.AnyTagClassName
{
color: #5C4EBB;
}
</style>
background-color css
<style>
a { background-color: #5C4EBB; }
a { background-color: rgb(92,78,187); }
div.DivClassName
{
background-color: #5C4EBB;
}
.BgClassName
{
background-color: #5C4EBB;
}
</style>
border-color css
<style>
span { border-color: #5C4EBB; }
span { border-color: rgb(92,78,187); }
td.TdClassName
{
border-color: #5C4EBB;
}
.TagClassName
{
border-color: #5C4EBB;
}
</style>