#5C4BBA

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

Shades of Blue Marguerite #5C4BBA

Tints of Blue Marguerite #5C4BBA

Color information

#5C4BBA (or 0x5C4BBA) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 4B and BA. RGB value is (92,75,186). Sum of RGB (Red+Green+Blue) = 92+75+186=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4BBA is #A3B445. Grayscale: #5C5C5C. Windows color (decimal): -10728518 or 12208988. OLE color: 12208988.

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

Color convert

RGB9275186-
CMYK0.510.6000.27
HSL249.19º44.58%51.18%-
HSV(B)249.19º59.68%72.94%-
XYZ15.7910.8547.72-
YUV92.74180.63127.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.06%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=26.06%
G=21.25%
B=52.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92751860.510.6000.27249.1944.5851.18
Hex5C4BBA333C01Bf92d33
Octal13411327263740333715563
Binary101110010010111011101011001111110001101111111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,75,186); }

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

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

 a { background-color: rgb(92,75,186); }

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

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

 span { border-color: rgb(92,75,186); }

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