Shades of Blue Marguerite #5E4EAA
Tints of Blue Marguerite #5E4EAA
RGB
CMYK
RGB Variations
Color information
#5E4EAA (or 0x5E4EAA) is known color: Blue Marguerite. HEX triplet: 5E, 4E and AA. RGB value is (94,78,170). Sum of RGB (Red+Green+Blue) = 94+78+170=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E4EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4EAA is #A1B155. Grayscale: #5C5C5C. Windows color (decimal): -10596694 or 11161182. OLE color: 11161182.
HSL color Cylindrical-coordinate representation of color #5E4EAA: hue angle of 250.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E4EAA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 78 | 170 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.33 |
| HSL | 250.43º | 0.37% | 0.49% | - |
| HSV(B) | 250.43º | 0.54% | 0.67% | - |
| XYZ | 14.6 | 10.73 | 39.33 | - |
| YUV | 93.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 170 | 0.45 | 0.54 | 0 | 0.33 | 250.43 | 0.37 | 0.49 |
| Hex | 5E | 4E | AA | 2D | 36 | 0 | 21 | FA | 25 | 31 |
| Octal | 136 | 116 | 252 | 55 | 66 | 0 | 41 | 372 | 45 | 61 |
| Binary | 1011110 | 1001110 | 10101010 | 101101 | 110110 | 0 | 100001 | 11111010 | 100101 | 110001 |
Color Harmonies of #5E4EAA
Complementary color
Monochromatic Colors of #5E4EAA
Black with #5E4EAA
Text Example
Text Example
White with #5E4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EAA; }
p { color: rgb(94,78,170); }
H1.HeaderClassName
{
color: #5E4EAA;
}
.AnyTagClassName
{
color: #5E4EAA;
}
</style>
background-color css
<style>
a { background-color: #5E4EAA; }
a { background-color: rgb(94,78,170); }
div.DivClassName
{
background-color: #5E4EAA;
}
.BgClassName
{
background-color: #5E4EAA;
}
</style>
border-color css
<style>
span { border-color: #5E4EAA; }
span { border-color: rgb(94,78,170); }
td.TdClassName
{
border-color: #5E4EAA;
}
.TagClassName
{
border-color: #5E4EAA;
}
</style>