Html Css Color HEX #5E49AE Blue Marguerite

📋 copy color: '#5E49AE'

red 94 ◦ green 73 ◦ blue 174

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

Shades of Blue Marguerite #5E49AE

Tints of Blue Marguerite #5E49AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 27.57%
G = 21.41%
B = 51.03%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E49AE (or 0x5E49AE) is known color: Blue Marguerite. HEX triplet: 5E, 49 and AE. RGB value is (94,73,174). Sum of RGB (Red+Green+Blue) = 94+73+174=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49AE is #A1B651. Grayscale: #5A5A5A. Windows color (decimal): -10597970 or 11422046. OLE color: 11422046.

HSL color Cylindrical-coordinate representation of color #5E49AE: hue angle of 252.48º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E49AE is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 73 174 -
CMYK 0.46 0.58 0 0.32
HSL 252.48º 0.41% 0.48% -
HSV(B) 252.48º 0.58% 0.68% -
XYZ 14.64 10.2 41.24 -
YUV 90.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 94 73 174 0.46 0.58 0 0.32 252.48 0.41 0.48
Hex 5E 49 AE 2E 3A 0 20 FC 29 30
Octal 136 111 256 56 72 0 40 374 51 60
Binary 1011110 1001001 10101110 101110 111010 0 100000 11111100 101001 110000

Color Harmonies of #5E49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49AE

Black with #5E49AE

Text Example


Text Example

White with #5E49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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