#5A4382

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

Shades of Gigas #5A4382

Tints of Gigas #5A4382

Color information

#5A4382 (or 0x5A4382) is unknown color: approx Gigas. HEX triplet: 5A, 43 and 82. RGB value is (90,67,130). Sum of RGB (Red+Green+Blue) = 90+67+130=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4382 is #A5BC7D. Grayscale: #505050. Windows color (decimal): -10861694 or 8536922. OLE color: 8536922.

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

Color convert

RGB9067130-
CMYK0.310.4800.49
HSL261.9º31.98%38.63%-
HSV(B)261.9º48.46%50.98%-
XYZ10.257.822.08-
YUV81.06155.62134.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=31.36%
G=23.34%
B=45.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90671300.310.4800.49261.931.9838.63
Hex5A43821F300311062027
Octal13210320237600614064047
Binary1011010100001110000010111111100000110001100000110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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