Shades of Blue Marguerite #5E44AF
Tints of Blue Marguerite #5E44AF
RGB
CMYK
RGB Variations
Color information
#5E44AF (or 0x5E44AF) is known color: Blue Marguerite. HEX triplet: 5E, 44 and AF. RGB value is (94,68,175). Sum of RGB (Red+Green+Blue) = 94+68+175=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E44AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E44AF is #A1BB50. Grayscale: #575757. Windows color (decimal): -10599249 or 11486302. OLE color: 11486302.
HSL color Cylindrical-coordinate representation of color #5E44AF: hue angle of 254.58º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E44AF is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 68 | 175 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.31 |
| HSL | 254.58º | 0.44% | 0.48% | - |
| HSV(B) | 254.58º | 0.61% | 0.69% | - |
| XYZ | 14.42 | 9.61 | 41.65 | - |
| YUV | 87.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 175 | 0.46 | 0.61 | 0 | 0.31 | 254.58 | 0.44 | 0.48 |
| Hex | 5E | 44 | AF | 2E | 3D | 0 | 1F | FF | 2C | 30 |
| Octal | 136 | 104 | 257 | 56 | 75 | 0 | 37 | 377 | 54 | 60 |
| Binary | 1011110 | 1000100 | 10101111 | 101110 | 111101 | 0 | 11111 | 11111111 | 101100 | 110000 |
Color Harmonies of #5E44AF
Complementary color
Monochromatic Colors of #5E44AF
Black with #5E44AF
Text Example
Text Example
White with #5E44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44AF; }
p { color: rgb(94,68,175); }
H1.HeaderClassName
{
color: #5E44AF;
}
.AnyTagClassName
{
color: #5E44AF;
}
</style>
background-color css
<style>
a { background-color: #5E44AF; }
a { background-color: rgb(94,68,175); }
div.DivClassName
{
background-color: #5E44AF;
}
.BgClassName
{
background-color: #5E44AF;
}
</style>
border-color css
<style>
span { border-color: #5E44AF; }
span { border-color: rgb(94,68,175); }
td.TdClassName
{
border-color: #5E44AF;
}
.TagClassName
{
border-color: #5E44AF;
}
</style>