Html Css Color HEX #5E49BC Blue Marguerite

📋 copy color: '#5E49BC'

red 94 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #5E49BC

Tints of Blue Marguerite #5E49BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 26.48%
G = 20.56%
B = 52.96%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E49BC (or 0x5E49BC) is known color: Blue Marguerite. HEX triplet: 5E, 49 and BC. RGB value is (94,73,188). Sum of RGB (Red+Green+Blue) = 94+73+188=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E49BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E49BC is #A1B643. Grayscale: #5B5B5B. Windows color (decimal): -10597956 or 12339550. OLE color: 12339550.

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

Color convert

RGB 94 73 188 -
CMYK 0.50 0.61 0 0.26
HSL 250.96º 0.46% 0.51% -
HSV(B) 250.96º 0.61% 0.74% -
XYZ 16.08 10.78 48.81 -
YUV 92.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 94 73 188 0.50 0.61 0 0.26 250.96 0.46 0.51
Hex 5E 49 BC 32 3D 0 1A FB 2E 33
Octal 136 111 274 62 75 0 32 373 56 63
Binary 1011110 1001001 10111100 110010 111101 0 11010 11111011 101110 110011

Color Harmonies of #5E49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49BC

Black with #5E49BC

Text Example


Text Example

White with #5E49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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