Shades of Blue Marguerite #5C4DB8
Tints of Blue Marguerite #5C4DB8
RGB
CMYK
RGB Variations
Color information
#5C4DB8 (or 0x5C4DB8) is known color: Blue Marguerite. HEX triplet: 5C, 4D and B8. RGB value is (92,77,184). Sum of RGB (Red+Green+Blue) = 92+77+184=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #5C4DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DB8 is #A3B247. Grayscale: #5D5D5D. Windows color (decimal): -10728008 or 12078428. OLE color: 12078428.
HSL color Cylindrical-coordinate representation of color #5C4DB8: hue angle of 248.41º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C4DB8 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 77 | 184 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.28 |
| HSL | 248.41º | 0.43% | 0.51% | - |
| HSV(B) | 248.41º | 0.58% | 0.72% | - |
| XYZ | 15.72 | 11.04 | 46.65 | - |
| YUV | 93.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 184 | 0.50 | 0.58 | 0 | 0.28 | 248.41 | 0.43 | 0.51 |
| Hex | 5C | 4D | B8 | 32 | 3A | 0 | 1C | F8 | 2B | 33 |
| Octal | 134 | 115 | 270 | 62 | 72 | 0 | 34 | 370 | 53 | 63 |
| Binary | 1011100 | 1001101 | 10111000 | 110010 | 111010 | 0 | 11100 | 11111000 | 101011 | 110011 |
Color Harmonies of #5C4DB8
Complementary color
Monochromatic Colors of #5C4DB8
Black with #5C4DB8
Text Example
Text Example
White with #5C4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4DB8; }
p { color: rgb(92,77,184); }
H1.HeaderClassName
{
color: #5C4DB8;
}
.AnyTagClassName
{
color: #5C4DB8;
}
</style>
background-color css
<style>
a { background-color: #5C4DB8; }
a { background-color: rgb(92,77,184); }
div.DivClassName
{
background-color: #5C4DB8;
}
.BgClassName
{
background-color: #5C4DB8;
}
</style>
border-color css
<style>
span { border-color: #5C4DB8; }
span { border-color: rgb(92,77,184); }
td.TdClassName
{
border-color: #5C4DB8;
}
.TagClassName
{
border-color: #5C4DB8;
}
</style>