#5E4EBC

Color #5E4EBC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5E4EBC

Tints of Blue Marguerite #5E4EBC

Color information

#5E4EBC (or 0x5E4EBC) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4E and BC. RGB value is (94,78,188). Sum of RGB (Red+Green+Blue) = 94+78+188=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E4EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EBC is #A1B143. Grayscale: #5E5E5E. Windows color (decimal): -10596676 or 12340830. OLE color: 12340830.

HSL color Cylindrical-coordinate representation of color #5E4EBC: hue angle of 248.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E4EBC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9478188-
CMYK0.500.5900.26
HSL248.73º45.08%52.16%-
HSV(B)248.73º58.51%73.73%-
XYZ16.4211.4648.92-
YUV95.32180.3127.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=26.11%
G=21.67%
B=52.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94781880.500.5900.26248.7345.0852.16
Hex5E4EBC323B01Af92d34
Octal13611627462730323715564
Binary101111010011101011110011001011101101101011111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4EBC; }

 p { color: rgb(94,78,188); }

 H1.HeaderClassName
 {
   color: #5E4EBC;
 }
 .AnyTagClassName
 {
   color: #5E4EBC;
 }
</style>
background-color css

<style>
 a { background-color: #5E4EBC; }

 a { background-color: rgb(94,78,188); }

 div.DivClassName
 {
   background-color: #5E4EBC;
 }
 .BgClassName
 {
   background-color: #5E4EBC;
 }
</style>
border-color css

<style>
 span { border-color: #5E4EBC; }

 span { border-color: rgb(94,78,188); }

 td.TdClassName
 {
   border-color: #5E4EBC;
 }
 .TagClassName
 {
   border-color: #5E4EBC;
 }
</style>