#5A4993

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

Shades of Gigas #5A4993

Tints of Gigas #5A4993

Color information

#5A4993 (or 0x5A4993) is unknown color: approx Gigas. HEX triplet: 5A, 49 and 93. RGB value is (90,73,147). Sum of RGB (Red+Green+Blue) = 90+73+147=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A4993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4993 is #A5B66C. Grayscale: #565656. Windows color (decimal): -10860141 or 9652570. OLE color: 9652570.

HSL color Cylindrical-coordinate representation of color #5A4993: hue angle of 253.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4993 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9073147-
CMYK0.390.5000.42
HSL253.78º33.64%43.14%-
HSV(B)253.78º50.34%57.65%-
XYZ11.879.0528.72-
YUV86.52162.13130.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=29.03%
G=23.55%
B=47.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90731470.390.5000.42253.7833.6443.14
Hex5A4993273202Afe222b
Octal13211122347620523764253
Binary1011010100100110010011100111110010010101011111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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