Html Css Color HEX #5E4DAE Blue Marguerite

📋 copy color: '#5E4DAE'

red 94 ◦ green 77 ◦ blue 174

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

Shades of Blue Marguerite #5E4DAE

Tints of Blue Marguerite #5E4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 27.25%
G = 22.32%
B = 50.43%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E4DAE (or 0x5E4DAE) is known color: Blue Marguerite. HEX triplet: 5E, 4D and AE. RGB value is (94,77,174). Sum of RGB (Red+Green+Blue) = 94+77+174=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4DAE is #A1B251. Grayscale: #5C5C5C. Windows color (decimal): -10596946 or 11423070. OLE color: 11423070.

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

Color convert

RGB 94 77 174 -
CMYK 0.46 0.56 0 0.32
HSL 250.52º 0.39% 0.49% -
HSV(B) 250.52º 0.56% 0.68% -
XYZ 14.91 10.74 41.33 -
YUV 93.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 94 77 174 0.46 0.56 0 0.32 250.52 0.39 0.49
Hex 5E 4D AE 2E 38 0 20 FB 27 31
Octal 136 115 256 56 70 0 40 373 47 61
Binary 1011110 1001101 10101110 101110 111000 0 100000 11111011 100111 110001

Color Harmonies of #5E4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4DAE

Black with #5E4DAE

Text Example


Text Example

White with #5E4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,77,174); }

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

background-color css

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

 a { background-color: rgb(94,77,174); }

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

border-color css

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

 span { border-color: rgb(94,77,174); }

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