Html Css Color HEX #5E4CBA Blue Marguerite

📋 copy color: '#5E4CBA'

red 94 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #5E4CBA

Tints of Blue Marguerite #5E4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

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

R = 26.4%
G = 21.35%
B = 52.25%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E4CBA (or 0x5E4CBA) is known color: Blue Marguerite. HEX triplet: 5E, 4C and BA. RGB value is (94,76,186). Sum of RGB (Red+Green+Blue) = 94+76+186=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4CBA is #A1B345. Grayscale: #5D5D5D. Windows color (decimal): -10597190 or 12209246. OLE color: 12209246.

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

Color convert

RGB 94 76 186 -
CMYK 0.49 0.59 0 0.27
HSL 249.82º 0.44% 0.51% -
HSV(B) 249.82º 0.59% 0.73% -
XYZ 16.06 11.09 47.75 -
YUV 93.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 94 76 186 0.49 0.59 0 0.27 249.82 0.44 0.51
Hex 5E 4C BA 31 3B 0 1B FA 2C 33
Octal 136 114 272 61 73 0 33 372 54 63
Binary 1011110 1001100 10111010 110001 111011 0 11011 11111010 101100 110011

Color Harmonies of #5E4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4CBA

Black with #5E4CBA

Text Example


Text Example

White with #5E4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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