Html Css Color HEX #5E4FB0 Blue Marguerite

📋 copy color: '#5E4FB0'

red 94 ◦ green 79 ◦ blue 176

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

Shades of Blue Marguerite #5E4FB0

Tints of Blue Marguerite #5E4FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 50.43%

R = 26.93%
G = 22.64%
B = 50.43%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E4FB0 (or 0x5E4FB0) is known color: Blue Marguerite. HEX triplet: 5E, 4F and B0. RGB value is (94,79,176). Sum of RGB (Red+Green+Blue) = 94+79+176=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #5E4FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4FB0 is #A1B04F. Grayscale: #5E5E5E. Windows color (decimal): -10596432 or 11554654. OLE color: 11554654.

HSL color Cylindrical-coordinate representation of color #5E4FB0: hue angle of 249.28º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E4FB0 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 79 176 -
CMYK 0.47 0.55 0 0.31
HSL 249.28º 0.38% 0.5% -
HSV(B) 249.28º 0.55% 0.69% -
XYZ 15.25 11.11 42.41 -
YUV 94.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 94 79 176 0.47 0.55 0 0.31 249.28 0.38 0.5
Hex 5E 4F B0 2F 37 0 1F F9 26 32
Octal 136 117 260 57 67 0 37 371 46 62
Binary 1011110 1001111 10110000 101111 110111 0 11111 11111001 100110 110010

Color Harmonies of #5E4FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FB0

Black with #5E4FB0

Text Example


Text Example

White with #5E4FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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