Html Css Color HEX #5E4BAE Blue Marguerite

📋 copy color: '#5E4BAE'

red 94 ◦ green 75 ◦ blue 174

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

Shades of Blue Marguerite #5E4BAE

Tints of Blue Marguerite #5E4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 27.41%
G = 21.87%
B = 50.73%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E4BAE (or 0x5E4BAE) is known color: Blue Marguerite. HEX triplet: 5E, 4B and AE. RGB value is (94,75,174). Sum of RGB (Red+Green+Blue) = 94+75+174=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4BAE is #A1B451. Grayscale: #5B5B5B. Windows color (decimal): -10597458 or 11422558. OLE color: 11422558.

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

Color convert

RGB 94 75 174 -
CMYK 0.46 0.57 0 0.32
HSL 251.52º 0.4% 0.49% -
HSV(B) 251.52º 0.57% 0.68% -
XYZ 14.77 10.47 41.29 -
YUV 91.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 94 75 174 0.46 0.57 0 0.32 251.52 0.4 0.49
Hex 5E 4B AE 2E 39 0 20 FC 28 31
Octal 136 113 256 56 71 0 40 374 50 61
Binary 1011110 1001011 10101110 101110 111001 0 100000 11111100 101000 110001

Color Harmonies of #5E4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4BAE

Black with #5E4BAE

Text Example


Text Example

White with #5E4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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