#5E4FBA

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

Shades of Blue Marguerite #5E4FBA

Tints of Blue Marguerite #5E4FBA

Color information

#5E4FBA (or 0x5E4FBA) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4F and BA. RGB value is (94,79,186). Sum of RGB (Red+Green+Blue) = 94+79+186=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FBA is #A1B045. Grayscale: #5F5F5F. Windows color (decimal): -10596422 or 12210014. OLE color: 12210014.

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

Color convert

RGB9479186-
CMYK0.490.5800.27
HSL248.41º43.67%51.96%-
HSV(B)248.41º57.53%72.94%-
XYZ16.2811.5247.82-
YUV95.68178.97126.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=26.18%
G=22.01%
B=51.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94791860.490.5800.27248.4143.6751.96
Hex5E4FBA313A01Bf82c34
Octal13611727261720333705464
Binary101111010011111011101011000111101001101111111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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