#5C477A

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

Shades of Gigas #5C477A

Tints of Gigas #5C477A

Color information

#5C477A (or 0x5C477A) is unknown color: approx Gigas. HEX triplet: 5C, 47 and 7A. RGB value is (92,71,122). Sum of RGB (Red+Green+Blue) = 92+71+122=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C477A is #A3B885. Grayscale: #525252. Windows color (decimal): -10729606 or 8013660. OLE color: 8013660.

HSL color Cylindrical-coordinate representation of color #5C477A: hue angle of 264.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C477A is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9271122-
CMYK0.250.4200.52
HSL264.71º26.42%37.84%-
HSV(B)264.71º41.8%47.84%-
XYZ10.188.1919.46-
YUV83.09149.96134.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=32.28%
G=24.91%
B=42.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92711220.250.4200.52264.7126.4237.84
Hex5C477A192A0341091a26
Octal13410717231520644113246
Binary10111001000111111101011001101010011010010000100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,122); }

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

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

 a { background-color: rgb(92,71,122); }

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

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

 span { border-color: rgb(92,71,122); }

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