#5C49BD

Color #5C49BD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5C49BD

Tints of Blue Marguerite #5C49BD

Color information

#5C49BD (or 0x5C49BD) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 49 and BD. RGB value is (92,73,189). Sum of RGB (Red+Green+Blue) = 92+73+189=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C49BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C49BD is #A3B642. Grayscale: #5B5B5B. Windows color (decimal): -10729027 or 12405084. OLE color: 12405084.

HSL color Cylindrical-coordinate representation of color #5C49BD: hue angle of 249.83º degrees, saturation: 0.47, 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 #5C49BD is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9273189-
CMYK0.510.6100.26
HSL249.83º46.77%51.37%-
HSV(B)249.83º61.38%74.12%-
XYZ15.9810.7149.37-
YUV91.9182.79128.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=25.99%
G=20.62%
B=53.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92731890.510.6100.26249.8346.7751.37
Hex5C49BD333D01Afa2f33
Octal13411127563750323725763
Binary101110010010011011110111001111110101101011111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C49BD;
 }
 .AnyTagClassName
 {
   color: #5C49BD;
 }
</style>
background-color css

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

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

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

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

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

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