Html Css Color HEX #5E48BD Blue Marguerite

📋 copy color: '#5E48BD'

red 94 ◦ green 72 ◦ blue 189

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

Shades of Blue Marguerite #5E48BD

Tints of Blue Marguerite #5E48BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 26.48%
G = 20.28%
B = 53.24%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E48BD (or 0x5E48BD) is known color: Blue Marguerite. HEX triplet: 5E, 48 and BD. RGB value is (94,72,189). Sum of RGB (Red+Green+Blue) = 94+72+189=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E48BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48BD is #A1B742. Grayscale: #5B5B5B. Windows color (decimal): -10598211 or 12404830. OLE color: 12404830.

HSL color Cylindrical-coordinate representation of color #5E48BD: hue angle of 251.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E48BD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 72 189 -
CMYK 0.50 0.62 0 0.26
HSL 251.28º 0.47% 0.51% -
HSV(B) 251.28º 0.62% 0.74% -
XYZ 16.12 10.69 49.36 -
YUV 91.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 94 72 189 0.50 0.62 0 0.26 251.28 0.47 0.51
Hex 5E 48 BD 32 3E 0 1A FB 2F 33
Octal 136 110 275 62 76 0 32 373 57 63
Binary 1011110 1001000 10111101 110010 111110 0 11010 11111011 101111 110011

Color Harmonies of #5E48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48BD

Black with #5E48BD

Text Example


Text Example

White with #5E48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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