#5E4BAF

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

Shades of Blue Marguerite #5E4BAF

Tints of Blue Marguerite #5E4BAF

Color information

#5E4BAF (or 0x5E4BAF) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4B and AF. RGB value is (94,75,175). Sum of RGB (Red+Green+Blue) = 94+75+175=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4BAF is #A1B450. Grayscale: #5B5B5B. Windows color (decimal): -10597457 or 11488094. OLE color: 11488094.

HSL color Cylindrical-coordinate representation of color #5E4BAF: hue angle of 251.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E4BAF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9475175-
CMYK0.460.5700.31
HSL251.4º40%49.02%-
HSV(B)251.4º57.14%68.63%-
XYZ14.8710.5141.8-
YUV92.08174.79129.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=27.33%
G=21.80%
B=50.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94751750.460.5700.31251.44049.02
Hex5E4BAF2E3901Ffb2831
Octal13611325756710373735061
Binary101111010010111010111110111011100101111111111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,75,175); }

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

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

 a { background-color: rgb(94,75,175); }

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

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

 span { border-color: rgb(94,75,175); }

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