Html Css Color HEX #5D49AB Blue Marguerite

📋 copy color: '#5D49AB'

red 93 ◦ green 73 ◦ blue 171

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

Shades of Blue Marguerite #5D49AB

Tints of Blue Marguerite #5D49AB

RGB

 RED value IS 93 (36.72% from 255) = 27.6%

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 27.6%
G = 21.66%
B = 50.74%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D49AB (or 0x5D49AB) is known color: Blue Marguerite. HEX triplet: 5D, 49 and AB. RGB value is (93,73,171). Sum of RGB (Red+Green+Blue) = 93+73+171=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D49AB is #A2B654. Grayscale: #595959. Windows color (decimal): -10663509 or 11225437. OLE color: 11225437.

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

Color convert

RGB 93 73 171 -
CMYK 0.46 0.57 0 0.33
HSL 252.24º 0.4% 0.48% -
HSV(B) 252.24º 0.57% 0.67% -
XYZ 14.25 10.03 39.71 -
YUV 90.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 93 73 171 0.46 0.57 0 0.33 252.24 0.4 0.48
Hex 5D 49 AB 2E 39 0 21 FC 28 30
Octal 135 111 253 56 71 0 41 374 50 60
Binary 1011101 1001001 10101011 101110 111001 0 100001 11111100 101000 110000

Color Harmonies of #5D49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D49AB

Black with #5D49AB

Text Example


Text Example

White with #5D49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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