#5C4C92

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

Shades of Gigas #5C4C92

Tints of Gigas #5C4C92

Color information

#5C4C92 (or 0x5C4C92) is unknown color: approx Gigas. HEX triplet: 5C, 4C and 92. RGB value is (92,76,146). Sum of RGB (Red+Green+Blue) = 92+76+146=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C4C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4C92 is #A3B36D. Grayscale: #585858. Windows color (decimal): -10728302 or 9587804. OLE color: 9587804.

HSL color Cylindrical-coordinate representation of color #5C4C92: hue angle of 253.71º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C4C92 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9276146-
CMYK0.370.4800.43
HSL253.71º31.53%43.53%-
HSV(B)253.71º47.95%57.25%-
XYZ12.199.5228.39-
YUV88.76160.3130.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.30%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=29.30%
G=24.20%
B=46.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92761460.370.4800.43253.7131.5343.53
Hex5C4C92253002Bfe202c
Octal13411422245600533764054
Binary1011100100110010010010100101110000010101111111110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,76,146); }

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

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

 a { background-color: rgb(92,76,146); }

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

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

 span { border-color: rgb(92,76,146); }

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