#5E4EBE

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

Shades of Blue Marguerite #5E4EBE

Tints of Blue Marguerite #5E4EBE

Color information

#5E4EBE (or 0x5E4EBE) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4E and BE. RGB value is (94,78,190). Sum of RGB (Red+Green+Blue) = 94+78+190=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EBE is #A1B141. Grayscale: #5F5F5F. Windows color (decimal): -10596674 or 12471902. OLE color: 12471902.

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

Color convert

RGB9478190-
CMYK0.510.5900.25
HSL248.57º46.28%52.55%-
HSV(B)248.57º58.95%74.51%-
XYZ16.6311.5550.07-
YUV95.55181.3126.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=25.97%
G=21.55%
B=52.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94781900.510.5900.25248.5746.2852.55
Hex5E4EBE333B019f92e35
Octal13611627663730313715665
Binary101111010011101011111011001111101101100111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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