Html Css Color HEX #5E49AA Blue Marguerite

📋 copy color: '#5E49AA'

red 94 ◦ green 73 ◦ blue 170

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

Shades of Blue Marguerite #5E49AA

Tints of Blue Marguerite #5E49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 27.89%
G = 21.66%
B = 50.45%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E49AA (or 0x5E49AA) is known color: Blue Marguerite. HEX triplet: 5E, 49 and AA. RGB value is (94,73,170). Sum of RGB (Red+Green+Blue) = 94+73+170=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E49AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49AA is #A1B655. Grayscale: #595959. Windows color (decimal): -10597974 or 11159902. OLE color: 11159902.

HSL color Cylindrical-coordinate representation of color #5E49AA: hue angle of 252.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E49AA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 73 170 -
CMYK 0.45 0.57 0 0.33
HSL 252.99º 0.4% 0.48% -
HSV(B) 252.99º 0.57% 0.67% -
XYZ 14.25 10.05 39.22 -
YUV 90.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 94 73 170 0.45 0.57 0 0.33 252.99 0.4 0.48
Hex 5E 49 AA 2D 39 0 21 FD 28 30
Octal 136 111 252 55 71 0 41 375 50 60
Binary 1011110 1001001 10101010 101101 111001 0 100001 11111101 101000 110000

Color Harmonies of #5E49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49AA

Black with #5E49AA

Text Example


Text Example

White with #5E49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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