#5E48AD

Color #5E48AD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5E48AD

Tints of Blue Marguerite #5E48AD

Color information

#5E48AD (or 0x5E48AD) is unknown color: approx 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

RGB9472173-
CMYK0.460.5800.32
HSL253.07º41.22%48.04%-
HSV(B)253.07º58.38%67.84%-
XYZ14.4810.0340.71-
YUV90.09174.79130.79-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94721730.460.5800.32253.0741.2248.04
Hex5E48AD2E3A020fd2930
Octal13611025556720403755160
Binary1011110100100010101101101110111010010000011111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E48AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>