Html Css Color HEX #5E4FAD Blue Marguerite

📋 copy color: '#5E4FAD'

red 94 ◦ green 79 ◦ blue 173

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

Shades of Blue Marguerite #5E4FAD

Tints of Blue Marguerite #5E4FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 27.17%
G = 22.83%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E4FAD (or 0x5E4FAD) is known color: Blue Marguerite. HEX triplet: 5E, 4F and AD. RGB value is (94,79,173). Sum of RGB (Red+Green+Blue) = 94+79+173=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E4FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4FAD is #A1B052. Grayscale: #5D5D5D. Windows color (decimal): -10596435 or 11358046. OLE color: 11358046.

HSL color Cylindrical-coordinate representation of color #5E4FAD: hue angle of 249.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E4FAD is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 79 173 -
CMYK 0.46 0.54 0 0.32
HSL 249.57º 0.37% 0.49% -
HSV(B) 249.57º 0.54% 0.68% -
XYZ 14.95 10.99 40.87 -
YUV 94.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 94 79 173 0.46 0.54 0 0.32 249.57 0.37 0.49
Hex 5E 4F AD 2E 36 0 20 FA 25 31
Octal 136 117 255 56 66 0 40 372 45 61
Binary 1011110 1001111 10101101 101110 110110 0 100000 11111010 100101 110001

Color Harmonies of #5E4FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FAD

Black with #5E4FAD

Text Example


Text Example

White with #5E4FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,79,173); }

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

background-color css

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

 a { background-color: rgb(94,79,173); }

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

border-color css

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

 span { border-color: rgb(94,79,173); }

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