Html Css Color HEX #5E48BB Blue Marguerite

📋 copy color: '#5E48BB'

red 94 ◦ green 72 ◦ blue 187

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

Shades of Blue Marguerite #5E48BB

Tints of Blue Marguerite #5E48BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 26.63%
G = 20.4%
B = 52.97%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E48BB (or 0x5E48BB) is known color: Blue Marguerite. HEX triplet: 5E, 48 and BB. RGB value is (94,72,187). Sum of RGB (Red+Green+Blue) = 94+72+187=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E48BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48BB is #A1B744. Grayscale: #5B5B5B. Windows color (decimal): -10598213 or 12273758. OLE color: 12273758.

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

Color convert

RGB 94 72 187 -
CMYK 0.50 0.61 0 0.27
HSL 251.48º 0.46% 0.51% -
HSV(B) 251.48º 0.61% 0.73% -
XYZ 15.9 10.6 48.22 -
YUV 91.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 94 72 187 0.50 0.61 0 0.27 251.48 0.46 0.51
Hex 5E 48 BB 32 3D 0 1B FB 2E 33
Octal 136 110 273 62 75 0 33 373 56 63
Binary 1011110 1001000 10111011 110010 111101 0 11011 11111011 101110 110011

Color Harmonies of #5E48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48BB

Black with #5E48BB

Text Example


Text Example

White with #5E48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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