#5A4782

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

Shades of Gigas #5A4782

Tints of Gigas #5A4782

Color information

#5A4782 (or 0x5A4782) is unknown color: approx Gigas. HEX triplet: 5A, 47 and 82. RGB value is (90,71,130). Sum of RGB (Red+Green+Blue) = 90+71+130=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4782 is #A5B87D. Grayscale: #535353. Windows color (decimal): -10860670 or 8537946. OLE color: 8537946.

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

Color convert

RGB9071130-
CMYK0.310.4500.49
HSL259.32º29.35%39.41%-
HSV(B)259.32º45.38%50.98%-
XYZ10.58.2922.17-
YUV83.41154.29132.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=30.93%
G=24.40%
B=44.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90711300.310.4500.49259.3229.3539.41
Hex5A47821F2D0311031d27
Octal13210720237550614033547
Binary101101010001111000001011111101101011000110000001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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