Html Css Color HEX #5E48AC Blue Marguerite

📋 copy color: '#5E48AC'

red 94 ◦ green 72 ◦ blue 172

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

Shades of Blue Marguerite #5E48AC

Tints of Blue Marguerite #5E48AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 27.81%
G = 21.3%
B = 50.89%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E48AC (or 0x5E48AC) is known color: Blue Marguerite. HEX triplet: 5E, 48 and AC. RGB value is (94,72,172). Sum of RGB (Red+Green+Blue) = 94+72+172=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E48AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E48AC is #A1B753. Grayscale: #595959. Windows color (decimal): -10598228 or 11290718. OLE color: 11290718.

HSL color Cylindrical-coordinate representation of color #5E48AC: hue angle of 253.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E48AC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 72 172 -
CMYK 0.45 0.58 0 0.33
HSL 253.2º 0.41% 0.48% -
HSV(B) 253.2º 0.58% 0.67% -
XYZ 14.38 9.99 40.2 -
YUV 89.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 94 72 172 0.45 0.58 0 0.33 253.2 0.41 0.48
Hex 5E 48 AC 2D 3A 0 21 FD 29 30
Octal 136 110 254 55 72 0 41 375 51 60
Binary 1011110 1001000 10101100 101101 111010 0 100001 11111101 101001 110000

Color Harmonies of #5E48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48AC

Black with #5E48AC

Text Example


Text Example

White with #5E48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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