Html Css Color HEX #5E4AB3 Blue Marguerite

📋 copy color: '#5E4AB3'

red 94 ◦ green 74 ◦ blue 179

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

Shades of Blue Marguerite #5E4AB3

Tints of Blue Marguerite #5E4AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 179 (70.31% from 255) = 51.59%

R = 27.09%
G = 21.33%
B = 51.59%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5E4AB3 (or 0x5E4AB3) is known color: Blue Marguerite. HEX triplet: 5E, 4A and B3. RGB value is (94,74,179). Sum of RGB (Red+Green+Blue) = 94+74+179=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E4AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4AB3 is #A1B54C. Grayscale: #5B5B5B. Windows color (decimal): -10597709 or 11749982. OLE color: 11749982.

HSL color Cylindrical-coordinate representation of color #5E4AB3: hue angle of 251.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E4AB3 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 94 74 179 -
CMYK 0.47 0.59 0 0.30
HSL 251.43º 0.42% 0.5% -
HSV(B) 251.43º 0.59% 0.7% -
XYZ 15.2 10.53 43.88 -
YUV 91.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 94 74 179 0.47 0.59 0 0.30 251.43 0.42 0.5
Hex 5E 4A B3 2F 3B 0 1E FB 2A 32
Octal 136 112 263 57 73 0 36 373 52 62
Binary 1011110 1001010 10110011 101111 111011 0 11110 11111011 101010 110010

Color Harmonies of #5E4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4AB3

Black with #5E4AB3

Text Example


Text Example

White with #5E4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,74,179); }

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

background-color css

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

 a { background-color: rgb(94,74,179); }

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

border-color css

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

 span { border-color: rgb(94,74,179); }

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