Html Css Color HEX #5E48AA Blue Marguerite

📋 copy color: '#5E48AA'

red 94 ◦ green 72 ◦ blue 170

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

Shades of Blue Marguerite #5E48AA

Tints of Blue Marguerite #5E48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 27.98%
G = 21.43%
B = 50.6%

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

#5E48AA (or 0x5E48AA) is known color: Blue Marguerite. HEX triplet: 5E, 48 and AA. RGB value is (94,72,170). Sum of RGB (Red+Green+Blue) = 94+72+170=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E48AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E48AA is #A1B755. Grayscale: #595959. Windows color (decimal): -10598230 or 11159646. OLE color: 11159646.

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

Color convert

RGB 94 72 170 -
CMYK 0.45 0.58 0 0.33
HSL 253.47º 0.4% 0.47% -
HSV(B) 253.47º 0.58% 0.67% -
XYZ 14.19 9.92 39.2 -
YUV 89.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 94 72 170 0.45 0.58 0 0.33 253.47 0.4 0.47
Hex 5E 48 AA 2D 3A 0 21 FD 28 2F
Octal 136 110 252 55 72 0 41 375 50 57
Binary 1011110 1001000 10101010 101101 111010 0 100001 11111101 101000 101111

Color Harmonies of #5E48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48AA

Black with #5E48AA

Text Example


Text Example

White with #5E48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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