Shades of Blue Marguerite #5E53BD
Tints of Blue Marguerite #5E53BD
RGB
CMYK
RGB Variations
Color information
#5E53BD (or 0x5E53BD) is known color: Blue Marguerite. HEX triplet: 5E, 53 and BD. RGB value is (94,83,189). Sum of RGB (Red+Green+Blue) = 94+83+189=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E53BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53BD is #A1AC42. Grayscale: #616161. Windows color (decimal): -10595395 or 12407646. OLE color: 12407646.
HSL color Cylindrical-coordinate representation of color #5E53BD: hue angle of 246.23º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E53BD is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 83 | 189 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.26 |
| HSL | 246.23º | 0.45% | 0.53% | - |
| HSV(B) | 246.23º | 0.56% | 0.74% | - |
| XYZ | 16.89 | 12.24 | 49.62 | - |
| YUV | 98.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 189 | 0.50 | 0.56 | 0 | 0.26 | 246.23 | 0.45 | 0.53 |
| Hex | 5E | 53 | BD | 32 | 38 | 0 | 1A | F6 | 2D | 35 |
| Octal | 136 | 123 | 275 | 62 | 70 | 0 | 32 | 366 | 55 | 65 |
| Binary | 1011110 | 1010011 | 10111101 | 110010 | 111000 | 0 | 11010 | 11110110 | 101101 | 110101 |
Color Harmonies of #5E53BD
Complementary color
Monochromatic Colors of #5E53BD
Black with #5E53BD
Text Example
Text Example
White with #5E53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E53BD; }
p { color: rgb(94,83,189); }
H1.HeaderClassName
{
color: #5E53BD;
}
.AnyTagClassName
{
color: #5E53BD;
}
</style>
background-color css
<style>
a { background-color: #5E53BD; }
a { background-color: rgb(94,83,189); }
div.DivClassName
{
background-color: #5E53BD;
}
.BgClassName
{
background-color: #5E53BD;
}
</style>
border-color css
<style>
span { border-color: #5E53BD; }
span { border-color: rgb(94,83,189); }
td.TdClassName
{
border-color: #5E53BD;
}
.TagClassName
{
border-color: #5E53BD;
}
</style>