#5A4B9A

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

Shades of Gigas #5A4B9A

Tints of Gigas #5A4B9A

Color information

#5A4B9A (or 0x5A4B9A) is unknown color: approx Gigas. HEX triplet: 5A, 4B and 9A. RGB value is (90,75,154). Sum of RGB (Red+Green+Blue) = 90+75+154=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A4B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B9A is #A5B465. Grayscale: #585858. Windows color (decimal): -10859622 or 10111834. OLE color: 10111834.

HSL color Cylindrical-coordinate representation of color #5A4B9A: hue angle of 251.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A4B9A is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9075154-
CMYK0.420.5100.40
HSL251.39º34.5%44.9%-
HSV(B)251.39º51.3%60.39%-
XYZ12.579.5431.75-
YUV88.49164.97129.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=28.21%
G=23.51%
B=48.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90751540.420.5100.40251.3934.544.9
Hex5A4B9A2A33028fb222d
Octal13211323252630503734255
Binary1011010100101110011010101010110011010100011111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,75,154); }

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

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

 a { background-color: rgb(90,75,154); }

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

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

 span { border-color: rgb(90,75,154); }

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