Shades of Blue Marguerite #5E4FB4
Tints of Blue Marguerite #5E4FB4
RGB
CMYK
RGB Variations
Color information
#5E4FB4 (or 0x5E4FB4) is known color: Blue Marguerite. HEX triplet: 5E, 4F and B4. RGB value is (94,79,180). Sum of RGB (Red+Green+Blue) = 94+79+180=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E4FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FB4 is #A1B04B. Grayscale: #5E5E5E. Windows color (decimal): -10596428 or 11816798. OLE color: 11816798.
HSL color Cylindrical-coordinate representation of color #5E4FB4: hue angle of 248.91º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E4FB4 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 79 | 180 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.29 |
| HSL | 248.91º | 0.4% | 0.51% | - |
| HSV(B) | 248.91º | 0.56% | 0.71% | - |
| XYZ | 15.65 | 11.27 | 44.53 | - |
| YUV | 95 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 180 | 0.48 | 0.56 | 0 | 0.29 | 248.91 | 0.4 | 0.51 |
| Hex | 5E | 4F | B4 | 30 | 38 | 0 | 1D | F9 | 28 | 33 |
| Octal | 136 | 117 | 264 | 60 | 70 | 0 | 35 | 371 | 50 | 63 |
| Binary | 1011110 | 1001111 | 10110100 | 110000 | 111000 | 0 | 11101 | 11111001 | 101000 | 110011 |
Color Harmonies of #5E4FB4
Complementary color
Monochromatic Colors of #5E4FB4
Black with #5E4FB4
Text Example
Text Example
White with #5E4FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FB4; }
p { color: rgb(94,79,180); }
H1.HeaderClassName
{
color: #5E4FB4;
}
.AnyTagClassName
{
color: #5E4FB4;
}
</style>
background-color css
<style>
a { background-color: #5E4FB4; }
a { background-color: rgb(94,79,180); }
div.DivClassName
{
background-color: #5E4FB4;
}
.BgClassName
{
background-color: #5E4FB4;
}
</style>
border-color css
<style>
span { border-color: #5E4FB4; }
span { border-color: rgb(94,79,180); }
td.TdClassName
{
border-color: #5E4FB4;
}
.TagClassName
{
border-color: #5E4FB4;
}
</style>