#5E49B8

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

Shades of Blue Marguerite #5E49B8

Tints of Blue Marguerite #5E49B8

Color information

#5E49B8 (or 0x5E49B8) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 49 and B8. RGB value is (94,73,184). Sum of RGB (Red+Green+Blue) = 94+73+184=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #5E49B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49B8 is #A1B647. Grayscale: #5B5B5B. Windows color (decimal): -10597960 or 12077406. OLE color: 12077406.

HSL color Cylindrical-coordinate representation of color #5E49B8: hue angle of 251.35º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E49B8 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9473184-
CMYK0.490.6000.28
HSL251.35º43.87%50.39%-
HSV(B)251.35º60.33%72.16%-
XYZ15.6510.6146.57-
YUV91.93179.96129.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=26.78%
G=20.80%
B=52.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal94731840.490.6000.28251.3543.8750.39
Hex5E49B8313C01Cfb2c32
Octal13611127061740343735462
Binary101111010010011011100011000111110001110011111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E49B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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