#5E47BE

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

Shades of Blue Marguerite #5E47BE

Tints of Blue Marguerite #5E47BE

Color information

#5E47BE (or 0x5E47BE) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 47 and BE. RGB value is (94,71,190). Sum of RGB (Red+Green+Blue) = 94+71+190=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E47BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47BE is #A1B841. Grayscale: #5A5A5A. Windows color (decimal): -10598466 or 12470110. OLE color: 12470110.

HSL color Cylindrical-coordinate representation of color #5E47BE: hue angle of 251.6º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E47BE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9471190-
CMYK0.510.6300.25
HSL251.6º47.79%51.18%-
HSV(B)251.6º62.63%74.51%-
XYZ16.1610.649.91-
YUV91.44183.62129.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=26.48%
G=20%
B=53.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94711900.510.6300.25251.647.7951.18
Hex5E47BE333F019fc3033
Octal13610727663770313746063
Binary101111010001111011111011001111111101100111111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E47BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,190); }

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

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

 a { background-color: rgb(94,71,190); }

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

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

 span { border-color: rgb(94,71,190); }

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