#5E49BD

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

Shades of Blue Marguerite #5E49BD

Tints of Blue Marguerite #5E49BD

Color information

#5E49BD (or 0x5E49BD) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 49 and BD. RGB value is (94,73,189). Sum of RGB (Red+Green+Blue) = 94+73+189=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E49BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49BD is #A1B642. Grayscale: #5C5C5C. Windows color (decimal): -10597955 or 12405086. OLE color: 12405086.

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

Color convert

RGB9473189-
CMYK0.500.6100.26
HSL250.86º46.77%51.37%-
HSV(B)250.86º61.38%74.12%-
XYZ16.1810.8249.38-
YUV92.5182.46129.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=26.40%
G=20.51%
B=53.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94731890.500.6100.26250.8646.7751.37
Hex5E49BD323D01Afb2f33
Octal13611127562750323735763
Binary101111010010011011110111001011110101101011111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,73,189); }

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

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

 a { background-color: rgb(94,73,189); }

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

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

 span { border-color: rgb(94,73,189); }

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