Html Css Color HEX #5E49AB Blue Marguerite

📋 copy color: '#5E49AB'

red 94 ◦ green 73 ◦ blue 171

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

Shades of Blue Marguerite #5E49AB

Tints of Blue Marguerite #5E49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 27.81%
G = 21.6%
B = 50.59%

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

#5E49AB (or 0x5E49AB) is known color: Blue Marguerite. HEX triplet: 5E, 49 and AB. RGB value is (94,73,171). Sum of RGB (Red+Green+Blue) = 94+73+171=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E49AB is #A1B654. Grayscale: #5A5A5A. Windows color (decimal): -10597973 or 11225438. OLE color: 11225438.

HSL color Cylindrical-coordinate representation of color #5E49AB: hue angle of 252.86º 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 #5E49AB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 73 171 -
CMYK 0.45 0.57 0 0.33
HSL 252.86º 0.4% 0.48% -
HSV(B) 252.86º 0.57% 0.67% -
XYZ 14.35 10.09 39.72 -
YUV 90.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 94 73 171 0.45 0.57 0 0.33 252.86 0.4 0.48
Hex 5E 49 AB 2D 39 0 21 FD 28 30
Octal 136 111 253 55 71 0 41 375 50 60
Binary 1011110 1001001 10101011 101101 111001 0 100001 11111101 101000 110000

Color Harmonies of #5E49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E49AB

Black with #5E49AB

Text Example


Text Example

White with #5E49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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