#56447F

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

Shades of Gigas #56447F

Tints of Gigas #56447F

Color information

#56447F (or 0x56447F) is unknown color: approx Gigas. HEX triplet: 56, 44 and 7F. RGB value is (86,68,127). Sum of RGB (Red+Green+Blue) = 86+68+127=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #56447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56447F is #A9BB80. Grayscale: #4F4F4F. Windows color (decimal): -11123585 or 8340566. OLE color: 8340566.

HSL color Cylindrical-coordinate representation of color #56447F: hue angle of 258.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56447F is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8668127-
CMYK0.320.4600.50
HSL258.31º30.26%38.24%-
HSV(B)258.31º46.46%49.8%-
XYZ9.747.6421.04-
YUV80.11154.46132.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 127 (50% from 255) = 45.20%
R=30.60%
G=24.20%
B=45.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86681270.320.4600.50258.3130.2638.24
Hex56447F202E0321021e26
Octal12610417740560624023646
Binary101011010001001111111100000101110011001010000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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