Html Css Color HEX #5E48AD Blue Marguerite

📋 copy color: '#5E48AD'

red 94 ◦ green 72 ◦ blue 173

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

Shades of Blue Marguerite #5E48AD

Tints of Blue Marguerite #5E48AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 27.73%
G = 21.24%
B = 51.03%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E48AD (or 0x5E48AD) is known color: Blue Marguerite. HEX triplet: 5E, 48 and AD. RGB value is (94,72,173). Sum of RGB (Red+Green+Blue) = 94+72+173=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E48AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E48AD is #A1B752. Grayscale: #595959. Windows color (decimal): -10598227 or 11356254. OLE color: 11356254.

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

Color convert

RGB 94 72 173 -
CMYK 0.46 0.58 0 0.32
HSL 253.07º 0.41% 0.48% -
HSV(B) 253.07º 0.58% 0.68% -
XYZ 14.48 10.03 40.71 -
YUV 90.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 94 72 173 0.46 0.58 0 0.32 253.07 0.41 0.48
Hex 5E 48 AD 2E 3A 0 20 FD 29 30
Octal 136 110 255 56 72 0 40 375 51 60
Binary 1011110 1001000 10101101 101110 111010 0 100000 11111101 101001 110000

Color Harmonies of #5E48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E48AD

Black with #5E48AD

Text Example


Text Example

White with #5E48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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