#5C47AA

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

Shades of Blue Marguerite #5C47AA

Tints of Blue Marguerite #5C47AA

Color information

#5C47AA (or 0x5C47AA) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 47 and AA. RGB value is (92,71,170). Sum of RGB (Red+Green+Blue) = 92+71+170=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C47AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C47AA is #A3B855. Grayscale: #585858. Windows color (decimal): -10729558 or 11159388. OLE color: 11159388.

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

Color convert

RGB9271170-
CMYK0.460.5800.33
HSL252.73º41.08%47.25%-
HSV(B)252.73º58.24%66.67%-
XYZ13.929.6839.17-
YUV88.56173.96130.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=27.63%
G=21.32%
B=51.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92711700.460.5800.33252.7341.0847.25
Hex5C47AA2E3A021fd292f
Octal13410725256720413755157
Binary1011100100011110101010101110111010010000111111101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,170); }

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

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

 a { background-color: rgb(92,71,170); }

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

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

 span { border-color: rgb(92,71,170); }

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