#5A4977

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

Shades of Gigas #5A4977

Tints of Gigas #5A4977

Color information

#5A4977 (or 0x5A4977) is unknown color: approx Gigas. HEX triplet: 5A, 49 and 77. RGB value is (90,73,119). Sum of RGB (Red+Green+Blue) = 90+73+119=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A4977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4977 is #A5B688. Grayscale: #535353. Windows color (decimal): -10860169 or 7817562. OLE color: 7817562.

HSL color Cylindrical-coordinate representation of color #5A4977: hue angle of 262.17º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A4977 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9073119-
CMYK0.240.3900.53
HSL262.17º23.96%37.65%-
HSV(B)262.17º38.66%46.67%-
XYZ9.938.2718.53-
YUV83.33148.13132.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=31.91%
G=25.89%
B=42.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90731190.240.3900.53262.1723.9637.65
Hex5A497718270351061826
Octal13211116730470654063046
Binary10110101001001111011111000100111011010110000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,119); }

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

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

 a { background-color: rgb(90,73,119); }

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

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

 span { border-color: rgb(90,73,119); }

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