#5A4384

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

Shades of Gigas #5A4384

Tints of Gigas #5A4384

Color information

#5A4384 (or 0x5A4384) is unknown color: approx Gigas. HEX triplet: 5A, 43 and 84. RGB value is (90,67,132). Sum of RGB (Red+Green+Blue) = 90+67+132=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A4384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4384 is #A5BC7B. Grayscale: #515151. Windows color (decimal): -10861692 or 8667994. OLE color: 8667994.

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

Color convert

RGB9067132-
CMYK0.320.4900.48
HSL261.23º32.66%39.02%-
HSV(B)261.23º49.24%51.76%-
XYZ10.397.8522.8-
YUV81.29156.62134.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=31.14%
G=23.18%
B=45.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90671320.320.4900.48261.2332.6639.02
Hex5A438420310301052127
Octal13210320440610604054147
Binary10110101000011100001001000001100010110000100000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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