#5E4FBB

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

Shades of Blue Marguerite #5E4FBB

Tints of Blue Marguerite #5E4FBB

Color information

#5E4FBB (or 0x5E4FBB) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4F and BB. RGB value is (94,79,187). Sum of RGB (Red+Green+Blue) = 94+79+187=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FBB is #A1B044. Grayscale: #5F5F5F. Windows color (decimal): -10596421 or 12275550. OLE color: 12275550.

HSL color Cylindrical-coordinate representation of color #5E4FBB: hue angle of 248.33º 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 #5E4FBB is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9479187-
CMYK0.500.5800.27
HSL248.33º44.26%52.16%-
HSV(B)248.33º57.75%73.33%-
XYZ16.3811.5648.38-
YUV95.8179.47126.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=26.11%
G=21.94%
B=51.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94791870.500.5800.27248.3344.2652.16
Hex5E4FBB323A01Bf82c34
Octal13611727362720333705464
Binary101111010011111011101111001011101001101111111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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