#5C4989

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

Shades of Gigas #5C4989

Tints of Gigas #5C4989

Color information

#5C4989 (or 0x5C4989) is unknown color: approx Gigas. HEX triplet: 5C, 49 and 89. RGB value is (92,73,137). Sum of RGB (Red+Green+Blue) = 92+73+137=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C4989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4989 is #A3B676. Grayscale: #555555. Windows color (decimal): -10729079 or 8997212. OLE color: 8997212.

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

Color convert

RGB9273137-
CMYK0.330.4700.46
HSL257.81º30.48%41.18%-
HSV(B)257.81º46.72%53.73%-
XYZ11.318.8524.78-
YUV85.98156.79132.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.46%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=30.46%
G=24.17%
B=45.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92731370.330.4700.46257.8130.4841.18
Hex5C4989212F02E1021e29
Octal13411121141570564023651
Binary1011100100100110001001100001101111010111010000001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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