#5A477A

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

Shades of Gigas #5A477A

Tints of Gigas #5A477A

Color information

#5A477A (or 0x5A477A) is unknown color: approx Gigas. HEX triplet: 5A, 47 and 7A. RGB value is (90,71,122). Sum of RGB (Red+Green+Blue) = 90+71+122=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A477A is #A5B885. Grayscale: #525252. Windows color (decimal): -10860678 or 8013658. OLE color: 8013658.

HSL color Cylindrical-coordinate representation of color #5A477A: hue angle of 262.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A477A is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9071122-
CMYK0.260.4200.52
HSL262.35º26.42%37.84%-
HSV(B)262.35º41.8%47.84%-
XYZ9.988.0919.45-
YUV82.5150.29133.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=31.80%
G=25.09%
B=43.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90711220.260.4200.52262.3526.4237.84
Hex5A477A1A2A0341061a26
Octal13210717232520644063246
Binary10110101000111111101011010101010011010010000011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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