#5A477C

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

Shades of Gigas #5A477C

Tints of Gigas #5A477C

Color information

#5A477C (or 0x5A477C) is unknown color: approx Gigas. HEX triplet: 5A, 47 and 7C. RGB value is (90,71,124). Sum of RGB (Red+Green+Blue) = 90+71+124=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A477C is #A5B883. Grayscale: #525252. Windows color (decimal): -10860676 or 8144730. OLE color: 8144730.

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

Color convert

RGB9071124-
CMYK0.270.4300.51
HSL261.51º27.18%38.24%-
HSV(B)261.51º42.74%48.63%-
XYZ10.118.1420.11-
YUV82.72151.29133.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=31.58%
G=24.91%
B=43.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90711240.270.4300.51261.5127.1838.24
Hex5A477C1B2B0331061b26
Octal13210717433530634063346
Binary10110101000111111110011011101011011001110000011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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