Html Css Color HEX #5D47AB Blue Marguerite

📋 copy color: '#5D47AB'

red 93 ◦ green 71 ◦ blue 171

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

Shades of Blue Marguerite #5D47AB

Tints of Blue Marguerite #5D47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 27.76%
G = 21.19%
B = 51.04%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D47AB (or 0x5D47AB) is known color: Blue Marguerite. HEX triplet: 5D, 47 and AB. RGB value is (93,71,171). Sum of RGB (Red+Green+Blue) = 93+71+171=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D47AB is #A2B854. Grayscale: #585858. Windows color (decimal): -10664021 or 11224925. OLE color: 11224925.

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

Color convert

RGB 93 71 171 -
CMYK 0.46 0.58 0 0.33
HSL 253.2º 0.41% 0.47% -
HSV(B) 253.2º 0.58% 0.67% -
XYZ 14.12 9.77 39.67 -
YUV 88.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 93 71 171 0.46 0.58 0 0.33 253.2 0.41 0.47
Hex 5D 47 AB 2E 3A 0 21 FD 29 2F
Octal 135 107 253 56 72 0 41 375 51 57
Binary 1011101 1000111 10101011 101110 111010 0 100001 11111101 101001 101111

Color Harmonies of #5D47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D47AB

Black with #5D47AB

Text Example


Text Example

White with #5D47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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