Html Css Color HEX #5E46BE Blue Marguerite

📋 copy color: '#5E46BE'

red 94 ◦ green 70 ◦ blue 190

#5E46BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #5E46BE

Tints of Blue Marguerite #5E46BE

RGB

 RED value IS 94 (37.11% from 255) = 26.55%

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 26.55%
G = 19.77%
B = 53.67%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E46BE (or 0x5E46BE) is known color: Blue Marguerite. HEX triplet: 5E, 46 and BE. RGB value is (94,70,190). Sum of RGB (Red+Green+Blue) = 94+70+190=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46BE is #A1B941. Grayscale: #5A5A5A. Windows color (decimal): -10598722 or 12469854. OLE color: 12469854.

HSL color Cylindrical-coordinate representation of color #5E46BE: hue angle of 252º 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 #5E46BE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 70 190 -
CMYK 0.51 0.63 0 0.25
HSL 252º 0.48% 0.51% -
HSV(B) 252º 0.63% 0.75% -
XYZ 16.1 10.48 49.89 -
YUV 90.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 94 70 190 0.51 0.63 0 0.25 252 0.48 0.51
Hex 5E 46 BE 33 3F 0 19 FC 30 33
Octal 136 106 276 63 77 0 31 374 60 63
Binary 1011110 1000110 10111110 110011 111111 0 11001 11111100 110000 110011

Color Harmonies of #5E46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E46BE

Black with #5E46BE

Text Example


Text Example

White with #5E46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E46BE;
 }
 .AnyTagClassName
 {
   color: #5E46BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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