Shades of Blue Marguerite #5E45AD
Tints of Blue Marguerite #5E45AD
RGB
CMYK
RGB Variations
Color information
#5E45AD (or 0x5E45AD) is known color: Blue Marguerite. HEX triplet: 5E, 45 and AD. RGB value is (94,69,173). Sum of RGB (Red+Green+Blue) = 94+69+173=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E45AD is #A1BA52. Grayscale: #575757. Windows color (decimal): -10598995 or 11355486. OLE color: 11355486.
HSL color Cylindrical-coordinate representation of color #5E45AD: hue angle of 254.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E45AD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 69 | 173 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.32 |
| HSL | 254.42º | 0.43% | 0.47% | - |
| HSV(B) | 254.42º | 0.6% | 0.68% | - |
| XYZ | 14.29 | 9.65 | 40.65 | - |
| YUV | 88.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 173 | 0.46 | 0.60 | 0 | 0.32 | 254.42 | 0.43 | 0.47 |
| Hex | 5E | 45 | AD | 2E | 3C | 0 | 20 | FE | 2B | 2F |
| Octal | 136 | 105 | 255 | 56 | 74 | 0 | 40 | 376 | 53 | 57 |
| Binary | 1011110 | 1000101 | 10101101 | 101110 | 111100 | 0 | 100000 | 11111110 | 101011 | 101111 |
Color Harmonies of #5E45AD
Complementary color
Monochromatic Colors of #5E45AD
Black with #5E45AD
Text Example
Text Example
White with #5E45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E45AD; }
p { color: rgb(94,69,173); }
H1.HeaderClassName
{
color: #5E45AD;
}
.AnyTagClassName
{
color: #5E45AD;
}
</style>
background-color css
<style>
a { background-color: #5E45AD; }
a { background-color: rgb(94,69,173); }
div.DivClassName
{
background-color: #5E45AD;
}
.BgClassName
{
background-color: #5E45AD;
}
</style>
border-color css
<style>
span { border-color: #5E45AD; }
span { border-color: rgb(94,69,173); }
td.TdClassName
{
border-color: #5E45AD;
}
.TagClassName
{
border-color: #5E45AD;
}
</style>