#5E48B3

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

Shades of Blue Marguerite #5E48B3

Tints of Blue Marguerite #5E48B3

Color information

#5E48B3 (or 0x5E48B3) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 48 and B3. RGB value is (94,72,179). Sum of RGB (Red+Green+Blue) = 94+72+179=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E48B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48B3 is #A1B74C. Grayscale: #5A5A5A. Windows color (decimal): -10598221 or 11749470. OLE color: 11749470.

HSL color Cylindrical-coordinate representation of color #5E48B3: hue angle of 252.34º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E48B3 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9472179-
CMYK0.470.6000.30
HSL252.34º42.63%49.22%-
HSV(B)252.34º59.78%70.2%-
XYZ15.0710.2743.84-
YUV90.78177.79130.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.25%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 179 (70.31% from 255) = 51.88%
R=27.25%
G=20.87%
B=51.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94721790.470.6000.30252.3442.6349.22
Hex5E48B32F3C01Efc2b31
Octal13611026357740363745361
Binary101111010010001011001110111111110001111011111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E48B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,72,179); }

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

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

 a { background-color: rgb(94,72,179); }

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

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

 span { border-color: rgb(94,72,179); }

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