Html Css Color HEX #5E4FB3 Blue Marguerite

📋 copy color: '#5E4FB3'

red 94 ◦ green 79 ◦ blue 179

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

Shades of Blue Marguerite #5E4FB3

Tints of Blue Marguerite #5E4FB3

RGB

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

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

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

R = 26.7%
G = 22.44%
B = 50.85%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5E4FB3 (or 0x5E4FB3) is known color: Blue Marguerite. HEX triplet: 5E, 4F and B3. RGB value is (94,79,179). Sum of RGB (Red+Green+Blue) = 94+79+179=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E4FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FB3 is #A1B04C. Grayscale: #5E5E5E. Windows color (decimal): -10596429 or 11751262. OLE color: 11751262.

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

Color convert

RGB 94 79 179 -
CMYK 0.47 0.56 0 0.30
HSL 249º 0.4% 0.51% -
HSV(B) 249º 0.56% 0.7% -
XYZ 15.55 11.23 44 -
YUV 94.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 94 79 179 0.47 0.56 0 0.30 249 0.4 0.51
Hex 5E 4F B3 2F 38 0 1E F9 28 33
Octal 136 117 263 57 70 0 36 371 50 63
Binary 1011110 1001111 10110011 101111 111000 0 11110 11111001 101000 110011

Color Harmonies of #5E4FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FB3

Black with #5E4FB3

Text Example


Text Example

White with #5E4FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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