#5C4990

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

Shades of Gigas #5C4990

Tints of Gigas #5C4990

Color information

#5C4990 (or 0x5C4990) is unknown color: approx Gigas. HEX triplet: 5C, 49 and 90. RGB value is (92,73,144). Sum of RGB (Red+Green+Blue) = 92+73+144=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C4990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4990 is #A3B66F. Grayscale: #565656. Windows color (decimal): -10729072 or 9455964. OLE color: 9455964.

HSL color Cylindrical-coordinate representation of color #5C4990: hue angle of 256.06º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C4990 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9273144-
CMYK0.360.4900.44
HSL256.06º32.72%42.55%-
HSV(B)256.06º49.31%56.47%-
XYZ11.839.0527.51-
YUV86.78160.29131.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=29.77%
G=23.62%
B=46.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92731440.360.4900.44256.0632.7242.55
Hex5C4990243102C100212b
Octal13411122044610544004153
Binary10111001001001100100001001001100010101100100000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,73,144); }

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

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

 a { background-color: rgb(92,73,144); }

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

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

 span { border-color: rgb(92,73,144); }

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