Html Css Color HEX #5E47B4 Blue Marguerite

📋 copy color: '#5E47B4'

red 94 ◦ green 71 ◦ blue 180

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

Shades of Blue Marguerite #5E47B4

Tints of Blue Marguerite #5E47B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.17%

R = 27.25%
G = 20.58%
B = 52.17%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E47B4 (or 0x5E47B4) is known color: Blue Marguerite. HEX triplet: 5E, 47 and B4. RGB value is (94,71,180). Sum of RGB (Red+Green+Blue) = 94+71+180=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E47B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47B4 is #A1B84B. Grayscale: #595959. Windows color (decimal): -10598476 or 11814750. OLE color: 11814750.

HSL color Cylindrical-coordinate representation of color #5E47B4: hue angle of 252.66º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E47B4 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 71 180 -
CMYK 0.48 0.61 0 0.29
HSL 252.66º 0.43% 0.49% -
HSV(B) 252.66º 0.61% 0.71% -
XYZ 15.11 10.18 44.35 -
YUV 90.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 94 71 180 0.48 0.61 0 0.29 252.66 0.43 0.49
Hex 5E 47 B4 30 3D 0 1D FD 2B 31
Octal 136 107 264 60 75 0 35 375 53 61
Binary 1011110 1000111 10110100 110000 111101 0 11101 11111101 101011 110001

Color Harmonies of #5E47B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47B4

Black with #5E47B4

Text Example


Text Example

White with #5E47B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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