Html Css Color HEX #5C49BC Blue Marguerite

📋 copy color: '#5C49BC'

red 92 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #5C49BC

Tints of Blue Marguerite #5C49BC

RGB

 RED value IS 92 (36.33% from 255) = 26.06%

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 26.06%
G = 20.68%
B = 53.26%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C49BC (or 0x5C49BC) is known color: Blue Marguerite. HEX triplet: 5C, 49 and BC. RGB value is (92,73,188). Sum of RGB (Red+Green+Blue) = 92+73+188=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C49BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49BC is #A3B643. Grayscale: #5B5B5B. Windows color (decimal): -10729028 or 12339548. OLE color: 12339548.

HSL color Cylindrical-coordinate representation of color #5C49BC: hue angle of 249.91º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C49BC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 73 188 -
CMYK 0.51 0.61 0 0.26
HSL 249.91º 0.46% 0.51% -
HSV(B) 249.91º 0.61% 0.74% -
XYZ 15.87 10.67 48.8 -
YUV 91.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 92 73 188 0.51 0.61 0 0.26 249.91 0.46 0.51
Hex 5C 49 BC 33 3D 0 1A FA 2E 33
Octal 134 111 274 63 75 0 32 372 56 63
Binary 1011100 1001001 10111100 110011 111101 0 11010 11111010 101110 110011

Color Harmonies of #5C49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C49BC

Black with #5C49BC

Text Example


Text Example

White with #5C49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,73,188); }

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

background-color css

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

 a { background-color: rgb(92,73,188); }

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

border-color css

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

 span { border-color: rgb(92,73,188); }

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