#5C477C

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

Shades of Gigas #5C477C

Tints of Gigas #5C477C

Color information

#5C477C (or 0x5C477C) is unknown color: approx Gigas. HEX triplet: 5C, 47 and 7C. RGB value is (92,71,124). Sum of RGB (Red+Green+Blue) = 92+71+124=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C477C is #A3B883. Grayscale: #535353. Windows color (decimal): -10729604 or 8144732. OLE color: 8144732.

HSL color Cylindrical-coordinate representation of color #5C477C: hue angle of 263.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C477C is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9271124-
CMYK0.260.4300.51
HSL263.77º27.18%38.24%-
HSV(B)263.77º42.74%48.63%-
XYZ10.38.2420.12-
YUV83.32150.96134.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=32.06%
G=24.74%
B=43.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92711240.260.4300.51263.7727.1838.24
Hex5C477C1A2B0331081b26
Octal13410717432530634103346
Binary10111001000111111110011010101011011001110000100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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