Html Css Color HEX #5D49AD Blue Marguerite

📋 copy color: '#5D49AD'

red 93 ◦ green 73 ◦ blue 173

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

Shades of Blue Marguerite #5D49AD

Tints of Blue Marguerite #5D49AD

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 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

#5D49AD (or 0x5D49AD) is known color: 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

RGB 93 73 173 -
CMYK 0.46 0.58 0 0.32
HSL 252º 0.41% 0.48% -
HSV(B) 252º 0.58% 0.68% -
XYZ 14.44 10.11 40.73 -
YUV 90.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 93 73 173 0.46 0.58 0 0.32 252 0.41 0.48
Hex 5D 49 AD 2E 3A 0 20 FC 29 30
Octal 135 111 255 56 72 0 40 374 51 60
Binary 1011101 1001001 10101101 101110 111010 0 100000 11111100 101001 110000

Color Harmonies of #5D49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D49AD

Black with #5D49AD

Text Example


Text Example

White with #5D49AD

Text Example


Text Example

HTML Codes & Css Web 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>