#56407E

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

Shades of Gigas #56407E

Tints of Gigas #56407E

Color information

#56407E (or 0x56407E) is unknown color: approx Gigas. HEX triplet: 56, 40 and 7E. RGB value is (86,64,126). Sum of RGB (Red+Green+Blue) = 86+64+126=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #56407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56407E is #A9BF81. Grayscale: #4D4D4D. Windows color (decimal): -11124610 or 8274006. OLE color: 8274006.

HSL color Cylindrical-coordinate representation of color #56407E: hue angle of 261.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56407E is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8664126-
CMYK0.320.4900.51
HSL261.29º32.63%37.25%-
HSV(B)261.29º49.21%49.41%-
XYZ9.447.1520.62-
YUV77.65155.29133.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=31.16%
G=23.19%
B=45.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86641260.320.4900.51261.2932.6337.25
Hex56407E20310331052125
Octal12610017640610634054145
Binary1010110100000011111101000001100010110011100000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56407E; }

 p { color: rgb(86,64,126); }

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

<style>
 a { background-color: #56407E; }

 a { background-color: rgb(86,64,126); }

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

<style>
 span { border-color: #56407E; }

 span { border-color: rgb(86,64,126); }

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