Html Css Color HEX #5E49BE Blue Marguerite

📋 copy color: '#5E49BE'

red 94 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #5E49BE

Tints of Blue Marguerite #5E49BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.45%

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

R = 26.33%
G = 20.45%
B = 53.22%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E49BE (or 0x5E49BE) is known color: Blue Marguerite. HEX triplet: 5E, 49 and BE. RGB value is (94,73,190). Sum of RGB (Red+Green+Blue) = 94+73+190=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49BE is #A1B641. Grayscale: #5C5C5C. Windows color (decimal): -10597954 or 12470622. OLE color: 12470622.

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

Color convert

RGB 94 73 190 -
CMYK 0.51 0.62 0 0.25
HSL 250.77º 0.47% 0.52% -
HSV(B) 250.77º 0.62% 0.75% -
XYZ 16.29 10.86 49.95 -
YUV 92.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 94 73 190 0.51 0.62 0 0.25 250.77 0.47 0.52
Hex 5E 49 BE 33 3E 0 19 FB 2F 34
Octal 136 111 276 63 76 0 31 373 57 64
Binary 1011110 1001001 10111110 110011 111110 0 11001 11111011 101111 110100

Color Harmonies of #5E49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49BE

Black with #5E49BE

Text Example


Text Example

White with #5E49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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