#5E4AB9

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

Shades of Blue Marguerite #5E4AB9

Tints of Blue Marguerite #5E4AB9

Color information

#5E4AB9 (or 0x5E4AB9) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4A and B9. RGB value is (94,74,185). Sum of RGB (Red+Green+Blue) = 94+74+185=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #5E4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4AB9 is #A1B546. Grayscale: #5C5C5C. Windows color (decimal): -10597703 or 12143198. OLE color: 12143198.

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

Color convert

RGB9474185-
CMYK0.490.600.27
HSL250.81º44.22%50.78%-
HSV(B)250.81º60%72.55%-
XYZ15.8210.7847.15-
YUV92.63180.13128.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 185 (72.66% from 255) = 52.41%
R=26.63%
G=20.96%
B=52.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94741850.490.600.27250.8144.2250.78
Hex5E4AB9313C01Bfb2c33
Octal13611227161740333735463
Binary101111010010101011100111000111110001101111111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,74,185); }

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

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

 a { background-color: rgb(94,74,185); }

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

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

 span { border-color: rgb(94,74,185); }

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