Html Css Color HEX #5E4DBA Blue Marguerite

📋 copy color: '#5E4DBA'

red 94 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #5E4DBA

Tints of Blue Marguerite #5E4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

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

R = 26.33%
G = 21.57%
B = 52.1%

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

#5E4DBA (or 0x5E4DBA) is known color: Blue Marguerite. HEX triplet: 5E, 4D and BA. RGB value is (94,77,186). Sum of RGB (Red+Green+Blue) = 94+77+186=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DBA is #A1B245. Grayscale: #5E5E5E. Windows color (decimal): -10596934 or 12209502. OLE color: 12209502.

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

Color convert

RGB 94 77 186 -
CMYK 0.49 0.59 0 0.27
HSL 249.36º 0.44% 0.52% -
HSV(B) 249.36º 0.59% 0.73% -
XYZ 16.13 11.23 47.77 -
YUV 94.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 94 77 186 0.49 0.59 0 0.27 249.36 0.44 0.52
Hex 5E 4D BA 31 3B 0 1B F9 2C 34
Octal 136 115 272 61 73 0 33 371 54 64
Binary 1011110 1001101 10111010 110001 111011 0 11011 11111001 101100 110100

Color Harmonies of #5E4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4DBA

Black with #5E4DBA

Text Example


Text Example

White with #5E4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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