Html Css Color HEX #5E48BE Blue Marguerite

📋 copy color: '#5E48BE'

red 94 ◦ green 72 ◦ blue 190

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

Shades of Blue Marguerite #5E48BE

Tints of Blue Marguerite #5E48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 26.4%
G = 20.22%
B = 53.37%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E48BE (or 0x5E48BE) is known color: Blue Marguerite. HEX triplet: 5E, 48 and BE. RGB value is (94,72,190). Sum of RGB (Red+Green+Blue) = 94+72+190=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E48BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48BE is #A1B741. Grayscale: #5B5B5B. Windows color (decimal): -10598210 or 12470366. OLE color: 12470366.

HSL color Cylindrical-coordinate representation of color #5E48BE: hue angle of 251.19º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E48BE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 72 190 -
CMYK 0.51 0.62 0 0.25
HSL 251.19º 0.48% 0.51% -
HSV(B) 251.19º 0.62% 0.75% -
XYZ 16.23 10.73 49.93 -
YUV 92.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 94 72 190 0.51 0.62 0 0.25 251.19 0.48 0.51
Hex 5E 48 BE 33 3E 0 19 FB 30 33
Octal 136 110 276 63 76 0 31 373 60 63
Binary 1011110 1001000 10111110 110011 111110 0 11001 11111011 110000 110011

Color Harmonies of #5E48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48BE

Black with #5E48BE

Text Example


Text Example

White with #5E48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,190); }

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

background-color css

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

 a { background-color: rgb(94,72,190); }

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

border-color css

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

 span { border-color: rgb(94,72,190); }

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