#5E56BC

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

Shades of Blue Marguerite #5E56BC

Tints of Blue Marguerite #5E56BC

Color information

#5E56BC (or 0x5E56BC) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 56 and BC. RGB value is (94,86,188). Sum of RGB (Red+Green+Blue) = 94+86+188=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56BC is #A1A943. Grayscale: #636363. Windows color (decimal): -10594628 or 12342878. OLE color: 12342878.

HSL color Cylindrical-coordinate representation of color #5E56BC: hue angle of 244.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E56BC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9486188-
CMYK0.500.5400.26
HSL244.71º43.22%53.73%-
HSV(B)244.71º54.26%73.73%-
XYZ17.0212.6749.12-
YUV100.02177.65123.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.54%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=25.54%
G=23.37%
B=51.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94861880.500.5400.26244.7143.2253.73
Hex5E56BC323601Af52b36
Octal13612627462660323655366
Binary101111010101101011110011001011011001101011110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,86,188); }

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

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

 a { background-color: rgb(94,86,188); }

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

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

 span { border-color: rgb(94,86,188); }

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