#5A4A79

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

Shades of Gigas #5A4A79

Tints of Gigas #5A4A79

Color information

#5A4A79 (or 0x5A4A79) is unknown color: approx Gigas. HEX triplet: 5A, 4A and 79. RGB value is (90,74,121). Sum of RGB (Red+Green+Blue) = 90+74+121=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A4A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4A79 is #A5B586. Grayscale: #535353. Windows color (decimal): -10859911 or 7948890. OLE color: 7948890.

HSL color Cylindrical-coordinate representation of color #5A4A79: hue angle of 260.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A4A79 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9074121-
CMYK0.260.3900.53
HSL260.43º24.1%38.24%-
HSV(B)260.43º38.84%47.45%-
XYZ10.128.4519.19-
YUV84.14148.8132.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=31.58%
G=25.96%
B=42.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90741210.260.3900.53260.4324.138.24
Hex5A4A791A270351041826
Octal13211217132470654043046
Binary10110101001010111100111010100111011010110000010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,74,121); }

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

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

 a { background-color: rgb(90,74,121); }

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

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

 span { border-color: rgb(90,74,121); }

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