#56447A

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

Shades of Gigas #56447A

Tints of Gigas #56447A

Color information

#56447A (or 0x56447A) is unknown color: approx Gigas. HEX triplet: 56, 44 and 7A. RGB value is (86,68,122). Sum of RGB (Red+Green+Blue) = 86+68+122=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #56447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56447A is #A9BB85. Grayscale: #4F4F4F. Windows color (decimal): -11123590 or 8012886. OLE color: 8012886.

HSL color Cylindrical-coordinate representation of color #56447A: hue angle of 260º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56447A is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8668122-
CMYK0.300.4400.52
HSL260º28.42%37.25%-
HSV(B)260º44.26%47.84%-
XYZ9.427.5219.37-
YUV79.54151.96132.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=31.16%
G=24.64%
B=44.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86681220.300.4400.5226028.4237.25
Hex56447A1E2C0341041c25
Octal12610417236540644043445
Binary10101101000100111101011110101100011010010000010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56447A; }

 p { color: rgb(86,68,122); }

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

<style>
 a { background-color: #56447A; }

 a { background-color: rgb(86,68,122); }

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

<style>
 span { border-color: #56447A; }

 span { border-color: rgb(86,68,122); }

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