#5A498D

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

Shades of Gigas #5A498D

Tints of Gigas #5A498D

Color information

#5A498D (or 0x5A498D) is unknown color: approx Gigas. HEX triplet: 5A, 49 and 8D. RGB value is (90,73,141). Sum of RGB (Red+Green+Blue) = 90+73+141=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A498D is #A5B672. Grayscale: #555555. Windows color (decimal): -10860147 or 9259354. OLE color: 9259354.

HSL color Cylindrical-coordinate representation of color #5A498D: hue angle of 255º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A498D is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9073141-
CMYK0.360.4800.45
HSL255º31.78%41.96%-
HSV(B)255º48.23%55.29%-
XYZ11.418.8626.31-
YUV85.84159.13130.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=29.61%
G=24.01%
B=46.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90731410.360.4800.4525531.7841.96
Hex5A498D243002Dff202a
Octal13211121544600553774052
Binary1011010100100110001101100100110000010110111111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,141); }

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

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

 a { background-color: rgb(90,73,141); }

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

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

 span { border-color: rgb(90,73,141); }

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