#5A447E

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

Shades of Gigas #5A447E

Tints of Gigas #5A447E

Color information

#5A447E (or 0x5A447E) is unknown color: approx Gigas. HEX triplet: 5A, 44 and 7E. RGB value is (90,68,126). Sum of RGB (Red+Green+Blue) = 90+68+126=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A447E is #A5BB81. Grayscale: #505050. Windows color (decimal): -10861442 or 8275034. OLE color: 8275034.

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

Color convert

RGB9068126-
CMYK0.290.4600.51
HSL262.76º29.9%38.04%-
HSV(B)262.76º46.03%49.41%-
XYZ10.057.8120.72-
YUV81.19153.29134.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=31.69%
G=23.94%
B=44.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90681260.290.4600.51262.7629.938.04
Hex5A447E1D2E0331071e26
Octal13210417635560634073646
Binary10110101000100111111011101101110011001110000011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,126); }

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

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

 a { background-color: rgb(90,68,126); }

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

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

 span { border-color: rgb(90,68,126); }

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