#5C46AB

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

Shades of Blue Marguerite #5C46AB

Tints of Blue Marguerite #5C46AB

Color information

#5C46AB (or 0x5C46AB) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 46 and AB. RGB value is (92,70,171). Sum of RGB (Red+Green+Blue) = 92+70+171=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C46AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C46AB is #A3B954. Grayscale: #575757. Windows color (decimal): -10729813 or 11224668. OLE color: 11224668.

HSL color Cylindrical-coordinate representation of color #5C46AB: hue angle of 253.07º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C46AB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9270171-
CMYK0.460.5900.33
HSL253.07º41.91%47.25%-
HSV(B)253.07º59.06%67.06%-
XYZ13.959.639.64-
YUV88.09174.79130.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=27.63%
G=21.02%
B=51.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92701710.460.5900.33253.0741.9147.25
Hex5C46AB2E3B021fd2a2f
Octal13410625356730413755257
Binary1011100100011010101011101110111011010000111111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,171); }

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

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

 a { background-color: rgb(92,70,171); }

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

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

 span { border-color: rgb(92,70,171); }

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