Html Css Color HEX #5E4FBA Blue Marguerite

📋 copy color: '#5E4FBA'

red 94 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #5E4FBA

Tints of Blue Marguerite #5E4FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 26.18%
G = 22.01%
B = 51.81%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E4FBA (or 0x5E4FBA) is known color: Blue Marguerite. HEX triplet: 5E, 4F and BA. RGB value is (94,79,186). Sum of RGB (Red+Green+Blue) = 94+79+186=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FBA is #A1B045. Grayscale: #5F5F5F. Windows color (decimal): -10596422 or 12210014. OLE color: 12210014.

HSL color Cylindrical-coordinate representation of color #5E4FBA: hue angle of 248.41º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E4FBA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 79 186 -
CMYK 0.49 0.58 0 0.27
HSL 248.41º 0.44% 0.52% -
HSV(B) 248.41º 0.58% 0.73% -
XYZ 16.28 11.52 47.82 -
YUV 95.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 94 79 186 0.49 0.58 0 0.27 248.41 0.44 0.52
Hex 5E 4F BA 31 3A 0 1B F8 2C 34
Octal 136 117 272 61 72 0 33 370 54 64
Binary 1011110 1001111 10111010 110001 111010 0 11011 11111000 101100 110100

Color Harmonies of #5E4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FBA

Black with #5E4FBA

Text Example


Text Example

White with #5E4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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