Html Css Color HEX #5D4CAD Blue Marguerite

📋 copy color: '#5D4CAD'

red 93 ◦ green 76 ◦ blue 173

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

Shades of Blue Marguerite #5D4CAD

Tints of Blue Marguerite #5D4CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 27.19%
G = 22.22%
B = 50.58%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D4CAD (or 0x5D4CAD) is known color: Blue Marguerite. HEX triplet: 5D, 4C and AD. RGB value is (93,76,173). Sum of RGB (Red+Green+Blue) = 93+76+173=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4CAD is #A2B352. Grayscale: #5B5B5B. Windows color (decimal): -10662739 or 11357277. OLE color: 11357277.

HSL color Cylindrical-coordinate representation of color #5D4CAD: hue angle of 250.52º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4CAD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 76 173 -
CMYK 0.46 0.56 0 0.32
HSL 250.52º 0.39% 0.49% -
HSV(B) 250.52º 0.56% 0.68% -
XYZ 14.64 10.51 40.79 -
YUV 92.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 93 76 173 0.46 0.56 0 0.32 250.52 0.39 0.49
Hex 5D 4C AD 2E 38 0 20 FB 27 31
Octal 135 114 255 56 70 0 40 373 47 61
Binary 1011101 1001100 10101101 101110 111000 0 100000 11111011 100111 110001

Color Harmonies of #5D4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CAD

Black with #5D4CAD

Text Example


Text Example

White with #5D4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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