Html Css Color HEX #5E47AA Blue Marguerite

📋 copy color: '#5E47AA'

red 94 ◦ green 71 ◦ blue 170

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

Shades of Blue Marguerite #5E47AA

Tints of Blue Marguerite #5E47AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 28.06%
G = 21.19%
B = 50.75%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E47AA (or 0x5E47AA) is known color: Blue Marguerite. HEX triplet: 5E, 47 and AA. RGB value is (94,71,170). Sum of RGB (Red+Green+Blue) = 94+71+170=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E47AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E47AA is #A1B855. Grayscale: #585858. Windows color (decimal): -10598486 or 11159390. OLE color: 11159390.

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

Color convert

RGB 94 71 170 -
CMYK 0.45 0.58 0 0.33
HSL 253.94º 0.41% 0.47% -
HSV(B) 253.94º 0.58% 0.67% -
XYZ 14.13 9.79 39.18 -
YUV 89.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 94 71 170 0.45 0.58 0 0.33 253.94 0.41 0.47
Hex 5E 47 AA 2D 3A 0 21 FE 29 2F
Octal 136 107 252 55 72 0 41 376 51 57
Binary 1011110 1000111 10101010 101101 111010 0 100001 11111110 101001 101111

Color Harmonies of #5E47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47AA

Black with #5E47AA

Text Example


Text Example

White with #5E47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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