#5A488A

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

Shades of Gigas #5A488A

Tints of Gigas #5A488A

Color information

#5A488A (or 0x5A488A) is unknown color: approx Gigas. HEX triplet: 5A, 48 and 8A. RGB value is (90,72,138). Sum of RGB (Red+Green+Blue) = 90+72+138=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A488A is #A5B775. Grayscale: #545454. Windows color (decimal): -10860406 or 9062490. OLE color: 9062490.

HSL color Cylindrical-coordinate representation of color #5A488A: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A488A is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9072138-
CMYK0.350.4800.46
HSL256.36º31.43%41.18%-
HSV(B)256.36º47.83%54.12%-
XYZ11.128.6425.13-
YUV84.91157.96131.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 138 (54.30% from 255) = 46%
R=30%
G=24%
B=46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90721380.350.4800.46256.3631.4341.18
Hex5A488A233002E1001f29
Octal13211021243600564003751
Binary1011010100100010001010100011110000010111010000000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,138); }

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

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

 a { background-color: rgb(90,72,138); }

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

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

 span { border-color: rgb(90,72,138); }

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