#5e44ba

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

Shades of Blue Marguerite #5E44BA

Tints of Blue Marguerite #5E44BA

Color information

#5E44BA (or 0x5E44BA) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 44 and BA. RGB value is (94,68,186). Sum of RGB (Red+Green+Blue) = 94+68+186=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44BA is #A1BB45. Grayscale: #585858. Windows color (decimal): -10599238 or 12207198. OLE color: 12207198.

HSL color Cylindrical-coordinate representation of color #5E44BA: hue angle of 253.22º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E44BA is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9468186-
CMYK0.490.6300.27
HSL253.22º46.46%49.8%-
HSV(B)253.22º63.44%72.94%-
XYZ15.5510.0647.58-
YUV89.23182.61131.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=27.01%
G=19.54%
B=53.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94681860.490.6300.27253.2246.4649.8
Hex5E44BA313F01Bfd2e32
Octal13610427261770333755662
Binary101111010001001011101011000111111101101111111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e44ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,68,186); }

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

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

 a { background-color: rgb(94,68,186); }

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

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

 span { border-color: rgb(94,68,186); }

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