#5D49AD

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

Shades of Blue Marguerite #5D49AD

Tints of Blue Marguerite #5D49AD

Color information

#5D49AD (or 0x5D49AD) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 49 and AD. RGB value is (93,73,173). Sum of RGB (Red+Green+Blue) = 93+73+173=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 73 (28.91% from 255 or 21.53% 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 #5D49AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D49AD is #A2B652. Grayscale: #5A5A5A. Windows color (decimal): -10663507 or 11356509. OLE color: 11356509.

HSL color Cylindrical-coordinate representation of color #5D49AD: hue angle of 252º 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 #5D49AD is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9373173-
CMYK0.460.5800.32
HSL252º40.65%48.24%-
HSV(B)252º57.8%67.84%-
XYZ14.4410.1140.73-
YUV90.38174.63129.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=27.43%
G=21.53%
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
Decimal93731730.460.5800.3225240.6548.24
Hex5D49AD2E3A020fc2930
Octal13511125556720403745160
Binary1011101100100110101101101110111010010000011111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D49AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,173); }

 H1.HeaderClassName
 {
   color: #5D49AD;
 }
 .AnyTagClassName
 {
   color: #5D49AD;
 }
</style>
background-color css

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

 a { background-color: rgb(93,73,173); }

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

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

 span { border-color: rgb(93,73,173); }

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