#5C477B

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

Shades of Gigas #5C477B

Tints of Gigas #5C477B

Color information

#5C477B (or 0x5C477B) is unknown color: approx Gigas. HEX triplet: 5C, 47 and 7B. RGB value is (92,71,123). Sum of RGB (Red+Green+Blue) = 92+71+123=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C477B is #A3B884. Grayscale: #535353. Windows color (decimal): -10729605 or 8079196. OLE color: 8079196.

HSL color Cylindrical-coordinate representation of color #5C477B: hue angle of 264.23º degrees, saturation: 0.27, 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 #5C477B is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9271123-
CMYK0.250.4200.52
HSL264.23º26.8%38.04%-
HSV(B)264.23º42.28%48.24%-
XYZ10.248.2119.78-
YUV83.21150.46134.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=32.17%
G=24.83%
B=43.01%

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
Decimal92711230.250.4200.52264.2326.838.04
Hex5C477B192A0341081b26
Octal13410717331520644103346
Binary10111001000111111101111001101010011010010000100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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