#5A4982

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

Shades of Gigas #5A4982

Tints of Gigas #5A4982

Color information

#5A4982 (or 0x5A4982) is unknown color: approx Gigas. HEX triplet: 5A, 49 and 82. RGB value is (90,73,130). Sum of RGB (Red+Green+Blue) = 90+73+130=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A4982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4982 is #A5B67D. Grayscale: #545454. Windows color (decimal): -10860158 or 8538458. OLE color: 8538458.

HSL color Cylindrical-coordinate representation of color #5A4982: hue angle of 257.89º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A4982 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9073130-
CMYK0.310.4400.49
HSL257.89º28.08%39.8%-
HSV(B)257.89º43.85%50.98%-
XYZ10.638.5522.21-
YUV84.58153.63131.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=30.72%
G=24.91%
B=44.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90731300.310.4400.49257.8928.0839.8
Hex5A49821F2C0311021c28
Octal13211120237540614023450
Binary101101010010011000001011111101100011000110000001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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