#5c4aba

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

Shades of Blue Marguerite #5C4ABA

Tints of Blue Marguerite #5C4ABA

Color information

#5C4ABA (or 0x5C4ABA) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 4A and BA. RGB value is (92,74,186). Sum of RGB (Red+Green+Blue) = 92+74+186=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4ABA is #A3B545. Grayscale: #5B5B5B. Windows color (decimal): -10728774 or 12208732. OLE color: 12208732.

HSL color Cylindrical-coordinate representation of color #5C4ABA: hue angle of 249.64º 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 #5C4ABA is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9274186-
CMYK0.510.6000.27
HSL249.64º44.8%50.98%-
HSV(B)249.64º60.22%72.94%-
XYZ15.7310.7247.69-
YUV92.15180.96127.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.14%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=26.14%
G=21.02%
B=52.84%

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
Decimal92741860.510.6000.27249.6444.850.98
Hex5C4ABA333C01Bfa2d33
Octal13411227263740333725563
Binary101110010010101011101011001111110001101111111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c4aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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