Shades of Blue Marguerite #5E4ABD
Tints of Blue Marguerite #5E4ABD
RGB
CMYK
RGB Variations
Color information
#5E4ABD (or 0x5E4ABD) is known color: Blue Marguerite. HEX triplet: 5E, 4A and BD. RGB value is (94,74,189). Sum of RGB (Red+Green+Blue) = 94+74+189=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E4ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4ABD is #A1B542. Grayscale: #5C5C5C. Windows color (decimal): -10597699 or 12405342. OLE color: 12405342.
HSL color Cylindrical-coordinate representation of color #5E4ABD: hue angle of 250.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E4ABD is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 74 | 189 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.26 |
| HSL | 250.43º | 0.47% | 0.52% | - |
| HSV(B) | 250.43º | 0.61% | 0.74% | - |
| XYZ | 16.25 | 10.95 | 49.4 | - |
| YUV | 93.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 189 | 0.50 | 0.61 | 0 | 0.26 | 250.43 | 0.47 | 0.52 |
| Hex | 5E | 4A | BD | 32 | 3D | 0 | 1A | FA | 2F | 34 |
| Octal | 136 | 112 | 275 | 62 | 75 | 0 | 32 | 372 | 57 | 64 |
| Binary | 1011110 | 1001010 | 10111101 | 110010 | 111101 | 0 | 11010 | 11111010 | 101111 | 110100 |
Color Harmonies of #5E4ABD
Complementary color
Monochromatic Colors of #5E4ABD
Black with #5E4ABD
Text Example
Text Example
White with #5E4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4ABD; }
p { color: rgb(94,74,189); }
H1.HeaderClassName
{
color: #5E4ABD;
}
.AnyTagClassName
{
color: #5E4ABD;
}
</style>
background-color css
<style>
a { background-color: #5E4ABD; }
a { background-color: rgb(94,74,189); }
div.DivClassName
{
background-color: #5E4ABD;
}
.BgClassName
{
background-color: #5E4ABD;
}
</style>
border-color css
<style>
span { border-color: #5E4ABD; }
span { border-color: rgb(94,74,189); }
td.TdClassName
{
border-color: #5E4ABD;
}
.TagClassName
{
border-color: #5E4ABD;
}
</style>