#5B477C

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

Shades of Gigas #5B477C

Tints of Gigas #5B477C

Color information

#5B477C (or 0x5B477C) is unknown color: approx Gigas. HEX triplet: 5B, 47 and 7C. RGB value is (91,71,124). Sum of RGB (Red+Green+Blue) = 91+71+124=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B477C is #A4B883. Grayscale: #525252. Windows color (decimal): -10795140 or 8144731. OLE color: 8144731.

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

Color convert

RGB9171124-
CMYK0.270.4300.51
HSL262.64º27.18%38.24%-
HSV(B)262.64º42.74%48.63%-
XYZ10.218.1920.11-
YUV83.02151.13133.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=31.82%
G=24.83%
B=43.36%

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
Decimal91711240.270.4300.51262.6427.1838.24
Hex5B477C1B2B0331071b26
Octal13310717433530634073346
Binary10110111000111111110011011101011011001110000011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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