Shades of Blue Marguerite #5E43B4
Tints of Blue Marguerite #5E43B4
RGB
CMYK
RGB Variations
Color information
#5E43B4 (or 0x5E43B4) is known color: Blue Marguerite. HEX triplet: 5E, 43 and B4. RGB value is (94,67,180). Sum of RGB (Red+Green+Blue) = 94+67+180=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E43B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43B4 is #A1BC4B. Grayscale: #575757. Windows color (decimal): -10599500 or 11813726. OLE color: 11813726.
HSL color Cylindrical-coordinate representation of color #5E43B4: hue angle of 254.34º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E43B4 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 67 | 180 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.29 |
| HSL | 254.34º | 0.46% | 0.48% | - |
| HSV(B) | 254.34º | 0.63% | 0.71% | - |
| XYZ | 14.86 | 9.69 | 44.27 | - |
| YUV | 87.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 180 | 0.48 | 0.63 | 0 | 0.29 | 254.34 | 0.46 | 0.48 |
| Hex | 5E | 43 | B4 | 30 | 3F | 0 | 1D | FE | 2E | 30 |
| Octal | 136 | 103 | 264 | 60 | 77 | 0 | 35 | 376 | 56 | 60 |
| Binary | 1011110 | 1000011 | 10110100 | 110000 | 111111 | 0 | 11101 | 11111110 | 101110 | 110000 |
Color Harmonies of #5E43B4
Complementary color
Monochromatic Colors of #5E43B4
Black with #5E43B4
Text Example
Text Example
White with #5E43B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43B4; }
p { color: rgb(94,67,180); }
H1.HeaderClassName
{
color: #5E43B4;
}
.AnyTagClassName
{
color: #5E43B4;
}
</style>
background-color css
<style>
a { background-color: #5E43B4; }
a { background-color: rgb(94,67,180); }
div.DivClassName
{
background-color: #5E43B4;
}
.BgClassName
{
background-color: #5E43B4;
}
</style>
border-color css
<style>
span { border-color: #5E43B4; }
span { border-color: rgb(94,67,180); }
td.TdClassName
{
border-color: #5E43B4;
}
.TagClassName
{
border-color: #5E43B4;
}
</style>