Shades of Blue Marguerite #5E4DAA
Tints of Blue Marguerite #5E4DAA
RGB
CMYK
RGB Variations
Color information
#5E4DAA (or 0x5E4DAA) is known color: Blue Marguerite. HEX triplet: 5E, 4D and AA. RGB value is (94,77,170). Sum of RGB (Red+Green+Blue) = 94+77+170=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4DAA is #A1B255. Grayscale: #5C5C5C. Windows color (decimal): -10596950 or 11160926. OLE color: 11160926.
HSL color Cylindrical-coordinate representation of color #5E4DAA: hue angle of 250.97º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4DAA is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 77 | 170 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.33 |
| HSL | 250.97º | 0.38% | 0.48% | - |
| HSV(B) | 250.97º | 0.55% | 0.67% | - |
| XYZ | 14.53 | 10.59 | 39.31 | - |
| YUV | 92.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 170 | 0.45 | 0.55 | 0 | 0.33 | 250.97 | 0.38 | 0.48 |
| Hex | 5E | 4D | AA | 2D | 37 | 0 | 21 | FB | 26 | 30 |
| Octal | 136 | 115 | 252 | 55 | 67 | 0 | 41 | 373 | 46 | 60 |
| Binary | 1011110 | 1001101 | 10101010 | 101101 | 110111 | 0 | 100001 | 11111011 | 100110 | 110000 |
Color Harmonies of #5E4DAA
Complementary color
Monochromatic Colors of #5E4DAA
Black with #5E4DAA
Text Example
Text Example
White with #5E4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DAA; }
p { color: rgb(94,77,170); }
H1.HeaderClassName
{
color: #5E4DAA;
}
.AnyTagClassName
{
color: #5E4DAA;
}
</style>
background-color css
<style>
a { background-color: #5E4DAA; }
a { background-color: rgb(94,77,170); }
div.DivClassName
{
background-color: #5E4DAA;
}
.BgClassName
{
background-color: #5E4DAA;
}
</style>
border-color css
<style>
span { border-color: #5E4DAA; }
span { border-color: rgb(94,77,170); }
td.TdClassName
{
border-color: #5E4DAA;
}
.TagClassName
{
border-color: #5E4DAA;
}
</style>