Shades of Blue Marguerite #5E48B3
Tints of Blue Marguerite #5E48B3
RGB
CMYK
RGB Variations
Color information
#5E48B3 (or 0x5E48B3) is known color: Blue Marguerite. HEX triplet: 5E, 48 and B3. RGB value is (94,72,179). Sum of RGB (Red+Green+Blue) = 94+72+179=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E48B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48B3 is #A1B74C. Grayscale: #5A5A5A. Windows color (decimal): -10598221 or 11749470. OLE color: 11749470.
HSL color Cylindrical-coordinate representation of color #5E48B3: hue angle of 252.34º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E48B3 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 72 | 179 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.30 |
| HSL | 252.34º | 0.43% | 0.49% | - |
| HSV(B) | 252.34º | 0.6% | 0.7% | - |
| XYZ | 15.07 | 10.27 | 43.84 | - |
| YUV | 90.78 | 177.79 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 179 | 0.47 | 0.60 | 0 | 0.30 | 252.34 | 0.43 | 0.49 |
| Hex | 5E | 48 | B3 | 2F | 3C | 0 | 1E | FC | 2B | 31 |
| Octal | 136 | 110 | 263 | 57 | 74 | 0 | 36 | 374 | 53 | 61 |
| Binary | 1011110 | 1001000 | 10110011 | 101111 | 111100 | 0 | 11110 | 11111100 | 101011 | 110001 |
Color Harmonies of #5E48B3
Complementary color
Monochromatic Colors of #5E48B3
Black with #5E48B3
Text Example
Text Example
White with #5E48B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E48B3; }
p { color: rgb(94,72,179); }
H1.HeaderClassName
{
color: #5E48B3;
}
.AnyTagClassName
{
color: #5E48B3;
}
</style>
background-color css
<style>
a { background-color: #5E48B3; }
a { background-color: rgb(94,72,179); }
div.DivClassName
{
background-color: #5E48B3;
}
.BgClassName
{
background-color: #5E48B3;
}
</style>
border-color css
<style>
span { border-color: #5E48B3; }
span { border-color: rgb(94,72,179); }
td.TdClassName
{
border-color: #5E48B3;
}
.TagClassName
{
border-color: #5E48B3;
}
</style>