Html Css Color HEX #5D4CBA Blue Marguerite

📋 copy color: '#5D4CBA'

red 93 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #5D4CBA

Tints of Blue Marguerite #5D4CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 26.2%
G = 21.41%
B = 52.39%

CMYK

 C value IS 0.5

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D4CBA (or 0x5D4CBA) is known color: Blue Marguerite. HEX triplet: 5D, 4C and BA. RGB value is (93,76,186). Sum of RGB (Red+Green+Blue) = 93+76+186=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CBA is #A2B345. Grayscale: #5D5D5D. Windows color (decimal): -10662726 or 12209245. OLE color: 12209245.

HSL color Cylindrical-coordinate representation of color #5D4CBA: hue angle of 249.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4CBA is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 76 186 -
CMYK 0.5 0.59 0 0.27
HSL 249.27º 0.44% 0.51% -
HSV(B) 249.27º 0.59% 0.73% -
XYZ 15.96 11.04 47.74 -
YUV 93.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 93 76 186 0.5 0.59 0 0.27 249.27 0.44 0.51
Hex 5D 4C BA 32 3B 0 1B F9 2C 33
Octal 135 114 272 62 73 0 33 371 54 63
Binary 1011101 1001100 10111010 110010 111011 0 11011 11111001 101100 110011

Color Harmonies of #5D4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CBA

Black with #5D4CBA

Text Example


Text Example

White with #5D4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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