#5E4DBC

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

Shades of Blue Marguerite #5E4DBC

Tints of Blue Marguerite #5E4DBC

Color information

#5E4DBC (or 0x5E4DBC) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4D and BC. RGB value is (94,77,188). Sum of RGB (Red+Green+Blue) = 94+77+188=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E4DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DBC is #A1B243. Grayscale: #5E5E5E. Windows color (decimal): -10596932 or 12340574. OLE color: 12340574.

HSL color Cylindrical-coordinate representation of color #5E4DBC: hue angle of 249.19º 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 #5E4DBC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9477188-
CMYK0.500.5900.26
HSL249.19º45.31%51.96%-
HSV(B)249.19º59.04%73.73%-
XYZ16.3511.3248.9-
YUV94.74180.63127.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=26.18%
G=21.45%
B=52.37%

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
Decimal94771880.500.5900.26249.1945.3151.96
Hex5E4DBC323B01Af92d34
Octal13611527462730323715564
Binary101111010011011011110011001011101101101011111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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